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

This commit is contained in:
Sandro 2024-11-12 18:36:21 +01:00 committed by GitHub
commit 80f21b6951
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;