summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus/default.nix
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2022-10-27 00:54:36 +0200
committerDaniel Olsen <daniel.olsen99@gmail.com>2023-01-16 00:56:27 +0100
commitab1399db21cdcb56a0257bdfb451aeabbe2caa77 (patch)
tree82d3cb8bad3a3068444cf9adc01987faecfe0a8e /pkgs/applications/graphics/hydrus/default.nix
parent69067a392143e6250f5968e19df5219a458fd054 (diff)
downloadnixpkgs-ab1399db21cdcb56a0257bdfb451aeabbe2caa77.tar
nixpkgs-ab1399db21cdcb56a0257bdfb451aeabbe2caa77.tar.gz
nixpkgs-ab1399db21cdcb56a0257bdfb451aeabbe2caa77.tar.bz2
nixpkgs-ab1399db21cdcb56a0257bdfb451aeabbe2caa77.tar.lz
nixpkgs-ab1399db21cdcb56a0257bdfb451aeabbe2caa77.tar.xz
nixpkgs-ab1399db21cdcb56a0257bdfb451aeabbe2caa77.tar.zst
nixpkgs-ab1399db21cdcb56a0257bdfb451aeabbe2caa77.zip
hydrus: 503 -> 504
Diffstat (limited to 'pkgs/applications/graphics/hydrus/default.nix')
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index 2bce94d52d8..51095768a31 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 = "503";
+  version = "504";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-nJn5EphbmVYAAOisV3fym/nHlJl/aPZ2Iyp+Z2/N3Jc=";
+    hash = "sha256-d9GxAUbdtKzyQI7ow8Cx0e0TCDchasSZL450+9GhJAU=";
   };
 
   nativeBuildInputs = [
@@ -82,6 +82,7 @@ python3Packages.buildPythonPackage rec {
     -e TestHydrusServer \
     -e TestHydrusSessions \
     -e TestServer \
+    -e TestClientMetadataMigration \
   '';
 
   outputs = [ "out" "doc" ];