hydrus: 488d -> 489
This commit is contained in:
parent
9f9ff660ac
commit
eab2d27e22
pkgs
@ -10,14 +10,14 @@
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "hydrus";
|
||||
version = "488d";
|
||||
version = "489";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hydrusnetwork";
|
||||
repo = "hydrus";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-FWiopOf+eabiWAfjQW83V7I/e5lOLUVW3djoQePHPRs=";
|
||||
sha256 = "sha256-+5QKeDm/bJemGX/45YN4COtJmSMCy0dxIlqGNHEc8HA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -42,7 +42,7 @@ python3Packages.buildPythonPackage rec {
|
||||
pyopenssl
|
||||
pyside2
|
||||
pysocks
|
||||
pythonPackages.mpv
|
||||
python3Packages.mpv
|
||||
pyyaml
|
||||
qtpy
|
||||
requests
|
||||
|
@ -27199,7 +27199,8 @@ with pkgs;
|
||||
|
||||
gtk-pipe-viewer = perlPackages.callPackage ../applications/video/pipe-viewer { withGtk3 = true; };
|
||||
|
||||
hydrus = python3Packages.callPackage ../applications/graphics/hydrus {
|
||||
hydrus = python39Packages.callPackage ../applications/graphics/hydrus {
|
||||
python3Packages = python39Packages;
|
||||
inherit miniupnpc_2 swftools;
|
||||
inherit (qt5) wrapQtAppsHook;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user