hydrus: 489 -> 490

This commit is contained in:
Daniel Olsen 2022-07-03 01:29:06 +02:00
parent 76562ec8d9
commit 250157ab54

View File

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "489";
version = "490";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
sha256 = "sha256-+5QKeDm/bJemGX/45YN4COtJmSMCy0dxIlqGNHEc8HA=";
sha256 = "sha256-jlLP5y0onSHN0QnbaCnQsSKP7Fj+LS408MPCUxi29yc=";
};
nativeBuildInputs = [