summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus/default.nix
diff options
context:
space:
mode:
authormingmingrr <mingmingrr@gmail.com>2021-01-21 02:17:49 -0500
committermingmingrr <mingmingrr@gmail.com>2021-01-21 02:17:49 -0500
commit3b0495ad34c18b42cfa71f5cb617b726a2ad4ce8 (patch)
treefc2741c21f47e1f1a16f8b67ccb90404f8fdd914 /pkgs/applications/graphics/hydrus/default.nix
parent6317796bec84655264f89e3e33d45fdc0292cac9 (diff)
downloadnixpkgs-3b0495ad34c18b42cfa71f5cb617b726a2ad4ce8.tar
nixpkgs-3b0495ad34c18b42cfa71f5cb617b726a2ad4ce8.tar.gz
nixpkgs-3b0495ad34c18b42cfa71f5cb617b726a2ad4ce8.tar.bz2
nixpkgs-3b0495ad34c18b42cfa71f5cb617b726a2ad4ce8.tar.lz
nixpkgs-3b0495ad34c18b42cfa71f5cb617b726a2ad4ce8.tar.xz
nixpkgs-3b0495ad34c18b42cfa71f5cb617b726a2ad4ce8.tar.zst
nixpkgs-3b0495ad34c18b42cfa71f5cb617b726a2ad4ce8.zip
pythonPackages.hydrus: 420 -> 426
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 69fdb9e2e11..95b96bcff1b 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -10,14 +10,14 @@
 
 pythonPackages.buildPythonPackage {
   pname = "hydrus";
-  version = "420";
+  version = "426";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
-    rev = "067c4862a0ed8dd9264b464c69975b520139809f";
-    sha256 = "12x0rv2yxsczdaxvpb5ggf4jwzjd1vd7ml0r61s4342zwvjrhji9";
+    rev = "1acdc258e5bb2ae22f5eafaf3dac8d9265dba5e2";
+    sha256 = "1snihd433hx36s6d5hsnq4qg0xs6ag4822lwm5fqak64n22ad2qb";
   };
 
   nativeBuildInputs = [