Merge pull request #178644 from dali99/update_hydrus2

hydrus: 488d -> 491
This commit is contained in:
Guillaume Girol 2022-07-15 16:42:21 +00:00 committed by GitHub
commit 108d1d1abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "488d";
version = "491";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
sha256 = "sha256-FWiopOf+eabiWAfjQW83V7I/e5lOLUVW3djoQePHPRs=";
sha256 = "sha256-ceKawn2jyfZPP4HzhkB1jIQoStCPRO/Ni/+Ys1R2FJQ=";
};
nativeBuildInputs = [
@ -42,7 +42,7 @@ python3Packages.buildPythonPackage rec {
pyopenssl
pyside2
pysocks
pythonPackages.mpv
python3Packages.mpv
pyyaml
qtpy
requests