about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-06 03:15:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-06 03:15:03 +0000
commitde914786bf90eb173ab99323e9831236064e882e (patch)
treee1680dae5fba7846e5cea529f5b09c6fc2ab36ab
parent5706443baf9ce6a4cdb09f0c8463429c0549a9df (diff)
downloadnixlib-de914786bf90eb173ab99323e9831236064e882e.tar
nixlib-de914786bf90eb173ab99323e9831236064e882e.tar.gz
nixlib-de914786bf90eb173ab99323e9831236064e882e.tar.bz2
nixlib-de914786bf90eb173ab99323e9831236064e882e.tar.lz
nixlib-de914786bf90eb173ab99323e9831236064e882e.tar.xz
nixlib-de914786bf90eb173ab99323e9831236064e882e.tar.zst
nixlib-de914786bf90eb173ab99323e9831236064e882e.zip
tessen: 2.2.1 -> 2.2.3
-rw-r--r--pkgs/tools/security/tessen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/tessen/default.nix b/pkgs/tools/security/tessen/default.nix
index e8517dda9b4e..944695e831dc 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 = "2.2.1";
+  version = "2.2.3";
 
   src = fetchFromSourcehut {
     owner = "~ayushnix";
     repo  = pname;
     rev = "v${version}";
-    sha256  = "sha256-8hhYOd5h55kl7ChqdyRzsaxzWLpX41aqG8LfznmbFWw=";
+    sha256  = "sha256-mVGsI1JBG7X8J7gqocdfxWuTVSZpxS23QPGHCUofvV8=";
   };
 
   nativeBuildInputs = [ makeWrapper installShellFiles scdoc ];