Skip to content

Commit

Permalink
age-plugin-tpm: 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Feb 17, 2025
1 parent 5f30488 commit 8d00765
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pkgs/by-name/ag/age-plugin-tpm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@
fetchFromGitHub,
swtpm,
openssl,
age,
}:

buildGoModule rec {
pname = "age-plugin-tpm";
version = "0.2.0";
version = "0.3.0";

src = fetchFromGitHub {
owner = "Foxboron";
repo = "age-plugin-tpm";
rev = "v${version}";
hash = "sha256-oTvK8U5j+llHgoChhGb+vcUrUf9doVYxd3d5MEuCNz8=";
tag = "v${version}";
hash = "sha256-yr1PSSmcUoOrQ8VMQEoaCLNvDO+3+6N7XXdNUyYVz9M=";
};

proxyVendor = true;

vendorHash = "sha256-veduD0K3Onkqvyg9E5v854a6/8UIRQZEH098lUepRNU=";
vendorHash = "sha256-VEx6qP02QcwETOQUkMsrqVb+cOElceXcTDaUr480ngs=";

nativeCheckInputs = [
age
swtpm
];

Expand All @@ -39,7 +41,7 @@ buildGoModule rec {
mainProgram = "age-plugin-tpm";
homepage = "https://github.com/Foxboron/age-plugin-tpm";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [
kranzes
sgo
Expand Down

0 comments on commit 8d00765

Please sign in to comment.