Skip to content

Commit

Permalink
Merge pull request #168805 from Luflosi/backport-168330-to-release-21.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Apr 15, 2022
2 parents 042f9e2 + 6595b05 commit 278ecd2
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,13 +2,13 @@

buildGoModule rec {
pname = "ipfs";
version = "0.11.0";
version = "0.11.1";
rev = "v${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 = "CbleheuKg58aDdML6UmucJ3R85eh5Ob8jVyHEtG1pHQ=";
};

# tarball contains multiple files/directories
Expand Down

0 comments on commit 278ecd2

Please sign in to comment.