summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-03-17 15:52:25 +0000
committerGitHub <noreply@github.com>2024-03-17 15:52:25 +0000
commitb9bd6477cb5fc20950811ed88549e6f74c0f17f1 (patch)
treeee88027a4ff2d59fa798003bcf460e634a04163c /pkgs
parent055f26f5d4a00eff2b52adeaec0c9626a7966981 (diff)
parent74f896c5ecb62769cc69bade9cb7bf049e3213aa (diff)
Merge pull request #296539 from r-ryantm/auto-update/fleng
fleng: 19 -> 20
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/fl/fleng/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/fl/fleng/package.nix b/pkgs/by-name/fl/fleng/package.nix
index 3f825bde28cc..e7010f3882bd 100644
--- a/pkgs/by-name/fl/fleng/package.nix
+++ b/pkgs/by-name/fl/fleng/package.nix
@@ -5,11 +5,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fleng";
- version = "19";
+ version = "20";
src = fetchurl {
url = "http://www.call-with-current-continuation.org/fleng/fleng-${finalAttrs.version}.tgz";
- hash = "sha256-xYMNGS3avZ9JsR8kJlSHz+C2XsLmhsDO/KTr5JquRK8=";
+ hash = "sha256-kkouDNbdVGE7vskmu8kISA/RHIGed5vLY/ch4qgew3g=";
};
doCheck = true;