1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-20 00:19:25 +03:00

tinfoil-cli: 0.0.13 -> 0.0.21

This commit is contained in:
R. Ryantm 2025-05-31 16:45:22 +00:00
parent 910796cabe
commit 56b880b75f

View file

@ -7,16 +7,16 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "tinfoil-cli"; pname = "tinfoil-cli";
version = "0.0.13"; version = "0.0.21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tinfoilsh"; owner = "tinfoilsh";
repo = "tinfoil-cli"; repo = "tinfoil-cli";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-/VjhInen6f+PYQENhGZ31q51r5J/lyG4rzXI3ZEPUAg="; hash = "sha256-wgXiu5RcWPWINQ4iepxncU6lpJOedV722uNmGliCuW0=";
}; };
vendorHash = "sha256-EN6IYOSYuSlKpQKcdKvPjFa9A51uwqSzHNuwlrzYsfI="; vendorHash = "sha256-MriCtyjWr4tJ9H+2z4KmnZw7ssqOEM3GL9ZGxUTm11k=";
# The attestation test requires internet access # The attestation test requires internet access
checkFlags = [ "-skip=TestAttestationVerifySEV" ]; checkFlags = [ "-skip=TestAttestationVerifySEV" ];