snobol4: 2.3.1 -> 2.3.2

This commit is contained in:
R. Ryantm 2024-01-02 07:00:27 +00:00
parent 3d54a95d71
commit 26f7847866

View File

@ -16,7 +16,7 @@
stdenv.mkDerivation rec {
pname = "snobol4";
version = "2.3.1";
version = "2.3.2";
src = fetchurl {
urls = [
@ -24,7 +24,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-kSRNZ9TinSqtzlZVvUOC/6tExiSn6krWQRQn86vxdTU=";
hash = "sha256-QeMB6d0YDXARfWTzaU+d1U+e2QmjajJYfIvthatorBU=";
};
outputs = [ "out" "man" "doc" ];