hydrus: 493 -> 494

This commit is contained in:
Daniel Olsen 2022-08-03 23:21:26 +02:00
parent 964d60ff2e
commit 0d565a3e85

View file

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec { python3Packages.buildPythonPackage rec {
pname = "hydrus"; pname = "hydrus";
version = "493"; version = "494";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hydrusnetwork"; owner = "hydrusnetwork";
repo = "hydrus"; repo = "hydrus";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-sROmWFH3sDBDh1VSVLTM71Y9qD8CndvwW7PKzkavIuc="; sha256 = "sha256-cFgDi/PVfmFtBd3u4H2iWXboN5ay9UwG7rqLtZYLwDs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [