hydrus: 438 -> 439

master
Daniel Olsen 2021-05-13 13:00:53 +02:00
parent 4b3c5bd8bf
commit 1dfcced244
1 changed files with 2 additions and 2 deletions

View File

@ -28,13 +28,13 @@ let
in
mkDerivation rec {
pname = "hydrus";
version = "438";
version = "439";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "v${version}";
sha256 = "1dx1pzwy0ddkg3ili1l10m1qmd92kvfpphr6x5v3pci5amnn84l8";
sha256 = "0blpgxg7wpnksd2jpfbl2wg1xivvgfdpkw1ffji4nvfym8cl0yl2";
};
format = "other";