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

fulcio: 1.6.1 -> 1.6.2
This commit is contained in:
Thomas Gerbet 2024-08-23 16:32:46 +02:00 committed by GitHub
commit d5e130e437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fulcio";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "sigstore";
repo = pname;
rev = "v${version}";
hash = "sha256-WQ7UVKFAlqC67/2sHkh1N+80Z5KI35olFlU+B3Emnic=";
hash = "sha256-7J0ooEFCVe03PTKHNQm3wgY6ldxx5r1LS9JPcFvfgSY=";
# 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;