3
0
Fork 0
forked from mirrors/nixpkgs

step-kms-plugin: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm 2023-12-06 11:29:46 +00:00
parent 4c37153a2c
commit 0014247e0d

View file

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "step-kms-plugin";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "smallstep";
repo = pname;
rev = "v${version}";
hash = "sha256-pbSv3qTQkeYWtg5HKu9kUIWYw6t6yKKA4GQuiwGEPD8=";
hash = "sha256-l0MMcLghhqVVQAdhk0a0nDqYvJbXCV2PFbRtiGQcDn0=";
};
vendorHash = "sha256-hb1Nn/+PVhhBByQ8I9MuUEd5di5jEZVMtSpm0+qBXQk=";
vendorHash = "sha256-3du8KlM08N5hKmzZWYZdfPOL5R+BspbK6ABF+RSJzHg=";
proxyVendor = true;