lol

ipfs-cluster: 1.0.2 -> 1.0.4 (#191671)

authored by

Luflosi and committed by
GitHub
e2cc8bdf 2e0cca58

+6 -4
+3 -3
pkgs/applications/networking/ipfs-cluster/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ipfs-cluster"; 5 - version = "1.0.2"; 5 + version = "1.0.4"; 6 6 7 - vendorSha256 = "sha256-4pCJnQ/X5bvlgyHcRVZ8LyOexaKmz+1xAntMpZCpvd0="; 7 + vendorSha256 = "sha256-krjTtH8C1SGhaKMCtsbA2S9ognImof6mwD+vJ/qbyrM="; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "ipfs-cluster"; 11 11 repo = "ipfs-cluster"; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-Mbq4NzMNIGGFOWuHlToGmel/Oa/K6xzpZTVuXnKHq1M="; 13 + sha256 = "sha256-LdcCGUbrS6te03y8R7XJJOcG1j6uU0v8uEMeUHLeidg="; 14 14 }; 15 15 16 16 meta = with lib; {
+3 -1
pkgs/top-level/all-packages.nix
··· 7804 7804 ipfs = callPackage ../applications/networking/ipfs { 7805 7805 openssl = openssl_1_1; 7806 7806 }; 7807 - ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { }; 7807 + ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { 7808 + buildGoModule = buildGo119Module; 7809 + }; 7808 7810 7809 7811 ipfs-migrator-all-fs-repo-migrations = callPackage ../applications/networking/ipfs-migrator/all-migrations.nix { }; 7810 7812 ipfs-migrator-unwrapped = callPackage ../applications/networking/ipfs-migrator/unwrapped.nix { };