hydron: 2018-08-15 -> 2018-08-18

This commit is contained in:
Okina Matara 2018-08-18 21:31:27 -05:00
parent dc1b036c96
commit 7ce5ff0e56
2 changed files with 5 additions and 5 deletions

View file

@ -3,15 +3,15 @@
buildGoPackage rec {
name = "hydron-unstable-${version}";
version = "2018-08-15";
version = "2018-08-18";
goPackagePath = "github.com/bakape/hydron";
goDeps = ./deps.nix;
src = fetchFromGitHub {
owner = "bakape";
repo = "hydron";
rev = "4c219dc016f18e11a50e52485cbeb28135921386";
sha256 = "0xj705wdyajzli66p0cxvl47gx6z7nx9cbzm7lbbqn51qxw71p64";
rev = "78257f1c1f34cdad1931531601163071f7f29aa9";
sha256 = "0rpvbayx48xncy70vzbxn3cs0lslza0i3hxmywlngyl17da97bf0";
};
enableParallelBuilding = true;

View file

@ -104,8 +104,8 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
rev = "c39426892332e1bb5ec0a434a079bf82f5d30c54";
sha256 = "1w26avkg623xilnwnad0cq6768cfbs4mxk875382xh0da6ai50s3";
rev = "aaf60122140d3fcf75376d319f0554393160eb50";
sha256 = "03i6ij7jcf5mp9dc8ps8b63g1k843z7c823qyzn5a276gpxvxlvv";
};
}
]