step-kms-plugin: 0.14.2 -> 0.15.1

This commit is contained in:
R. Ryantm
2025-08-21 02:30:26 +00:00
parent 3ecd031b66
commit 0156208e0d
+3 -3
View File
@@ -12,16 +12,16 @@
buildGoModule rec {
pname = "step-kms-plugin";
version = "0.14.2";
version = "0.15.1";
src = fetchFromGitHub {
owner = "smallstep";
repo = "step-kms-plugin";
rev = "v${version}";
hash = "sha256-0RIAwZbk6DNlJHTmxUd/td94OlrjwcQ86ao7wt7PSdg=";
hash = "sha256-Evi5rXdb/2WDlIUXJcQjQ0d1Zrfg1x00tFonlNmLi6E=";
};
vendorHash = "sha256-YvK3icanE8FoTeACfReVXmV143lcRTyXv8L6+hoFIaM=";
vendorHash = "sha256-CxX4tQRBPtza1PAVeidp+KNeYxIh5y1tJ+RgcBKdORs=";
proxyVendor = true;