File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616buildGoModule rec {
1717 pname = "fulcio" ;
18- version = "1.6.6 " ;
18+ version = "1.7.0 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "sigstore" ;
2222 repo = pname ;
2323 rev = "v${ version } " ;
24- hash = "sha256-CfkHGHxeDUxHWX98FgmA4RNCVlgi9XA9eYkb+G5cZTA =" ;
24+ hash = "sha256-ymPczybHADTz4uiY8aLLre+Q8bBq/5L5MXJ26eBhi+U =" ;
2525 # populate values that require us to use git. By doing this in postFetch we
2626 # can delete .git afterwards and maintain better reproducibility of the src.
2727 leaveDotGit = true ;
@@ -33,7 +33,7 @@ buildGoModule rec {
3333 find "$out" -name .git -print0 | xargs -0 rm -rf
3434 '' ;
3535 } ;
36- vendorHash = "sha256-qQsaX/xaqD1qb9wH6riohm+NU49cN3EkO012oz9n4tw =" ;
36+ vendorHash = "sha256-lfJCPE8FRAX+juXQ7CiwItbnd0kAheaEdWG0Bwoyz/Y =" ;
3737
3838 nativeBuildInputs = [ installShellFiles ] ;
3939
You can’t perform that action at this time.
0 commit comments