Unverified Commit 80f21b69 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

lngen: unstable-2023-10-17 -> unstable-2024-10-22 (#355112)

parents 5f2fad77 9b4051c0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@

haskellPackages.mkDerivation {
  pname = "lngen";
  version = "unstable-2023-10-17";
  version = "unstable-2024-10-22";
  src = fetchFromGitHub {
    owner = "plclub";
    repo = "lngen";
    rev = "c7645001404e0e2fec2c56f128e30079b5b3fac6";
    hash = "sha256-2vUYHtl9yAadwdTtsjTI0klP+nRSYGXVpaSwD9EBTTI=";
    rev = "c034c8d95264e6a5d490bc4096534ccd54f0d393";
    hash = "sha256-XzcB/mNXure6aZRmwgUWGHSEaknrbP8Onk2CisVuhiw=";
  };
  isLibrary = true;
  isExecutable = true;