ipfs-cluster: 0.5.0 -> 0.7.0

This commit is contained in:
Franz Pletz 2018-11-20 13:31:28 +01:00
parent 90e56d7277
commit 899659c99e
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "ipfs-cluster-${version}"; name = "ipfs-cluster-${version}";
version = "0.5.0"; version = "0.7.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 = "0jwz3kd07i5fs0sxds80j8d338skhgxgxra377qxsk0cr2hhj2vm"; sha256 = "19ljx4q9msrv5wwyd85l01l320lhwgma5z3b756ldgj9fs8p9ph6";
}) })
]; ];
@ -18,7 +18,7 @@ buildGoPackage rec {
owner = "ipfs"; owner = "ipfs";
repo = "ipfs-cluster"; repo = "ipfs-cluster";
inherit rev; inherit rev;
sha256 = "132whjyplcifq8747hcdrgbc0amhp618dg049jq5nyslcxfgdypm"; sha256 = "1zqy4zzi33z16fny1dnhqa8z7czrggvbxdxs750gxzbnd9vqzda1";
}; };
nativeBuildInputs = [ gx-go ]; nativeBuildInputs = [ gx-go ];