update hydrus ti 437
This commit is contained in:
parent
78eecf80dc
commit
c4b93b2c2e
|
@ -28,13 +28,13 @@ let
|
||||||
in
|
in
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "hydrus";
|
pname = "hydrus";
|
||||||
version = "433";
|
version = "437";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hydrusnetwork";
|
owner = "hydrusnetwork";
|
||||||
repo = "hydrus";
|
repo = "hydrus";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1jzl0bwcn6b50qd8nrfil7aknii7fr7q51p1qs4wp442ajssd4j5";
|
sha256 = "1c93i3n9g71z1lgw1871sbsswnr57iv4cd7n97hlf5hrzwsb3nhd";
|
||||||
};
|
};
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
Loading…
Reference in New Issue