about summary refs log tree commit diff
path: root/pkgs/tools/security/tessen/default.nix
diff options
context:
space:
mode:
authorFredrik Bergroth <fbergroth@gmail.com>2023-03-25 23:03:08 +0100
committerFredrik Bergroth <fbergroth@gmail.com>2023-03-25 23:13:59 +0100
commitc484d7a51638c0fb3e3413f0a240b17e2725f890 (patch)
tree46c26c8f5cb7929b55d853653d442f47ee912726 /pkgs/tools/security/tessen/default.nix
parent7d1420d5a971351b286f74ebde76bbe74c975023 (diff)
tessen: unstable-2022-08-04 -> 2.2.0
Diffstat (limited to 'pkgs/tools/security/tessen/default.nix')
-rw-r--r--pkgs/tools/security/tessen/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/tessen/default.nix b/pkgs/tools/security/tessen/default.nix
index 2374654da3ec3..97a35414a22b1 100644
--- a/pkgs/tools/security/tessen/default.nix
+++ b/pkgs/tools/security/tessen/default.nix
@@ -12,13 +12,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "tessen";
-  version = "unstable-2022-08-04";
+  version = "2.2.0";
 
   src = fetchFromSourcehut {
     owner = "~ayushnix";
     repo  = pname;
-    rev = "8758a09345f6eef24764de4a0efad737f12562c8";
-    sha256  = "sha256-U6obXpYzIprOJ+b3QiE+eDOq1s0DYiwM55qTga9/8TE=";
+    rev = "v${version}";
+    sha256  = "sha256-7hiH1il9vFkrld5wFU+jT7IuudKwigO7ggFuwVbkvYw=";
   };
 
   nativeBuildInputs = [ makeWrapper installShellFiles scdoc ];