summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-19 01:11:35 -0400
committerGitHub <noreply@github.com>2024-04-19 01:11:35 -0400
commitd6e494858f5e5230d2a5432eb59d09d90f001556 (patch)
tree8d0792e25d5a0251babfc3b8a00e894057bd5c6b
parent8d1fb43abbab083ceafc19311e9a61e0ed26ac38 (diff)
parente99e4031880626da69a342e7ebe452fac4005294 (diff)
Merge pull request #305087 from r-ryantm/auto-update/step-kms-plugin
step-kms-plugin: 0.11.0 -> 0.11.1
-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 fd3faedf6128..95a3b85fca63 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.11.0";
+ version = "0.11.1";
src = fetchFromGitHub {
owner = "smallstep";
repo = pname;
rev = "v${version}";
- hash = "sha256-FQ9UW1zz+8HMFETZVef7oyh2+Nm5z3ksvmOv/MTiKAU=";
+ hash = "sha256-EkLLhHXvh10tfEY6AY6o3n3JcmCXwauHsQ8VJRBpnnY=";
};
- vendorHash = "sha256-bpQHe7B7dG1oeGP/V3su0Zc6in7tive7lmh18KqxGfo=";
+ vendorHash = "sha256-kwM5eNeAVtA6DaoFtBhxc7Jnfb7vVkdIGpUxVGjWwC8=";
proxyVendor = true;