hydrus: 433

This commit is contained in:
Daniel Olsen 2021-03-18 00:35:10 +01:00
parent 5ebd57d6bc
commit 6bbf782bf3
1 changed files with 3 additions and 4 deletions

View File

@ -28,13 +28,13 @@ let
in
mkDerivation rec {
pname = "hydrus";
version = "432";
version = "433";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "v${version}";
sha256 = "1i3canx007pdw6grwjacx7abmlk0fvj8aygrzqsilay2y2gpivmm";
sha256 = "1jzl0bwcn6b50qd8nrfil7aknii7fr7q51p1qs4wp442ajssd4j5";
};
format = "other";
@ -80,7 +80,6 @@ in
propagatedBuildInputs = [ pythonEnv ];
postInstall = ''
echo wrapping
wrapQtApp $out/opt/hydrus/client.pyw --prefix PYTHONPATH : $PYTHONPATH
makeQtWrapper $out/opt/hydrus/client.pyw $out/bin/hydrus-client --prefix PYTHONPATH : $PYTHONPATH
'';
}