about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-05 12:25:58 +0200
committerGitHub <noreply@github.com>2023-09-05 12:25:58 +0200
commit135e8b14dcc438f50f6db3d080e27f9caab6dbd6 (patch)
tree51a633e607030a961e26ad365c2604522e210b73 /pkgs/tools
parent78e5543c97c2492955358a2d0b053848622d0ece (diff)
parent2caa3c4810f6d84c630c04505f35842d5dce0f72 (diff)
Merge pull request #253344 from r-ryantm/auto-update/granted
granted: 0.14.2 -> 0.14.4
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/granted/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/granted/default.nix b/pkgs/tools/admin/granted/default.nix
index 907d440174ff5..7cb1dc0cb1e2e 100644
--- a/pkgs/tools/admin/granted/default.nix
+++ b/pkgs/tools/admin/granted/default.nix
@@ -12,16 +12,16 @@
 
 buildGoModule rec {
   pname = "granted";
-  version = "0.14.2";
+  version = "0.14.4";
 
   src = fetchFromGitHub {
     owner = "common-fate";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-BxtEMIWJaZaCtd5auGRq+F3VkRTZXGBa6GdLWgvC+ZE=";
+    sha256 = "sha256-haeFDAm44b4JgNbl983MjG3HQMvqrkiGSboCcf3uYmI=";
   };
 
-  vendorHash = "sha256-tPWdzPJyjxcjDM5UgIeQek60Df/7dSaKedZF04tfu6Q=";
+  vendorHash = "sha256-B+d15b8ei1wn3F8L1Hgce2wRPoisoFwG6YgrbPikeOo=";
 
   nativeBuildInputs = [ makeWrapper ];