about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-07-19 17:33:42 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-07-19 17:33:42 +0700
commit4ab88273a7b370b8c7eda11681474c4d5c90ed67 (patch)
treeab580356a3c6d1579dd399fa008e3420d9a05cf9 /pkgs/development/interpreters
parent5972cc3119a847ef4d5bf65121c5809c70d66972 (diff)
downloadnixlib-4ab88273a7b370b8c7eda11681474c4d5c90ed67.tar
nixlib-4ab88273a7b370b8c7eda11681474c4d5c90ed67.tar.gz
nixlib-4ab88273a7b370b8c7eda11681474c4d5c90ed67.tar.bz2
nixlib-4ab88273a7b370b8c7eda11681474c4d5c90ed67.tar.lz
nixlib-4ab88273a7b370b8c7eda11681474c4d5c90ed67.tar.xz
nixlib-4ab88273a7b370b8c7eda11681474c4d5c90ed67.tar.zst
nixlib-4ab88273a7b370b8c7eda11681474c4d5c90ed67.zip
trealla: 1.8.74 -> 1.9.37
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/trealla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/trealla/default.nix b/pkgs/development/interpreters/trealla/default.nix
index 4321130044cc..f72c8b69eb1b 100644
--- a/pkgs/development/interpreters/trealla/default.nix
+++ b/pkgs/development/interpreters/trealla/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "trealla";
-  version = "1.8.74";
+  version = "1.9.37";
 
   src = fetchFromGitHub {
     owner = "infradig";
     repo = "trealla";
     rev = "v${version}";
-    sha256 = "sha256-pg9SfEFUTuyAnhP+Q1vR/QImZuLuRb8NpaOiCEcTFj8=";
+    sha256 = "sha256-0cj4FGaYKIKCgWwRyLUw1DcvNnioQPOtqZhSvWSaojU=";
   };
 
   postPatch = ''