age-plugin-tpm: 1.0.0 -> 1.0.1 (#483510)

This commit is contained in:
Stig
2026-01-26 09:53:25 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "age-plugin-tpm";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "Foxboron";
repo = "age-plugin-tpm";
tag = "v${version}";
hash = "sha256-Vr6simVW5nAWTa8Dro2gar2+O90T8u6h09wTnEnygss=";
hash = "sha256-1BHVQY8ZexwdjchQiG8aQMEPukq/3ez+QYY1X67DgPc=";
};
proxyVendor = true;