about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-13 20:02:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-13 20:02:01 +0000
commitf3289b436a3c80e6f58cd8073867bb2e13ee102d (patch)
tree8edfb8d999dbc5d44f4a937491d0d751f460fee1
parentd0c9a536331227ab883b4f6964be638fa436d81f (diff)
inform6: 6.34-6.12.2 -> 6.41-r3
-rw-r--r--pkgs/development/compilers/inform6/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/inform6/default.nix b/pkgs/development/compilers/inform6/default.nix
index 950bafa67d90b..0c270a81dcac2 100644
--- a/pkgs/development/compilers/inform6/default.nix
+++ b/pkgs/development/compilers/inform6/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "inform6";
-  version = "6.34-6.12.2";
+  version = "6.41-r3";
 
   src = fetchurl  {
     url = "https://ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-${version}.tar.gz";
-    sha256 = "c149f143f2c29a4cb071e578afef8097647cc9e823f7fcfab518ac321d9d259f";
+    sha256 = "sha256-PqfPRnKb0DD7k1S/Knt1ozlU57LQo1mQjVOkuYK+hBI=";
   };
 
   buildInputs = [ perl ];