about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-22 11:49:39 -0400
committerGitHub <noreply@github.com>2024-03-22 11:49:39 -0400
commit394f64da4881ee6ffdd1c75d4bbda4051d0143fe (patch)
tree11bd214dadde491b108c59d6ed30fe5d8f85c1a4
parent4013c401e2b6515fe72a0c037e7daec199067ce2 (diff)
parent6016d72ea411110d6d4312a84786dcabef5c8b9b (diff)
downloadnixlib-394f64da4881ee6ffdd1c75d4bbda4051d0143fe.tar
nixlib-394f64da4881ee6ffdd1c75d4bbda4051d0143fe.tar.gz
nixlib-394f64da4881ee6ffdd1c75d4bbda4051d0143fe.tar.bz2
nixlib-394f64da4881ee6ffdd1c75d4bbda4051d0143fe.tar.lz
nixlib-394f64da4881ee6ffdd1c75d4bbda4051d0143fe.tar.xz
nixlib-394f64da4881ee6ffdd1c75d4bbda4051d0143fe.tar.zst
nixlib-394f64da4881ee6ffdd1c75d4bbda4051d0143fe.zip
Merge pull request #297854 from r-ryantm/auto-update/step-kms-plugin
step-kms-plugin: 0.10.0 -> 0.11.0
-rw-r--r--pkgs/tools/security/step-kms-plugin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/step-kms-plugin/default.nix b/pkgs/tools/security/step-kms-plugin/default.nix
index 2a141e7012b9..fd3faedf6128 100644
--- a/pkgs/tools/security/step-kms-plugin/default.nix
+++ b/pkgs/tools/security/step-kms-plugin/default.nix
@@ -11,16 +11,16 @@
 
 buildGoModule rec {
   pname = "step-kms-plugin";
-  version = "0.10.0";
+  version = "0.11.0";
 
   src = fetchFromGitHub {
     owner = "smallstep";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-TmIQjkIESZm6u7CajyJGgf1xm3SvjA6EINUAKehzafs=";
+    hash = "sha256-FQ9UW1zz+8HMFETZVef7oyh2+Nm5z3ksvmOv/MTiKAU=";
   };
 
-  vendorHash = "sha256-mwi7ux4pnnotdwW6v0j+q8mx5i7W6fJVuAKOEqVDueY=";
+  vendorHash = "sha256-bpQHe7B7dG1oeGP/V3su0Zc6in7tive7lmh18KqxGfo=";
 
   proxyVendor = true;