Merge pull request #160391 from dali99/update_hydrus2

hydrus: 473 -> 474
This commit is contained in:
Bobby Rong 2022-02-21 20:12:53 +08:00 committed by GitHub
commit 3e5e56e458
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 = "473";
version = "474";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "v${version}";
sha256 = "sha256-eSnN9+9xJ1CeJm/jWw4jZq5OkgXC0p0KmxQ8bhnp9W4=";
sha256 = "sha256-NeTHq8zlgBajw/eogwpabqeU0b7cp83Frqy6kisrths=";
};
nativeBuildInputs = [