summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2020-06-20 02:14:04 +0200
committerLuflosi <luflosi@luflosi.de>2020-06-20 02:16:40 +0200
commit50afcee871382e7f9f5261c83d9f8c20feb99ed6 (patch)
tree27aaf0ec8d620b78f85948ba4282956887c0a93c
parentbe707e4cc5c8911ddd8dda582d3fb88ec8559866 (diff)
downloadnixpkgs-50afcee871382e7f9f5261c83d9f8c20feb99ed6.tar
nixpkgs-50afcee871382e7f9f5261c83d9f8c20feb99ed6.tar.gz
nixpkgs-50afcee871382e7f9f5261c83d9f8c20feb99ed6.tar.bz2
nixpkgs-50afcee871382e7f9f5261c83d9f8c20feb99ed6.tar.lz
nixpkgs-50afcee871382e7f9f5261c83d9f8c20feb99ed6.tar.xz
nixpkgs-50afcee871382e7f9f5261c83d9f8c20feb99ed6.tar.zst
nixpkgs-50afcee871382e7f9f5261c83d9f8c20feb99ed6.zip
ipfs: 0.5.1 -> 0.6.0
https://github.com/ipfs/go-ipfs/releases/tag/v0.6.0
-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 8f141b0eade..dbc6dc97ef2 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.5.1";
+  version = "0.6.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 = "0lpilycjbc1g9adp4d5kryfprixj18hg3235fnivakmv7fy2akkm";
+    sha256 = "14bgq2j2bjjy0pspy2lsj5dm3w9rmfha0l8kyq5ig86yhc4nzn80";
   };
 
   # tarball contains multiple files/directories