Merge pull request #55466 from jglukasik/ipfs-cluster-0.8.0

ipfs-cluster: 0.7.0 -> 0.8.0
This commit is contained in:
Andreas Rammhold 2019-03-02 10:53:45 +01:00 committed by GitHub
commit af0083f135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "ipfs-cluster-${version}"; name = "ipfs-cluster-${version}";
version = "0.7.0"; version = "0.8.0";
rev = "v${version}"; rev = "v${version}";
goPackagePath = "github.com/ipfs/ipfs-cluster"; goPackagePath = "github.com/ipfs/ipfs-cluster";
@ -10,7 +10,7 @@ buildGoPackage rec {
extraSrcPaths = [ extraSrcPaths = [
(fetchgx { (fetchgx {
inherit name src; inherit name src;
sha256 = "19ljx4q9msrv5wwyd85l01l320lhwgma5z3b756ldgj9fs8p9ph6"; sha256 = "0vqj6h885dy0d3zabris8f5sbqdwm5ljhpf8z466pwm7qx8m5afn";
}) })
]; ];
@ -18,7 +18,7 @@ buildGoPackage rec {
owner = "ipfs"; owner = "ipfs";
repo = "ipfs-cluster"; repo = "ipfs-cluster";
inherit rev; inherit rev;
sha256 = "1zqy4zzi33z16fny1dnhqa8z7czrggvbxdxs750gxzbnd9vqzda1"; sha256 = "0q5j825hzsrlfv3y79376l6pd2d3hiczymw3w9nqh955rphjg7ci";
}; };
nativeBuildInputs = [ gx-go ]; nativeBuildInputs = [ gx-go ];