ipfs-cluster: 1.0.5 -> 1.0.6

https://github.com/ipfs-cluster/ipfs-cluster/releases/tag/v1.0.6
This commit is contained in:
Luflosi 2023-03-08 12:58:01 +01:00
parent 09c509a507
commit afdb49eade
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

View file

@ -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; {