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

+5 -5
+3 -3
pkgs/servers/hydron/default.nix
··· 3 4 buildGoPackage rec { 5 name = "hydron-unstable-${version}"; 6 - version = "2018-08-15"; 7 goPackagePath = "github.com/bakape/hydron"; 8 goDeps = ./deps.nix; 9 10 src = fetchFromGitHub { 11 owner = "bakape"; 12 repo = "hydron"; 13 - rev = "4c219dc016f18e11a50e52485cbeb28135921386"; 14 - sha256 = "0xj705wdyajzli66p0cxvl47gx6z7nx9cbzm7lbbqn51qxw71p64"; 15 }; 16 17 enableParallelBuilding = true;
··· 3 4 buildGoPackage rec { 5 name = "hydron-unstable-${version}"; 6 + version = "2018-08-18"; 7 goPackagePath = "github.com/bakape/hydron"; 8 goDeps = ./deps.nix; 9 10 src = fetchFromGitHub { 11 owner = "bakape"; 12 repo = "hydron"; 13 + rev = "78257f1c1f34cdad1931531601163071f7f29aa9"; 14 + sha256 = "0rpvbayx48xncy70vzbxn3cs0lslza0i3hxmywlngyl17da97bf0"; 15 }; 16 17 enableParallelBuilding = true;
+2 -2
pkgs/servers/hydron/deps.nix
··· 104 fetch = { 105 type = "git"; 106 url = "https://go.googlesource.com/net"; 107 - rev = "c39426892332e1bb5ec0a434a079bf82f5d30c54"; 108 - sha256 = "1w26avkg623xilnwnad0cq6768cfbs4mxk875382xh0da6ai50s3"; 109 }; 110 } 111 ]
··· 104 fetch = { 105 type = "git"; 106 url = "https://go.googlesource.com/net"; 107 + rev = "aaf60122140d3fcf75376d319f0554393160eb50"; 108 + sha256 = "03i6ij7jcf5mp9dc8ps8b63g1k843z7c823qyzn5a276gpxvxlvv"; 109 }; 110 } 111 ]