summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2022-01-13 13:01:17 +0100
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-02-26 08:16:55 +1000
commit4759acb8a50abde3587d28277697b381a23cd556 (patch)
tree65962874aa110cab96aedd63adc2a07782f0aaa6
parent9654fd3182d564aa09dcc977f6135217a3cbe766 (diff)
downloadnixpkgs-4759acb8a50abde3587d28277697b381a23cd556.tar
nixpkgs-4759acb8a50abde3587d28277697b381a23cd556.tar.gz
nixpkgs-4759acb8a50abde3587d28277697b381a23cd556.tar.bz2
nixpkgs-4759acb8a50abde3587d28277697b381a23cd556.tar.lz
nixpkgs-4759acb8a50abde3587d28277697b381a23cd556.tar.xz
nixpkgs-4759acb8a50abde3587d28277697b381a23cd556.tar.zst
nixpkgs-4759acb8a50abde3587d28277697b381a23cd556.zip
ipfs: 0.11.0 -> 0.12.0
https://github.com/ipfs/go-ipfs/releases/tag/v0.12.0
-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 4ab075f4cab..2cceddf0bd7 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.11.0"; # When updating, also check if the repo version changed and adjust repoVersion below
+  version = "0.12.0"; # When updating, also check if the repo version changed and adjust repoVersion below
   rev = "v${version}";
 
-  repoVersion = "11"; # Also update ipfs-migrator when changing the repo version
+  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 = "lTPGnFqDgyMWmSCPmLHguGNnJQMWi9LPrOZfDgeS9Y4=";
+    sha256 = "jWoMm/xIp3Zn/FiHWQ5/q39i6Lh4Fdoi9OdnRVc51Xk=";
   };
 
   # tarball contains multiple files/directories