aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-12-06 16:49:22 -0800
committerGitHub <noreply@github.com>2020-12-06 16:49:22 -0800
commit9f6ecdcffa800719ee900c5469c689de8cfbb52d (patch)
tree03a1e9a62ec17c99883298dad4a399ee536195fb
parentb18ce5c1c9c366da419458c42d49b122a0132f90 (diff)
parentac229d9419175ca83e5fc3f2001cde4ced980850 (diff)
Merge pull request #106104 from mingmingrr/master
pythonPackages.hydrus: 413 -> 420
-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 556e5e30f3a4..8e9998dde393 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 = [