hydrus: 438 -> 438

This commit is contained in:
Daniel Olsen 2021-05-06 07:31:02 +02:00
parent 39a83b8c39
commit 782fa85b71
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 = "437"; version = "438";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hydrusnetwork"; owner = "hydrusnetwork";
repo = "hydrus"; repo = "hydrus";
rev = "v${version}"; rev = "v${version}";
sha256 = "1c93i3n9g71z1lgw1871sbsswnr57iv4cd7n97hlf5hrzwsb3nhd"; sha256 = "1dx1pzwy0ddkg3ili1l10m1qmd92kvfpphr6x5v3pci5amnn84l8";
}; };
format = "other"; format = "other";