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