We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b881e7 + c5f7d16 commit c592c28Copy full SHA for c592c28
1 file changed
pkgs/by-name/ti/tinfoil-cli/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule (finalAttrs: {
9
pname = "tinfoil-cli";
10
- version = "0.1.3";
+ version = "0.1.4";
11
12
src = fetchFromGitHub {
13
owner = "tinfoilsh";
14
repo = "tinfoil-cli";
15
tag = "v${finalAttrs.version}";
16
- hash = "sha256-yOFlQxMRxrdC1w8r8D9b0qrwGLjEflgcvLX5Q8ntMJY=";
+ hash = "sha256-prLp9IpBINFNfam23ErvcwlOrLZ4pFoZn8C7/w3kdZs=";
17
};
18
19
- vendorHash = "sha256-L4wdnxm5fOtGymIZfr/YYTDnXpREgZmEthcZV1ploI4=";
+ vendorHash = "sha256-wZlpxAwWgFpuLhbG6EBhBbFMgyZ7yZxCaiBYz4utCto=";
20
21
# The attestation test requires internet access
22
checkFlags = [ "-skip=TestAttestationVerifySEV" ];
0 commit comments