ipfs-cluster: 1.1.4 -> 1.1.5, use buildGo125Module

The previously used Go version is end-of-life.

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2026-02-13 12:38:35 +01:00
parent 3b2990003e
commit 8044c3a35e
+5 -5
View File
@@ -1,20 +1,20 @@
{
lib,
buildGo124Module,
buildGo125Module,
fetchFromGitHub,
}:
buildGo124Module (finalAttrs: {
buildGo125Module (finalAttrs: {
pname = "ipfs-cluster";
version = "1.1.4";
version = "1.1.5";
vendorHash = "sha256-VVejr6B7eDNNQF34PS/PaQ50mBNZgzJS50aNzbLJgCg=";
vendorHash = "sha256-ARzpn/LzFIA+3ghW+xdQvFFiFwxT79dk4vpgEKoEBzk=";
src = fetchFromGitHub {
owner = "ipfs-cluster";
repo = "ipfs-cluster";
rev = "v${finalAttrs.version}";
hash = "sha256-mdLrLiRNudpQ8i0lvwoNAqhSWJ8VMEC1ZRxXHWHpqLY=";
hash = "sha256-TOUntNZtTj6cS+6+MwIwKdUZ/gB5D63osn4+fpGGkDY=";
};
checkFlags =