tinfoil-cli: 0.0.24 -> 0.1.1 (#426354)

This commit is contained in:
Nick Cao
2025-07-18 15:58:13 -04:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "tinfoil-cli";
version = "0.0.24";
version = "0.1.1";
src = fetchFromGitHub {
owner = "tinfoilsh";
repo = "tinfoil-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-MQZdNSL7U5MNKJQCo3RKgOtpe+jA/GocB2lVOnY/tdg=";
hash = "sha256-u7ELBS2WKet+MhTlUL+ID6f3AeNjE6aUj+PJY1rXb+8=";
};
vendorHash = "sha256-asduIJH+nGDBZ4N3Y/4L8mnTae5yCfRtK26oXvRirhA=";
vendorHash = "sha256-Dn1hhWE18UConE1a1RfLty3NWQ859Axt0LFBSC9i1uc=";
# The attestation test requires internet access
checkFlags = [ "-skip=TestAttestationVerifySEV" ];