Skip to content

Commit

Permalink
Merge pull request #168330 from Luflosi/update/ipfs
Browse files Browse the repository at this point in the history
ipfs: 0.12.1 -> 0.12.2
  • Loading branch information
SuperSandro2000 authored Apr 13, 2022
2 parents db6a3b6 + b3a4743 commit e3e7e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/ipfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

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

# 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
Expand Down

0 comments on commit e3e7e78

Please sign in to comment.