hydrus: 441 -> 442

master
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
mkDerivation rec {
pname = "hydrus";
version = "441";
version = "442";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "v${version}";
sha256 = "13h4qcz0iqba4mwyvgmdqh99jy22x7kw20f3g43b5aq3qyk9ca2h";
sha256 = "sha256-RCfU5PrbJMaL6SAG/I0yHPYz8fxs2jUOy0dtrCHgZMQ=";
};
format = "other";