hydrus: 441 -> 442

This commit is contained in:
Daniel Olsen 2021-06-03 07:44:05 +02:00
parent 2396575502
commit 5d5b6d9402
1 changed files with 2 additions and 2 deletions

View File

@ -28,13 +28,13 @@ let
in in
mkDerivation rec { mkDerivation rec {
pname = "hydrus"; pname = "hydrus";
version = "441"; version = "442";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hydrusnetwork"; owner = "hydrusnetwork";
repo = "hydrus"; repo = "hydrus";
rev = "v${version}"; rev = "v${version}";
sha256 = "13h4qcz0iqba4mwyvgmdqh99jy22x7kw20f3g43b5aq3qyk9ca2h"; sha256 = "sha256-RCfU5PrbJMaL6SAG/I0yHPYz8fxs2jUOy0dtrCHgZMQ=";
}; };
format = "other"; format = "other";