From 0c29842cec1b94c79e634c328779c4be50441a5b Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Mon, 7 Aug 2023 19:10:11 +0800 Subject: [PATCH] trunk-io: 1.2.4 -> 1.2.6 --- pkgs/development/tools/trunk-io/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/trunk-io/default.nix b/pkgs/development/tools/trunk-io/default.nix index b33eadb359fb..c8685b8fcc9a 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.4"; + version = "1.2.6"; src = fetchurl { url = "https://trunk.io/releases/launcher/${version}/trunk"; - hash = "sha256-ylQ4tcPVO367PtLtBkw+MKxoIY7b14Gse3IxnIxMtqc="; + hash = "sha256-CLgbN5m8tFBBGUQLfJuJOEptzCYLI5GJu4fUqrKkO6k="; }; dontUnpack = true;