From dbe56b7636d99e3498297206b1996f9b2235c9af Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 8 Sep 2022 09:00:24 +0000 Subject: [PATCH] graphw00f: 1.1.2 -> 1.1.8 --- pkgs/tools/security/graphw00f/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/graphw00f/default.nix b/pkgs/tools/security/graphw00f/default.nix index ef8147ed24cd..caa7586d37f6 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; [