summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2022-07-06 19:20:29 +0200
committerLuflosi <luflosi@luflosi.de>2022-07-10 18:50:07 +0200
commitc6fa85eff3f68acc4bc3ae3440184216e8d422ff (patch)
tree7fb70c08de003c3ac1898b53c60ab37f31525c67
parent631a2bddfcef74ba71ddcff9197299723fa73811 (diff)
downloadnixpkgs-c6fa85eff3f68acc4bc3ae3440184216e8d422ff.tar
nixpkgs-c6fa85eff3f68acc4bc3ae3440184216e8d422ff.tar.gz
nixpkgs-c6fa85eff3f68acc4bc3ae3440184216e8d422ff.tar.bz2
nixpkgs-c6fa85eff3f68acc4bc3ae3440184216e8d422ff.tar.lz
nixpkgs-c6fa85eff3f68acc4bc3ae3440184216e8d422ff.tar.xz
nixpkgs-c6fa85eff3f68acc4bc3ae3440184216e8d422ff.tar.zst
nixpkgs-c6fa85eff3f68acc4bc3ae3440184216e8d422ff.zip
ipfs: 0.13.0 -> 0.13.1
https://github.com/ipfs/go-ipfs/releases/tag/v0.13.1
-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 243cf17a8d5..2540c777f16 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.13.0"; # When updating, also check if the repo version changed and adjust repoVersion below
+  version = "0.13.1"; # When updating, also check if the repo version changed and adjust repoVersion below
   rev = "v${version}";
 
   passthru.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-eEIHsmtD3vF48RVFHEz28gkVv7u50pMBE8Z+oaM6pLM=";
+    sha256 = "sha256-kGtqFb4Fxx9mxDqX8YSqnY875sU70pzL2BwWBQg5sTU=";
   };
 
   # tarball contains multiple files/directories