about summary refs log tree commit diff
path: root/pkgs/development/python-modules/graphtage/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-05-17 06:01:12 +0000
committerGitHub <noreply@github.com>2022-05-17 06:01:12 +0000
commit74783b72bcfc4c0903c7e29e9e46b681d2fd8986 (patch)
treeb2c8eeb0e9999fcaad72d8f4b20e7b5ea85a6c17 /pkgs/development/python-modules/graphtage/default.nix
parent9232271f66e9a378c62774a5346c4ec62538555c (diff)
parent365be2abe0dcecf064a40745c688a11939118b5d (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/graphtage/default.nix')
-rw-r--r--pkgs/development/python-modules/graphtage/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/graphtage/default.nix b/pkgs/development/python-modules/graphtage/default.nix
index 500d157427d1c..a1bec8f3a1f40 100644
--- a/pkgs/development/python-modules/graphtage/default.nix
+++ b/pkgs/development/python-modules/graphtage/default.nix
@@ -15,14 +15,14 @@
 
 buildPythonPackage rec {
   pname = "graphtage";
-  version = "0.2.5";
+  version = "0.2.6";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "trailofbits";
     repo = pname;
-    rev = "v${version}";
-    sha256 = "sha256-cFOTbPv7CnRdet7bx5LVq5xp9LG4yNm0oxlW5aSEeZs=";
+    rev = "refs/tags/v${version}";
+    sha256 = "sha256-ZazqtrrCsoeJK7acj7Unpl+ZI2JL/khMN2aOSHdCHl0=";
   };
 
   propagatedBuildInputs = [