ipfs: 0.12.1 -> 0.12.2

https://github.com/ipfs/go-ipfs/releases/tag/v0.12.2
This commit is contained in:
Luflosi 2022-04-11 21:45:36 +02:00
parent af4a018878
commit b3a47430ae
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "ipfs";
version = "0.12.1"; # When updating, also check if the repo version changed and adjust repoVersion below
version = "0.12.2"; # When updating, also check if the repo version changed and adjust repoVersion below
rev = "v${version}";
repoVersion = "12"; # Also update ipfs-migrator when changing the repo version
@ -10,7 +10,7 @@ buildGoModule rec {
# go-ipfs makes changes to it's source tarball that don't match the git source.
src = fetchurl {
url = "https://github.com/ipfs/go-ipfs/releases/download/${rev}/go-ipfs-source.tar.gz";
sha256 = "sha256-fUExCvE6x5VFBl66y52DGvr8ZNSXZ6MYpVQP/D7X328=";
sha256 = "sha256-66NNLMSfeBHQh/QlnETB/ssra9CKbD+jtaJuX+14x00=";
};
# tarball contains multiple files/directories