Merge pull request #140204 from dali99/update_hydrus2

This commit is contained in:
Sandro 2021-10-03 04:43:45 +02:00 committed by GitHub
commit d3ecd33d9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec { python3Packages.buildPythonPackage rec {
pname = "hydrus"; pname = "hydrus";
version = "454"; version = "456";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hydrusnetwork"; owner = "hydrusnetwork";
repo = "hydrus"; repo = "hydrus";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-AX72fOiwp/CLaaGxBBKlcRskwayHCeUC2/FGUoXp3lU="; sha256 = "sha256-r5EeHWqhJQMvImxB7IVV8MAoW8qIVYpuSN1uOYCTlHY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -71,6 +71,7 @@ python3Packages.buildPythonPackage rec {
-e TestClientThreading \ -e TestClientThreading \
-e TestDialogs \ -e TestDialogs \
-e TestFunctions \ -e TestFunctions \
-e TestHydrusNetwork \
-e TestHydrusNATPunch \ -e TestHydrusNATPunch \
-e TestHydrusSerialisable \ -e TestHydrusSerialisable \
-e TestHydrusServer \ -e TestHydrusServer \