From 78873bd8e4d19701a182ebf6f3c7d02fa606aaac Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 13 Jul 2022 18:34:22 +0200 Subject: [PATCH] ipfs-cluster: 1.0.1 -> 1.0.2 https://github.com/ipfs-cluster/ipfs-cluster/releases/tag/v1.0.2 The project was moved from the "ipfs" to the the "ipfs-cluster" Github organization. Also update the homepage URL, since the old one now redirects to the new one. --- pkgs/applications/networking/ipfs-cluster/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/networking/ipfs-cluster/default.nix b/pkgs/applications/networking/ipfs-cluster/default.nix index 459610feea74..49483ff7eb89 100644 --- a/pkgs/applications/networking/ipfs-cluster/default.nix +++ b/pkgs/applications/networking/ipfs-cluster/default.nix @@ -2,20 +2,20 @@ buildGoModule rec { pname = "ipfs-cluster"; - version = "1.0.1"; + version = "1.0.2"; - vendorSha256 = "sha256-V+fqyrol+hXjjaCBlAs6f7FeqBqa2jTmMO2bvb6HfgY="; + vendorSha256 = "sha256-4pCJnQ/X5bvlgyHcRVZ8LyOexaKmz+1xAntMpZCpvd0="; src = fetchFromGitHub { - owner = "ipfs"; + owner = "ipfs-cluster"; repo = "ipfs-cluster"; rev = "v${version}"; - sha256 = "sha256-dwV5fx52QS2QiBUV8gkJ47tBqT54tEOfSpdXF6hmeLQ="; + sha256 = "sha256-Mbq4NzMNIGGFOWuHlToGmel/Oa/K6xzpZTVuXnKHq1M="; }; meta = with lib; { description = "Allocate, replicate, and track Pins across a cluster of IPFS daemons"; - homepage = "https://cluster.ipfs.io/"; + homepage = "https://ipfscluster.io"; license = licenses.mit; platforms = platforms.unix; maintainers = with maintainers; [ Luflosi jglukasik ];