about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-24 13:52:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-24 13:52:27 +0000
commitbb2b1e8312b758cc48151f65d5e2db570c8e04a4 (patch)
treebd64e3d37b4fae0354b6f19acce641227fc7a41d
parent0ea4f4d8af2f83ca26f804451d985621c130d82a (diff)
go-jet: 2.11.0 -> 2.11.1
-rw-r--r--pkgs/development/tools/go-jet/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/go-jet/default.nix b/pkgs/development/tools/go-jet/default.nix
index 0f8fa8337b9e6..34b8c5ef1d3cf 100644
--- a/pkgs/development/tools/go-jet/default.nix
+++ b/pkgs/development/tools/go-jet/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "go-jet";
-  version = "2.11.0";
+  version = "2.11.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = "jet";
     rev = "v${version}";
-    sha256 = "sha256-xtWDfBryNQp3MSp5EjsbyIdEx4+KoqBe3Q6MukuYVRE=";
+    sha256 = "sha256-1ntvvbSIqeANZhz/FKXP9cD8UVs9luMHa8pgvc6RsqE=";
   };
 
-  vendorHash = "sha256-z0NMG+fvbGe3KGxO9+3NLoptZ4wfWi0ls7SK+9miCWg=";
+  vendorHash = "sha256-7jcUSzz/EI30PUK41u4FUUAzzl/PUKvE46A/nYwx134=";
 
   subPackages = [ "cmd/jet" ];