about summary refs log tree commit diff
path: root/pkgs/applications/networking/ipfs
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2021-10-01 22:31:05 +0200
committerLuflosi <luflosi@luflosi.de>2021-10-02 01:09:15 +0200
commit955c9bcf5c27d4ad3ab14ab7c86616759e89afc5 (patch)
treeab3619bc5f94a6479ac355b6fd9db2d90002aaa3 /pkgs/applications/networking/ipfs
parenta7afddb159049b599a37fa3a549e95b0de017925 (diff)
ipfs: 0.9.1 -> 0.10.0
https://github.com/ipfs/go-ipfs/releases/tag/v0.10.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 2823b84d473e6..c90353a184550 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.9.1";
+  version = "0.10.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-RliyIEtNgwzbLVwl6T38VIbhc12CZMBc3LZ6T/llaHc=";
+    sha256 = "sha256-okfIxNoFoJZx1WCWe/6NcYhwU+ZzOyn01g8BGtXO3UQ=";
   };
 
   # tarball contains multiple files/directories