fleng: 20 -> 23

Among other changes fixes the build in `master`
https://hydra.nixos.org/build/319902361:

    Error: invalid or malformed declaration: synthesized('$6$f$$5$w$main$2$1' / error, '$5$w$main$2' / 1)
This commit is contained in:
Sergei Trofimovich
2026-02-13 21:48:07 +00:00
parent 8904401656
commit d4b9d9be58
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fleng";
version = "20";
version = "23";
src = fetchurl {
url = "http://www.call-with-current-continuation.org/fleng/fleng-${finalAttrs.version}.tgz";
hash = "sha256-kkouDNbdVGE7vskmu8kISA/RHIGed5vLY/ch4qgew3g=";
hash = "sha256-I8ksy3UAah/LTvtNrzjhw5vNUM55ba80ivo4S/r5yHg=";
};
doCheck = true;