snobol4: 2.3.3 -> 2.3.4

This commit is contained in:
R. Ryantm
2026-04-24 12:41:41 +00:00
parent dede360d69
commit e288db5e9e
+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 = [