Merge pull request #244392 from r-ryantm/auto-update/fulcio

fulcio: 1.3.3 -> 1.3.4
This commit is contained in:
Nick Cao 2023-07-19 18:29:53 -06:00 committed by GitHub
commit 58b1f7d7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fulcio";
version = "1.3.3";
version = "1.3.4";
src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sDOsnpxvPTlexZFDEbF7kOl/1h/Xl3/ziBII95Oxqsw=";
sha256 = "sha256-HJ1hTq6Mwt4f8r92ZNpL/Aco9dzIpxBH9ZSA3h1P4/A=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;