Merge pull request #274536 from r-ryantm/auto-update/inform6

inform6: 6.41-r6 -> 6.41-r10
This commit is contained in:
Weijia Wang 2024-01-03 17:22:53 +01:00 committed by GitHub
commit 0bf87af647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "inform6";
version = "6.41-r6";
version = "6.41-r10";
src = fetchurl {
url = "https://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-${version}.tar.gz";
sha256 = "sha256-YJ3k9c+uYRzI5vMzPXAWvbLoAv45CWxZ21DFsx4UtVc=";
sha256 = "sha256-o2eBpzLczNjeCjoEtZsGgfobEwPVj1FEliDKC5qN6Hk=";
};
buildInputs = [ perl ];