about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2022-07-13 23:48:11 +0200
committerDaniel Olsen <daniel.olsen99@gmail.com>2022-07-13 23:48:11 +0200
commitcec2f720952958de5b4d02afdfd6cd6a0816f275 (patch)
treeb31b8aa0c61693d62e7ace8fc36d580ee3196887 /pkgs/applications/graphics/hydrus
parent250157ab541816eb9f18d42b74721db8a22a4c0a (diff)
hydrus: 490 -> 491
Diffstat (limited to 'pkgs/applications/graphics/hydrus')
-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 5bdb36135bc31..d44ef1f9cf50b 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 = "490";
+  version = "491";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-jlLP5y0onSHN0QnbaCnQsSKP7Fj+LS408MPCUxi29yc=";
+    sha256 = "sha256-ceKawn2jyfZPP4HzhkB1jIQoStCPRO/Ni/+Ys1R2FJQ=";
   };
 
   nativeBuildInputs = [