about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-15 16:09:30 -0600
committerGitHub <noreply@github.com>2023-07-15 16:09:30 -0600
commit72307009dcfa72d333f8b43deae0f7d7acf15a0a (patch)
tree56b5b029dadd2d6039d3a92043b801f113f24632
parent188e340b2eea9c34465fcd20d58a5f1daeee1f22 (diff)
parente77a74285de3d28fc80512689686f6ccbb96efe8 (diff)
Merge pull request #243728 from r-ryantm/auto-update/step-kms-plugin
step-kms-plugin: 0.9.0 -> 0.9.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 45777340f7c88..66413b1798aca 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.9.0";
+  version = "0.9.1";
 
   src = fetchFromGitHub {
     owner = "smallstep";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-b8YYLsEmbr/XP04aB5u2DMPc0hpgaYYspyWzSGuYccQ=";
+    hash = "sha256-pbSv3qTQkeYWtg5HKu9kUIWYw6t6yKKA4GQuiwGEPD8=";
   };
 
-  vendorHash = "sha256-Zv70C1JkOjOrncNuox8yh2LB31gVcXxr01l+o7HRXm0=";
+  vendorHash = "sha256-hb1Nn/+PVhhBByQ8I9MuUEd5di5jEZVMtSpm0+qBXQk=";
 
   proxyVendor = true;