From 041e0686e96fc691662f4cf0a9a2b3f64335e37f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 10 May 2023 04:36:51 +0000 Subject: [PATCH] tessen: 2.2.0 -> 2.2.1 --- pkgs/tools/security/tessen/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/tessen/default.nix b/pkgs/tools/security/tessen/default.nix index 97a35414a22..1113134a145 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.0"; + version = "2.2.1"; src = fetchFromSourcehut { owner = "~ayushnix"; repo = pname; rev = "v${version}"; - sha256 = "sha256-7hiH1il9vFkrld5wFU+jT7IuudKwigO7ggFuwVbkvYw="; + sha256 = "sha256-8hhYOd5h55kl7ChqdyRzsaxzWLpX41aqG8LfznmbFWw="; }; nativeBuildInputs = [ makeWrapper installShellFiles scdoc ];