hydron: 2018-08-15 -> 2018-08-18
This commit is contained in:
parent
dc1b036c96
commit
7ce5ff0e56
|
@ -3,15 +3,15 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "hydron-unstable-${version}";
|
name = "hydron-unstable-${version}";
|
||||||
version = "2018-08-15";
|
version = "2018-08-18";
|
||||||
goPackagePath = "github.com/bakape/hydron";
|
goPackagePath = "github.com/bakape/hydron";
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bakape";
|
owner = "bakape";
|
||||||
repo = "hydron";
|
repo = "hydron";
|
||||||
rev = "4c219dc016f18e11a50e52485cbeb28135921386";
|
rev = "78257f1c1f34cdad1931531601163071f7f29aa9";
|
||||||
sha256 = "0xj705wdyajzli66p0cxvl47gx6z7nx9cbzm7lbbqn51qxw71p64";
|
sha256 = "0rpvbayx48xncy70vzbxn3cs0lslza0i3hxmywlngyl17da97bf0";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
|
@ -104,8 +104,8 @@
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://go.googlesource.com/net";
|
url = "https://go.googlesource.com/net";
|
||||||
rev = "c39426892332e1bb5ec0a434a079bf82f5d30c54";
|
rev = "aaf60122140d3fcf75376d319f0554393160eb50";
|
||||||
sha256 = "1w26avkg623xilnwnad0cq6768cfbs4mxk875382xh0da6ai50s3";
|
sha256 = "03i6ij7jcf5mp9dc8ps8b63g1k843z7c823qyzn5a276gpxvxlvv";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue