From 4759acb8a50abde3587d28277697b381a23cd556 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Thu, 13 Jan 2022 13:01:17 +0100 Subject: [PATCH] ipfs: 0.11.0 -> 0.12.0 https://github.com/ipfs/go-ipfs/releases/tag/v0.12.0 --- pkgs/applications/networking/ipfs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/ipfs/default.nix b/pkgs/applications/networking/ipfs/default.nix index 4ab075f4cab0..2cceddf0bd7c 100644 --- a/pkgs/applications/networking/ipfs/default.nix +++ b/pkgs/applications/networking/ipfs/default.nix @@ -2,15 +2,15 @@ buildGoModule rec { pname = "ipfs"; - version = "0.11.0"; # When updating, also check if the repo version changed and adjust repoVersion below + version = "0.12.0"; # When updating, also check if the repo version changed and adjust repoVersion below rev = "v${version}"; - repoVersion = "11"; # Also update ipfs-migrator when changing the repo version + repoVersion = "12"; # Also update ipfs-migrator when changing the repo version # 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 = "lTPGnFqDgyMWmSCPmLHguGNnJQMWi9LPrOZfDgeS9Y4="; + sha256 = "jWoMm/xIp3Zn/FiHWQ5/q39i6Lh4Fdoi9OdnRVc51Xk="; }; # tarball contains multiple files/directories