From f05c5e07e18d1fe9fbc88729c35079e032efeb42 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Fri, 1 Oct 2021 23:19:51 +0200 Subject: [PATCH] hydrus: 454 -> 456 --- pkgs/applications/graphics/hydrus/default.nix | 5 +++-- 1 file 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 \