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

ipfs-cluster: 1.0.4 -> 1.0.5

authored by

Weijia Wang and committed by
GitHub
966ec303 986e0858

+3 -3
+3 -3
pkgs/applications/networking/ipfs-cluster/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ipfs-cluster"; 5 - version = "1.0.4"; 5 + version = "1.0.5"; 6 6 7 - vendorSha256 = "sha256-krjTtH8C1SGhaKMCtsbA2S9ognImof6mwD+vJ/qbyrM="; 7 + vendorHash = "sha256-sLCgPXyOiGaigcVuwUU4+Lmb7SjopWKhCReBzrZyuRs="; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "ipfs-cluster"; 11 11 repo = "ipfs-cluster"; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-LdcCGUbrS6te03y8R7XJJOcG1j6uU0v8uEMeUHLeidg="; 13 + hash = "sha256-c0COSf4ktFxkPJwzq/0RyG1JvNUvhdWpeRlrbAirGec="; 14 14 }; 15 15 16 16 meta = with lib; {