Merge pull request #196245 from fabaff/hydrus-fix

hydrus: fix package name

authored by

K900 and committed by
GitHub
d7c3a973 e5698551

+7 -3
+7 -3
pkgs/applications/graphics/hydrus/default.nix
··· 17 owner = "hydrusnetwork"; 18 repo = "hydrus"; 19 rev = "refs/tags/v${version}"; 20 - sha256 = "sha256-GmYjf2r5dyxkPWTmypChKbkeifCMFKi1lzRhPNe7Ckw="; 21 }; 22 23 nativeBuildInputs = [ ··· 30 cbor2 31 chardet 32 cloudscraper 33 - dateutil 34 html5lib 35 lxml 36 lz4 ··· 42 pyopenssl 43 pyside2 44 pysocks 45 python3Packages.mpv 46 pyyaml 47 qtpy ··· 52 twisted 53 ]; 54 55 - checkInputs = with python3Packages; [ nose mock httmock ]; 56 57 # most tests are failing, presumably because we are not using test.py 58 checkPhase = ''
··· 17 owner = "hydrusnetwork"; 18 repo = "hydrus"; 19 rev = "refs/tags/v${version}"; 20 + hash = "sha256-GmYjf2r5dyxkPWTmypChKbkeifCMFKi1lzRhPNe7Ckw="; 21 }; 22 23 nativeBuildInputs = [ ··· 30 cbor2 31 chardet 32 cloudscraper 33 html5lib 34 lxml 35 lz4 ··· 41 pyopenssl 42 pyside2 43 pysocks 44 + python-dateutil 45 python3Packages.mpv 46 pyyaml 47 qtpy ··· 52 twisted 53 ]; 54 55 + checkInputs = with python3Packages; [ 56 + nose 57 + mock 58 + httmock 59 + ]; 60 61 # most tests are failing, presumably because we are not using test.py 62 checkPhase = ''