hydrus: 438 -> 438
This commit is contained in:
parent
39a83b8c39
commit
782fa85b71
|
@ -28,13 +28,13 @@ let
|
|||
in
|
||||
mkDerivation rec {
|
||||
pname = "hydrus";
|
||||
version = "437";
|
||||
version = "438";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hydrusnetwork";
|
||||
repo = "hydrus";
|
||||
rev = "v${version}";
|
||||
sha256 = "1c93i3n9g71z1lgw1871sbsswnr57iv4cd7n97hlf5hrzwsb3nhd";
|
||||
sha256 = "1dx1pzwy0ddkg3ili1l10m1qmd92kvfpphr6x5v3pci5amnn84l8";
|
||||
};
|
||||
|
||||
format = "other";
|
||||
|
|
Loading…
Reference in New Issue