summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus/default.nix
diff options
context:
space:
mode:
authormingmingrr <mingmingrr@gmail.com>2020-12-06 16:50:28 -0500
committermingmingrr <mingmingrr@gmail.com>2020-12-06 16:50:28 -0500
commitac229d9419175ca83e5fc3f2001cde4ced980850 (patch)
tree2a3344ac28d941f2331a5f3267e4f438460be5d1 /pkgs/applications/graphics/hydrus/default.nix
parent30526f59a11838a45af8031c90ebf818aa74225e (diff)
downloadnixpkgs-ac229d9419175ca83e5fc3f2001cde4ced980850.tar
nixpkgs-ac229d9419175ca83e5fc3f2001cde4ced980850.tar.gz
nixpkgs-ac229d9419175ca83e5fc3f2001cde4ced980850.tar.bz2
nixpkgs-ac229d9419175ca83e5fc3f2001cde4ced980850.tar.lz
nixpkgs-ac229d9419175ca83e5fc3f2001cde4ced980850.tar.xz
nixpkgs-ac229d9419175ca83e5fc3f2001cde4ced980850.tar.zst
nixpkgs-ac229d9419175ca83e5fc3f2001cde4ced980850.zip
pythonPackages.hydrus: 413 -> 420
Diffstat (limited to 'pkgs/applications/graphics/hydrus/default.nix')
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index 556e5e30f3a..8e9998dde39 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -10,14 +10,14 @@
 
 pythonPackages.buildPythonPackage {
   pname = "hydrus";
-  version = "413";
+  version = "420";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
-    rev = "9fbed11bef499e01a6799b298bea7d0967d30430";
-    sha256 = "1dl7qpzmlxl376lzm0chmwvf4nl55wz6fwcsw0ikb33rm8r33gq4";
+    rev = "067c4862a0ed8dd9264b464c69975b520139809f";
+    sha256 = "12x0rv2yxsczdaxvpb5ggf4jwzjd1vd7ml0r61s4342zwvjrhji9";
   };
 
   nativeBuildInputs = [