From b3a47430aebd96f925cd743d67dc183d1e744968 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Mon, 11 Apr 2022 21:45:36 +0200 Subject: [PATCH] ipfs: 0.12.1 -> 0.12.2 https://github.com/ipfs/go-ipfs/releases/tag/v0.12.2 --- pkgs/applications/networking/ipfs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/ipfs/default.nix b/pkgs/applications/networking/ipfs/default.nix index 04854840112f4..e501137fa8383 100644 --- a/pkgs/applications/networking/ipfs/default.nix +++ b/pkgs/applications/networking/ipfs/default.nix @@ -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