3
0
Fork 0
forked from mirrors/nixpkgs

inform6: 6.41-r10 -> 6.41-r11

This commit is contained in:
R. Ryantm 2024-01-11 11:45:37 +00:00
parent 7f311dd922
commit de477f92b1

View file

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