Unverified Commit 010b5fab authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

luit: 20240910 -> 20250912 (#442818)

parents 510eca52 00ec9c2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "luit";
  version = "20240910";
  version = "20250912";

  src = fetchurl {
    url = "https://invisible-mirror.net/archives/luit/luit-${finalAttrs.version}.tgz";
    hash = "sha256-oV1/y/wlrhRT1hrsI/9roEFF1ue3s7AHHrXP2jo6SdU=";
    hash = "sha256-RpWAYOZvNby4pRuiLaHBPXJtKKhsHPUgURvPeRS+854=";
  };
  hardeningDisable = [
    "bindnow"