about summary refs log tree commit diff
path: root/pkgs/tools/security/trueseeing
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-01-01 11:41:05 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-01-01 11:41:05 +0100
commit4b0b110a090532b6dceb7292dfcb4804cd4c8563 (patch)
treeda7fecbc6b0015c32fd3d910a4b3363429d622b4 /pkgs/tools/security/trueseeing
parentd5fb68d0974d2ab4ed82464fc3e1ba72b0b73e75 (diff)
downloadnixlib-4b0b110a090532b6dceb7292dfcb4804cd4c8563.tar
nixlib-4b0b110a090532b6dceb7292dfcb4804cd4c8563.tar.gz
nixlib-4b0b110a090532b6dceb7292dfcb4804cd4c8563.tar.bz2
nixlib-4b0b110a090532b6dceb7292dfcb4804cd4c8563.tar.lz
nixlib-4b0b110a090532b6dceb7292dfcb4804cd4c8563.tar.xz
nixlib-4b0b110a090532b6dceb7292dfcb4804cd4c8563.tar.zst
nixlib-4b0b110a090532b6dceb7292dfcb4804cd4c8563.zip
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
Diffstat (limited to 'pkgs/tools/security/trueseeing')
-rw-r--r--pkgs/tools/security/trueseeing/default.nix4
1 files changed, 2 insertions, 2 deletions
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; [