nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

tinfoil-cli: 0.0.13 -> 0.0.21

R. Ryantm 56b880b7 910796ca

+3 -3
+3 -3
pkgs/by-name/ti/tinfoil-cli/package.nix
··· 7 7 8 8 buildGoModule (finalAttrs: { 9 9 pname = "tinfoil-cli"; 10 - version = "0.0.13"; 10 + version = "0.0.21"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "tinfoilsh"; 14 14 repo = "tinfoil-cli"; 15 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-/VjhInen6f+PYQENhGZ31q51r5J/lyG4rzXI3ZEPUAg="; 16 + hash = "sha256-wgXiu5RcWPWINQ4iepxncU6lpJOedV722uNmGliCuW0="; 17 17 }; 18 18 19 - vendorHash = "sha256-EN6IYOSYuSlKpQKcdKvPjFa9A51uwqSzHNuwlrzYsfI="; 19 + vendorHash = "sha256-MriCtyjWr4tJ9H+2z4KmnZw7ssqOEM3GL9ZGxUTm11k="; 20 20 21 21 # The attestation test requires internet access 22 22 checkFlags = [ "-skip=TestAttestationVerifySEV" ];