about summary refs log tree commit diff
path: root/pkgs/applications/networking/ipfs
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2022-06-10 13:00:39 +0200
committerLuflosi <luflosi@luflosi.de>2022-06-10 20:58:29 +0200
commitefac9dabcacaaf7dfad80b281c22a11c510855df (patch)
tree6d921616a9e17aad551f37438d67427dd19d4c6e /pkgs/applications/networking/ipfs
parentd868f89f0d005a1205279064a9464bf2e63b5303 (diff)
ipfs: 0.12.2 -> 0.13.0
https://github.com/ipfs/go-ipfs/releases/tag/v0.13.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 e501137fa8383..71e1e3ce2e9c3 100644
--- a/pkgs/applications/networking/ipfs/default.nix
+++ b/pkgs/applications/networking/ipfs/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "ipfs";
-  version = "0.12.2"; # When updating, also check if the repo version changed and adjust repoVersion below
+  version = "0.13.0"; # 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
@@ -10,7 +10,7 @@ buildGoModule rec {
   # 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-66NNLMSfeBHQh/QlnETB/ssra9CKbD+jtaJuX+14x00=";
+    sha256 = "sha256-eEIHsmtD3vF48RVFHEz28gkVv7u50pMBE8Z+oaM6pLM=";
   };
 
   # tarball contains multiple files/directories