snobol4: 2.3.2 -> 2.3.3

This commit is contained in:
R. Ryantm
2025-05-21 16:22:17 +00:00
parent 74fd8e36e6
commit ecb7b2e940
+2 -2
View File
@@ -17,7 +17,7 @@
stdenv.mkDerivation rec {
pname = "snobol4";
version = "2.3.2";
version = "2.3.3";
src = fetchurl {
urls = [
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
# fallback for when the current version is moved to the old folder
"https://ftp.regressive.org/snobol4/old/snobol4-${version}.tar.gz"
];
hash = "sha256-QeMB6d0YDXARfWTzaU+d1U+e2QmjajJYfIvthatorBU=";
hash = "sha256-v9UwcdaSg3dvWydk94ZdNUuJ03JWmFShiHjln1c4jtI=";
};
outputs = [