about summary refs log tree commit diff
path: root/pkgs/development/tools/trunk-io
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-04-27 03:34:51 +0000
committerAaron Jheng <wentworth@outlook.com>2023-04-27 03:34:51 +0000
commitfc6c086e0089eab3881845d92c784abb8a188fbf (patch)
treee54f69ea5ce92690c5154f7aa4a192eb08332300 /pkgs/development/tools/trunk-io
parenta7eb77e92150f28b53db5195e9647e977441c6f7 (diff)
downloadnixlib-fc6c086e0089eab3881845d92c784abb8a188fbf.tar
nixlib-fc6c086e0089eab3881845d92c784abb8a188fbf.tar.gz
nixlib-fc6c086e0089eab3881845d92c784abb8a188fbf.tar.bz2
nixlib-fc6c086e0089eab3881845d92c784abb8a188fbf.tar.lz
nixlib-fc6c086e0089eab3881845d92c784abb8a188fbf.tar.xz
nixlib-fc6c086e0089eab3881845d92c784abb8a188fbf.tar.zst
nixlib-fc6c086e0089eab3881845d92c784abb8a188fbf.zip
trunk-io: 1.2.3 -> 1.2.4
Diffstat (limited to 'pkgs/development/tools/trunk-io')
-rw-r--r--pkgs/development/tools/trunk-io/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/trunk-io/default.nix b/pkgs/development/tools/trunk-io/default.nix
index 778412e98160..b33eadb359fb 100644
--- a/pkgs/development/tools/trunk-io/default.nix
+++ b/pkgs/development/tools/trunk-io/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "trunk-io";
-  version = "1.2.3";
+  version = "1.2.4";
 
   src = fetchurl {
     url = "https://trunk.io/releases/launcher/${version}/trunk";
-    hash = "sha256-arWege61fb7NiYSIL3ZaDQr75QEbDDJ7rVgdRUKqP4A=";
+    hash = "sha256-ylQ4tcPVO367PtLtBkw+MKxoIY7b14Gse3IxnIxMtqc=";
   };
 
   dontUnpack = true;