lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #231971 from r-ryantm/auto-update/step-kms-plugin

step-kms-plugin: 0.8.2 -> 0.8.3

authored by

Nick Cao and committed by
GitHub
1fafd01e 906c7dd7

+3 -3
+3 -3
pkgs/tools/security/step-kms-plugin/default.nix
··· 11 11 12 12 buildGoModule rec { 13 13 pname = "step-kms-plugin"; 14 - version = "0.8.2"; 14 + version = "0.8.3"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "smallstep"; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - hash = "sha256-1yJD5HHMUpcGV0PEN81Rizahd1+VlCCTtbcpV87mTWI="; 20 + hash = "sha256-Twi2Kixx1lIesVwxUkvAlvq0w+P7bdpwTuxNwRsNYQ8="; 21 21 }; 22 22 23 - vendorHash = "sha256-IKMSBssfiMSoCmR2OF2kkMb+DPPPmfDof6W23oNfTg0="; 23 + vendorHash = "sha256-GjhpdcdRpxQczpkohBXTodwDcW9THSDJ9uQDDQY0hv0="; 24 24 25 25 proxyVendor = true; 26 26