tinfoil-cli: 0.0.22 -> 0.0.24

This commit is contained in:
R. Ryantm
2025-06-29 16:42:31 +00:00
parent ed341aab4f
commit bd1096f6de
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "tinfoil-cli";
version = "0.0.22";
version = "0.0.24";
src = fetchFromGitHub {
owner = "tinfoilsh";
repo = "tinfoil-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-6gWzAd1EgKXtwqxThEi4fpL8qUpFX7YqKfze1ybLlsM=";
hash = "sha256-MQZdNSL7U5MNKJQCo3RKgOtpe+jA/GocB2lVOnY/tdg=";
};
vendorHash = "sha256-MriCtyjWr4tJ9H+2z4KmnZw7ssqOEM3GL9ZGxUTm11k=";
vendorHash = "sha256-asduIJH+nGDBZ4N3Y/4L8mnTae5yCfRtK26oXvRirhA=";
# The attestation test requires internet access
checkFlags = [ "-skip=TestAttestationVerifySEV" ];