Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fulcio: 0.5.3 -> 0.6.0

authored by R. Ryantm and committed by Bobby Rong 4c2dca62 685bb0ee

+3 -3
+3 -3
pkgs/tools/security/fulcio/default.nix
··· 2 3 buildGoModule rec { 4 pname = "fulcio"; 5 - version = "0.5.3"; 6 7 src = fetchFromGitHub { 8 owner = "sigstore"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-X943wqbgFX4Y15kCf+bxQP7OOTWksmmYghlAWPC2zVs="; 12 # populate values that require us to use git. By doing this in postFetch we 13 # can delete .git afterwards and maintain better reproducibility of the src. 14 leaveDotGit = true; ··· 20 find "$out" -name .git -print0 | xargs -0 rm -rf 21 ''; 22 }; 23 - vendorSha256 = "sha256-1BsnNDZAIdLj13e/qL//bPrhYKrTIBvtC1C65WmGHY0="; 24 25 nativeBuildInputs = [ installShellFiles ]; 26
··· 2 3 buildGoModule rec { 4 pname = "fulcio"; 5 + version = "0.6.0"; 6 7 src = fetchFromGitHub { 8 owner = "sigstore"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-ZWDvFSx+zH/P0ZfdqxAe+c4jFUH8mfY1vpUXlIxw1sI="; 12 # populate values that require us to use git. By doing this in postFetch we 13 # can delete .git afterwards and maintain better reproducibility of the src. 14 leaveDotGit = true; ··· 20 find "$out" -name .git -print0 | xargs -0 rm -rf 21 ''; 22 }; 23 + vendorSha256 = "sha256-LLvaaOZzp9b99eYOsfvbPRwZqSNfoinVUfYDmPiw5Mk="; 24 25 nativeBuildInputs = [ installShellFiles ]; 26