tinfoil-cli: 0.1.1 -> 0.1.3 (#428650)

authored by Nick Cao and committed by GitHub 15e671c3 4b01c03e

+3 -3
+3 -3
pkgs/by-name/ti/tinfoil-cli/package.nix
··· 7 8 buildGoModule (finalAttrs: { 9 pname = "tinfoil-cli"; 10 - version = "0.1.1"; 11 12 src = fetchFromGitHub { 13 owner = "tinfoilsh"; 14 repo = "tinfoil-cli"; 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-u7ELBS2WKet+MhTlUL+ID6f3AeNjE6aUj+PJY1rXb+8="; 17 }; 18 19 - vendorHash = "sha256-Dn1hhWE18UConE1a1RfLty3NWQ859Axt0LFBSC9i1uc="; 20 21 # The attestation test requires internet access 22 checkFlags = [ "-skip=TestAttestationVerifySEV" ];
··· 7 8 buildGoModule (finalAttrs: { 9 pname = "tinfoil-cli"; 10 + version = "0.1.3"; 11 12 src = fetchFromGitHub { 13 owner = "tinfoilsh"; 14 repo = "tinfoil-cli"; 15 tag = "v${finalAttrs.version}"; 16 + hash = "sha256-yOFlQxMRxrdC1w8r8D9b0qrwGLjEflgcvLX5Q8ntMJY="; 17 }; 18 19 + vendorHash = "sha256-L4wdnxm5fOtGymIZfr/YYTDnXpREgZmEthcZV1ploI4="; 20 21 # The attestation test requires internet access 22 checkFlags = [ "-skip=TestAttestationVerifySEV" ];