ipfs-cluster: 1.0.4 -> 1.0.5

https://github.com/ipfs-cluster/ipfs-cluster/releases/tag/v1.0.5
This commit is contained in:
Luflosi 2023-01-28 17:09:40 +01:00
parent 2821a121dc
commit bcf9b6ee33
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.4";
version = "1.0.5";
vendorSha256 = "sha256-krjTtH8C1SGhaKMCtsbA2S9ognImof6mwD+vJ/qbyrM=";
vendorHash = "sha256-sLCgPXyOiGaigcVuwUU4+Lmb7SjopWKhCReBzrZyuRs=";
src = fetchFromGitHub {
owner = "ipfs-cluster";
repo = "ipfs-cluster";
rev = "v${version}";
sha256 = "sha256-LdcCGUbrS6te03y8R7XJJOcG1j6uU0v8uEMeUHLeidg=";
hash = "sha256-c0COSf4ktFxkPJwzq/0RyG1JvNUvhdWpeRlrbAirGec=";
};
meta = with lib; {