ipfs: 0.4.10 -> 0.4.11

This commit is contained in:
Franz Pletz 2017-10-02 20:35:45 +02:00
parent 57efafd6c8
commit 3d02089235
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,15 +2,15 @@
buildGoPackage rec {
name = "ipfs-${version}";
version = "0.4.10";
rev = "4679f806bd00c0a5299c22c82d1fbfdbad928e6d";
version = "0.4.11";
rev = "v${version}";
goPackagePath = "github.com/ipfs/go-ipfs";
extraSrcPaths = [
(fetchgx {
inherit name src;
sha256 = "1khlsahv9vqx3h2smif5wdyb56jrza415hqid7883pqimfi66g3x";
sha256 = "1n8xr9xg23wm255zjm7nxd761xapmsv11a0giks2gaibh4nps1jl";
})
];
@ -18,7 +18,7 @@ buildGoPackage rec {
owner = "ipfs";
repo = "go-ipfs";
inherit rev;
sha256 = "1j3az0nhjisb5dxp1a4g8w17y17xjikvcsy4qrg0fm43ybpkhhvw";
sha256 = "1qi87sq490xpj4mip1d30x4v77gkacnw4idm0mwla92pg44v6wh9";
};
meta = with stdenv.lib; {