step-kms-plugin: 0.12.1 -> 0.12.2

This commit is contained in:
R. Ryantm
2025-03-19 02:31:33 +00:00
parent 7296c7ff9a
commit 2bbe30e590
+3 -3
View File
@@ -12,16 +12,16 @@
buildGoModule rec {
pname = "step-kms-plugin";
version = "0.12.1";
version = "0.12.2";
src = fetchFromGitHub {
owner = "smallstep";
repo = pname;
rev = "v${version}";
hash = "sha256-AFHqkHPa4+/VbeSq9TZA0mUXyXLAfXFAFVkKqnEfg7k=";
hash = "sha256-6+5xZGzLsXu+283aOCeRmzxvjsk5PXTpbszVYuSSuGA=";
};
vendorHash = "sha256-u2CXNOaDn4dYWarOW3f11rsqo52hMpRntBhmNf1+axc=";
vendorHash = "sha256-S8T2GMFOVYqG2+8jdDRNJfAN057HagUA3HR0/UBpBR0=";
proxyVendor = true;