Skip to content

Commit c592c28

Browse files
authored
tinfoil-cli: 0.1.3 -> 0.1.4 (NixOS#451160)
2 parents 0b881e7 + c5f7d16 commit c592c28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/ti/tinfoil-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule (finalAttrs: {
99
pname = "tinfoil-cli";
10-
version = "0.1.3";
10+
version = "0.1.4";
1111

1212
src = fetchFromGitHub {
1313
owner = "tinfoilsh";
1414
repo = "tinfoil-cli";
1515
tag = "v${finalAttrs.version}";
16-
hash = "sha256-yOFlQxMRxrdC1w8r8D9b0qrwGLjEflgcvLX5Q8ntMJY=";
16+
hash = "sha256-prLp9IpBINFNfam23ErvcwlOrLZ4pFoZn8C7/w3kdZs=";
1717
};
1818

19-
vendorHash = "sha256-L4wdnxm5fOtGymIZfr/YYTDnXpREgZmEthcZV1ploI4=";
19+
vendorHash = "sha256-wZlpxAwWgFpuLhbG6EBhBbFMgyZ7yZxCaiBYz4utCto=";
2020

2121
# The attestation test requires internet access
2222
checkFlags = [ "-skip=TestAttestationVerifySEV" ];

0 commit comments

Comments
 (0)