age-plugin-tpm: unstable-2023-05-02 -> 0.1.0

This commit is contained in:
Vika 2023-07-12 17:36:57 +03:00
parent bf5f8aa262
commit 5ecef29242
No known key found for this signature in database
GPG Key ID: 4F62CD07CE64796A

View File

@ -4,18 +4,18 @@
, swtpm
}:
buildGoModule {
buildGoModule rec {
pname = "age-plugin-tpm";
version = "unstable-2023-05-02";
version = "0.1.0";
src = fetchFromGitHub {
owner = "Foxboron";
repo = "age-plugin-tpm";
rev = "c570739b05c067087c44f651efce6890eedc0647";
hash = "sha256-xlJtyNAYi/6vBWLsjymFLGfr30w80OplwG2xGTEB118=";
rev = "v${version}";
hash = "sha256-Gp7n2/+vgQbsm/En6PQ1to/W6lvFam4Wh3LHdCZnafc=";
};
vendorHash = "sha256-S9wSxw0ZMibCOspgGt5vjzFhPL+bZncjTdIX2mkX5vE=";
vendorHash = "sha256-oZni/n2J0N3ZxNhf+RlUWyWeOFwL4+6KUIk6DQF8YpA=";
postConfigure = ''
substituteInPlace vendor/github.com/foxboron/swtpm_test/swtpm.go \