From 4b0b110a090532b6dceb7292dfcb4804cd4c8563 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 1 Jan 2024 11:41:05 +0100 Subject: trueseeing: 2.1.7 -> 2.1.9 Diff: https://github.com/alterakey/trueseeing/compare/refs/tags/v2.1.7...v2.1.9 Changelog: https://github.com/alterakey/trueseeing/releases/tag/v2.1.9 --- pkgs/tools/security/trueseeing/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/security/trueseeing') diff --git a/pkgs/tools/security/trueseeing/default.nix b/pkgs/tools/security/trueseeing/default.nix index a9c4f300141f..ad9fd643a355 100644 --- a/pkgs/tools/security/trueseeing/default.nix +++ b/pkgs/tools/security/trueseeing/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "trueseeing"; - version = "2.1.7"; + version = "2.1.9"; format = "pyproject"; src = fetchFromGitHub { owner = "alterakey"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-pnIn+Rqun5J3F9cgeBUBX4e9WP5fgbm+vwN3Wqh/yEc="; + hash = "sha256-g5OqdnPtGGV4wBwPRAjH3lweguwlfVcgpNLlq54OHKA="; }; nativeBuildInputs = with python3.pkgs; [ -- cgit 1.4.1