lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

inform6: 6.41-r11 -> 6.42-r1

+2 -2
+2 -2
pkgs/development/compilers/inform6/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "inform6"; 5 - version = "6.41-r11"; 5 + version = "6.42-r1"; 6 6 7 7 src = fetchurl { 8 8 url = "https://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-${version}.tar.gz"; 9 - sha256 = "sha256-kfFfjJL03f3af1h/JdvkItuDFu8aGlM3BRa2eBB+ddY="; 9 + sha256 = "sha256-JZaMhA4M+fDgk52tWCJokG9J/a1+FQHL7+VxAT4PgQo="; 10 10 }; 11 11 12 12 buildInputs = [ perl ];