Skip to content

Commit

Permalink
trueseeing: 2.1.9 -> 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 25, 2024
1 parent 7b1be1e commit 644ee68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/trueseeing/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "trueseeing";
version = "2.1.9";
version = "2.1.10";
pyproject = true;

src = fetchFromGitHub {
owner = "alterakey";
repo = "trueseeing";
rev = "refs/tags/v${version}";
hash = "sha256-g5OqdnPtGGV4wBwPRAjH3lweguwlfVcgpNLlq54OHKA=";
hash = "sha256-q7hUsBmTRPizmNWueFtFDc5t7rd1evMrBj3oX1Q2VfM=";
};

nativeBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit 644ee68

Please sign in to comment.