summary refs log tree commit diff
path: root/pkgs/tools/security/graphw00f
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-08 09:00:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-08 09:00:24 +0000
commitdbe56b7636d99e3498297206b1996f9b2235c9af (patch)
tree373bb7a45a5d9c72d6363b18d5a68a8a249b64fc /pkgs/tools/security/graphw00f
parent39547aedf4bc82767a9f6aa15c081a4b21ecc94c (diff)
downloadnixpkgs-dbe56b7636d99e3498297206b1996f9b2235c9af.tar
nixpkgs-dbe56b7636d99e3498297206b1996f9b2235c9af.tar.gz
nixpkgs-dbe56b7636d99e3498297206b1996f9b2235c9af.tar.bz2
nixpkgs-dbe56b7636d99e3498297206b1996f9b2235c9af.tar.lz
nixpkgs-dbe56b7636d99e3498297206b1996f9b2235c9af.tar.xz
nixpkgs-dbe56b7636d99e3498297206b1996f9b2235c9af.tar.zst
nixpkgs-dbe56b7636d99e3498297206b1996f9b2235c9af.zip
graphw00f: 1.1.2 -> 1.1.8
Diffstat (limited to 'pkgs/tools/security/graphw00f')
-rw-r--r--pkgs/tools/security/graphw00f/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/graphw00f/default.nix b/pkgs/tools/security/graphw00f/default.nix
index ef8147ed24c..caa7586d37f 100644
--- a/pkgs/tools/security/graphw00f/default.nix
+++ b/pkgs/tools/security/graphw00f/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "graphw00f";
-  version = "1.1.2";
+  version = "1.1.8";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "dolevf";
     repo = pname;
-    rev = version;
-    hash = "sha256-DzpSbaGYtRXtRjZBn9rgZumuCqdZ/auKiWO5/TYIE34=";
+    rev = "refs/tags/${version}";
+    hash = "sha256-stTCUHt9UCu1QuxDPB8a26LsrHNttyoVd0tmS7e2t2Y=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [