Unverified Commit a684a9c2 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #220152 from Luflosi/update/ipfs-cluster

ipfs-cluster: 1.0.5 -> 1.0.6
parents e6a1f5f4 afdb49ea
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@

buildGoModule rec {
  pname = "ipfs-cluster";
  version = "1.0.5";
  version = "1.0.6";

  vendorHash = "sha256-sLCgPXyOiGaigcVuwUU4+Lmb7SjopWKhCReBzrZyuRs=";
  vendorHash = "sha256-IRR10wC05dv4d170Iweuxdy/JEnYjvdW0h5nS1ht9cg=";

  src = fetchFromGitHub {
    owner = "ipfs-cluster";
    repo = "ipfs-cluster";
    rev = "v${version}";
    hash = "sha256-c0COSf4ktFxkPJwzq/0RyG1JvNUvhdWpeRlrbAirGec=";
    hash = "sha256-2En7morOodWvtNZGAZhl1EZJCCHdrYSUA1WBYGkjnYI=";
  };

  meta = with lib; {