about summary refs log tree commit diff
path: root/pkgs/tools/security/age-plugin-tpm
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2023-07-12 17:36:57 +0300
committerVika <vika@fireburn.ru>2023-07-12 17:48:02 +0300
commit5ecef29242fbf2cae6e9eb0d0e0dbc2f25466b77 (patch)
tree15515c77c4ebc0b5a2e4c0a67947f6d2cc31c742 /pkgs/tools/security/age-plugin-tpm
parentbf5f8aa26248bd0eb79b07ed67de5e8f5378cd32 (diff)
downloadnixlib-5ecef29242fbf2cae6e9eb0d0e0dbc2f25466b77.tar
nixlib-5ecef29242fbf2cae6e9eb0d0e0dbc2f25466b77.tar.gz
nixlib-5ecef29242fbf2cae6e9eb0d0e0dbc2f25466b77.tar.bz2
nixlib-5ecef29242fbf2cae6e9eb0d0e0dbc2f25466b77.tar.lz
nixlib-5ecef29242fbf2cae6e9eb0d0e0dbc2f25466b77.tar.xz
nixlib-5ecef29242fbf2cae6e9eb0d0e0dbc2f25466b77.tar.zst
nixlib-5ecef29242fbf2cae6e9eb0d0e0dbc2f25466b77.zip
age-plugin-tpm: unstable-2023-05-02 -> 0.1.0
Diffstat (limited to 'pkgs/tools/security/age-plugin-tpm')
-rw-r--r--pkgs/tools/security/age-plugin-tpm/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/security/age-plugin-tpm/default.nix b/pkgs/tools/security/age-plugin-tpm/default.nix
index d79f8805c943..200a3e67f22d 100644
--- a/pkgs/tools/security/age-plugin-tpm/default.nix
+++ b/pkgs/tools/security/age-plugin-tpm/default.nix
@@ -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 \