summary refs log tree commit diff
path: root/pkgs/development/interpreters/trealla
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-01 15:08:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-01 15:08:08 +0000
commitac7b6283ed64c6ce15649f66c53fa581e2a7fc77 (patch)
tree4b064a8805a60230ce6aa618582350487abf67cd /pkgs/development/interpreters/trealla
parent93a89cfa3f87f0a78d4970d04079277a29624744 (diff)
downloadnixpkgs-ac7b6283ed64c6ce15649f66c53fa581e2a7fc77.tar
nixpkgs-ac7b6283ed64c6ce15649f66c53fa581e2a7fc77.tar.gz
nixpkgs-ac7b6283ed64c6ce15649f66c53fa581e2a7fc77.tar.bz2
nixpkgs-ac7b6283ed64c6ce15649f66c53fa581e2a7fc77.tar.lz
nixpkgs-ac7b6283ed64c6ce15649f66c53fa581e2a7fc77.tar.xz
nixpkgs-ac7b6283ed64c6ce15649f66c53fa581e2a7fc77.tar.zst
nixpkgs-ac7b6283ed64c6ce15649f66c53fa581e2a7fc77.zip
trealla: 1.12.0 -> 1.20.31
Diffstat (limited to 'pkgs/development/interpreters/trealla')
-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 6c6268011a7..d6dc01348a1 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.12.0";
+  version = "1.20.31";
 
   src = fetchFromGitHub {
     owner = "infradig";
     repo = "trealla";
     rev = "v${version}";
-    sha256 = "sha256-5gMf62WSGf46Bg8CaI9weSMRjrdGiuxtaDV9FrS2xO8=";
+    sha256 = "sha256-Yol+bbxC5cCtCIZxP5Sa8R3ev1LAopc/oQa6Zd1nS8A=";
   };
 
   postPatch = ''