Skip to content

Commit

Permalink
Merge pull request #220152 from Luflosi/update/ipfs-cluster
Browse files Browse the repository at this point in the history
ipfs-cluster: 1.0.5 -> 1.0.6
  • Loading branch information
fpletz authored Mar 13, 2023
2 parents e6a1f5f + afdb49e commit a684a9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/ipfs-cluster/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit a684a9c

Please sign in to comment.