Merge pull request #278221 from r-ryantm/auto-update/snobol4

snobol4: 2.3.1 -> 2.3.2
This commit is contained in:
Fabián Heredia Montiel 2024-01-02 17:16:55 -06:00 committed by GitHub
commit 97d0374f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];