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