update hydrus ti 437

This commit is contained in:
Daniel Olsen 2021-05-03 16:04:22 +02:00
parent 78eecf80dc
commit c4b93b2c2e
1 changed files with 2 additions and 2 deletions

View File

@ -28,13 +28,13 @@ let
in
mkDerivation rec {
pname = "hydrus";
version = "433";
version = "437";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "v${version}";
sha256 = "1jzl0bwcn6b50qd8nrfil7aknii7fr7q51p1qs4wp442ajssd4j5";
sha256 = "1c93i3n9g71z1lgw1871sbsswnr57iv4cd7n97hlf5hrzwsb3nhd";
};
format = "other";