gox: 0.4.0 -> 20181025
We need the latest gox to support the latest go releases better. Unfortunately the author doesn't seem interesting in making new releases (1y already since the last release).
This commit is contained in:
parent
b5360ce722
commit
3064dd1906
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "gox-${version}";
|
name = "gox-${version}";
|
||||||
version = "0.4.0";
|
version = "20181025";
|
||||||
|
|
||||||
goPackagePath = "github.com/mitchellh/gox";
|
goPackagePath = "github.com/mitchellh/gox";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mitchellh";
|
owner = "mitchellh";
|
||||||
repo = "gox";
|
repo = "gox";
|
||||||
rev = "v${version}";
|
rev = "9cc487598128d0963ff9dcc51176e722788ec645";
|
||||||
sha256 = "1q4fdkw904mrmh1q5z8pfd3r0gcn5dm776kldqawddy93iiwnp8r";
|
sha256 = "18indkdwq2m1wy95d71lgbf46jxxrfc5km1fys5laapz993h77v6";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
Loading…
Reference in New Issue
Block a user