about summary refs log tree commit diff
path: root/pkgs/applications/networking/ipfs
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2021-12-10 08:52:39 -0600
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2021-12-15 19:42:36 -0600
commit57d1c4c92cc3b563a74537207481a9fb6d537596 (patch)
tree95b1f9f0e02f5ddb9491bcf773ebfcc1eccee4a7 /pkgs/applications/networking/ipfs
parent8ffd2d83180fcb091191249123eba57a8a5f1c14 (diff)
ipfs: 0.10.0 → 0.11.0
Diffstat (limited to 'pkgs/applications/networking/ipfs')
-rw-r--r--pkgs/applications/networking/ipfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/ipfs/default.nix b/pkgs/applications/networking/ipfs/default.nix
index c90353a184550..c0526fc0d97c1 100644
--- a/pkgs/applications/networking/ipfs/default.nix
+++ b/pkgs/applications/networking/ipfs/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "ipfs";
-  version = "0.10.0";
+  version = "0.11.0";
   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 = "sha256-okfIxNoFoJZx1WCWe/6NcYhwU+ZzOyn01g8BGtXO3UQ=";
+    sha256 = "lTPGnFqDgyMWmSCPmLHguGNnJQMWi9LPrOZfDgeS9Y4=";
   };
 
   # tarball contains multiple files/directories