about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-14 21:37:09 -0500
committerGitHub <noreply@github.com>2022-10-14 21:37:09 -0500
commit8c0e5bbcbbed350ce5e5ab5f0de5a0d818fd32eb (patch)
tree30d3674b78ec5771fc958faf47021d7bdc0a0545 /pkgs/applications/graphics
parenta42c1c674a2f08eb7e3e8d8f08c0d44ed54b011c (diff)
parent6176bf99b7580195e30250b1b226471c3ed4248f (diff)
Merge pull request #195797 from r-ryantm/auto-update/hydrus
hydrus: 501 -> 502
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index 06cab430bc3f1..32f6ac97fa370 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -10,14 +10,14 @@
 
 python3Packages.buildPythonPackage rec {
   pname = "hydrus";
-  version = "501";
+  version = "502";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-dmQD3CAAAhE6IOfT38PHUIlHdDFdk6HZ6ZEZmKw7+WM=";
+    sha256 = "sha256-f3VnPmrRdo4PLQvS5pUafOh6ppq4hiwolz/FVVBNgxI=";
   };
 
   nativeBuildInputs = [