summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2022-04-11 21:45:36 +0200
committerLuflosi <luflosi@luflosi.de>2022-04-11 23:03:42 +0200
commitb3a47430aebd96f925cd743d67dc183d1e744968 (patch)
treeeacd381bc2a2e0d461aaead415a38733c6f35118
parentaf4a0188788582a9b882b5d2dbae4ef42f7d615a (diff)
downloadnixpkgs-b3a47430aebd96f925cd743d67dc183d1e744968.tar
nixpkgs-b3a47430aebd96f925cd743d67dc183d1e744968.tar.gz
nixpkgs-b3a47430aebd96f925cd743d67dc183d1e744968.tar.bz2
nixpkgs-b3a47430aebd96f925cd743d67dc183d1e744968.tar.lz
nixpkgs-b3a47430aebd96f925cd743d67dc183d1e744968.tar.xz
nixpkgs-b3a47430aebd96f925cd743d67dc183d1e744968.tar.zst
nixpkgs-b3a47430aebd96f925cd743d67dc183d1e744968.zip
ipfs: 0.12.1 -> 0.12.2
https://github.com/ipfs/go-ipfs/releases/tag/v0.12.2
-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 04854840112..e501137fa83 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.1"; # When updating, also check if the repo version changed and adjust repoVersion below
+  version = "0.12.2"; # 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-fUExCvE6x5VFBl66y52DGvr8ZNSXZ6MYpVQP/D7X328=";
+    sha256 = "sha256-66NNLMSfeBHQh/QlnETB/ssra9CKbD+jtaJuX+14x00=";
   };
 
   # tarball contains multiple files/directories