Skip to content

Commit

Permalink
Merge pull request #221747 from r-ryantm/auto-update/step-kms-plugin
Browse files Browse the repository at this point in the history
step-kms-plugin: 0.7.0 -> 0.8.0
  • Loading branch information
wegank authored Mar 18, 2023
2 parents dc2b13c + f703a12 commit 1603d11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/step-kms-plugin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

buildGoModule rec {
pname = "step-kms-plugin";
version = "0.7.0";
version = "0.8.0";

src = fetchFromGitHub {
owner = "smallstep";
repo = pname;
rev = "v${version}";
hash = "sha256-5oMkR997ZbPpOqazpyxEvLKbak7THAu855FC6a/Tr+4=";
hash = "sha256-VHQuNJzOYr5aLQqlzx6mDPBOKw6OSPSXBiEopKLuUo0=";
};

vendorHash = "sha256-Zd2rZez5vP9uL5dolGHO8FR0ARoYP78amcakK/lKtdc=";
vendorHash = "sha256-o6mylylpfQyswXA0kCADjqYFE0XDW9ZYglwDMpFRiu8=";

proxyVendor = true;

Expand Down

0 comments on commit 1603d11

Please sign in to comment.