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>2021-10-01 23:19:51 +0200
committerDaniel Olsen <daniel.olsen99@gmail.com>2021-10-02 14:18:39 +0200
commitf05c5e07e18d1fe9fbc88729c35079e032efeb42 (patch)
tree719d722b272ef47590f71c277466a323ee181c85 /pkgs/applications/graphics/hydrus/default.nix
parente782199039dde97231cca3c9a958211857bf0a4d (diff)
downloadnixpkgs-f05c5e07e18d1fe9fbc88729c35079e032efeb42.tar
nixpkgs-f05c5e07e18d1fe9fbc88729c35079e032efeb42.tar.gz
nixpkgs-f05c5e07e18d1fe9fbc88729c35079e032efeb42.tar.bz2
nixpkgs-f05c5e07e18d1fe9fbc88729c35079e032efeb42.tar.lz
nixpkgs-f05c5e07e18d1fe9fbc88729c35079e032efeb42.tar.xz
nixpkgs-f05c5e07e18d1fe9fbc88729c35079e032efeb42.tar.zst
nixpkgs-f05c5e07e18d1fe9fbc88729c35079e032efeb42.zip
hydrus: 454 -> 456
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 b429f5fb65b..e32927f0dd2 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 = "454";
+  version = "456";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "v${version}";
-    sha256 = "sha256-AX72fOiwp/CLaaGxBBKlcRskwayHCeUC2/FGUoXp3lU=";
+    sha256 = "sha256-r5EeHWqhJQMvImxB7IVV8MAoW8qIVYpuSN1uOYCTlHY=";
   };
 
   nativeBuildInputs = [
@@ -71,6 +71,7 @@ python3Packages.buildPythonPackage rec {
     -e TestClientThreading \
     -e TestDialogs \
     -e TestFunctions \
+    -e TestHydrusNetwork \
     -e TestHydrusNATPunch \
     -e TestHydrusSerialisable \
     -e TestHydrusServer \