snobol4: 2.3.3 -> 2.3.4 (#513108)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-25 19:53:16 +00:00
committed by GitHub
+2 -2
View File
@@ -17,7 +17,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snobol4";
version = "2.3.3";
version = "2.3.4";
src = fetchurl {
urls = [
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
# fallback for when the current version is moved to the old folder
"https://ftp.regressive.org/snobol4/old/snobol4-${finalAttrs.version}.tar.gz"
];
hash = "sha256-v9UwcdaSg3dvWydk94ZdNUuJ03JWmFShiHjln1c4jtI=";
hash = "sha256-cC9ztBB0OL0lHrwlPTNZlPN7tAN5JCNg2Hbi3m3AP3g=";
};
outputs = [