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:
zimbatm
2018-12-05 14:50:54 +01:00
parent b5360ce722
commit 3064dd1906

View File

@@ -2,15 +2,15 @@
buildGoPackage rec {
name = "gox-${version}";
version = "0.4.0";
version = "20181025";
goPackagePath = "github.com/mitchellh/gox";
src = fetchFromGitHub {
owner = "mitchellh";
repo = "gox";
rev = "v${version}";
sha256 = "1q4fdkw904mrmh1q5z8pfd3r0gcn5dm776kldqawddy93iiwnp8r";
rev = "9cc487598128d0963ff9dcc51176e722788ec645";
sha256 = "18indkdwq2m1wy95d71lgbf46jxxrfc5km1fys5laapz993h77v6";
};
goDeps = ./deps.nix;