about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2022-07-11 03:26:06 +0200
committerGitHub <noreply@github.com>2022-07-11 03:26:06 +0200
commitd0486931387216e0abf7f83ddef2e9e46ec7527b (patch)
treeee54759a475af301f756eacb6c4ad52dc039ce05 /pkgs/applications
parent0dc7730340d405dbaa4b82c276df4862db9255b0 (diff)
parentc6fa85eff3f68acc4bc3ae3440184216e8d422ff (diff)
Merge pull request #180999 from Luflosi/update/ipfs
ipfs: 0.13.0 -> 0.13.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/ipfs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/ipfs/default.nix b/pkgs/applications/networking/ipfs/default.nix
index 68b68a93ba79e..2540c777f16df 100644
--- a/pkgs/applications/networking/ipfs/default.nix
+++ b/pkgs/applications/networking/ipfs/default.nix
@@ -2,15 +2,15 @@
 
 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}";
 
-  repoVersion = "12"; # Also update ipfs-migrator when changing the repo version
+  passthru.repoVersion = "12"; # Also update ipfs-migrator when changing the repo 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-eEIHsmtD3vF48RVFHEz28gkVv7u50pMBE8Z+oaM6pLM=";
+    sha256 = "sha256-kGtqFb4Fxx9mxDqX8YSqnY875sU70pzL2BwWBQg5sTU=";
   };
 
   # tarball contains multiple files/directories