From fba84616e53e619f1f5c95dfb4e01d4043f7b59e Mon Sep 17 00:00:00 2001 From: Luflosi Date: Thu, 21 Nov 2024 19:11:31 +0100 Subject: [PATCH] kubo: 0.30.0 -> 0.32.1 https://github.com/ipfs/kubo/releases/tag/v0.31.0 https://github.com/ipfs/kubo/releases/tag/v0.32.0 https://github.com/ipfs/kubo/releases/tag/v0.32.1 --- pkgs/by-name/ku/kubo/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ku/kubo/package.nix b/pkgs/by-name/ku/kubo/package.nix index d2d7008ac617..09d519bc80a2 100644 --- a/pkgs/by-name/ku/kubo/package.nix +++ b/pkgs/by-name/ku/kubo/package.nix @@ -7,7 +7,7 @@ buildGoModule rec { pname = "kubo"; - version = "0.30.0"; # When updating, also check if the repo version changed and adjust repoVersion below + version = "0.32.1"; # When updating, also check if the repo version changed and adjust repoVersion below rev = "v${version}"; passthru.repoVersion = "16"; # Also update kubo-migrator when changing the repo version @@ -15,7 +15,7 @@ buildGoModule rec { # Kubo makes changes to its source tarball that don't match the git source. src = fetchurl { url = "https://github.com/ipfs/kubo/releases/download/${rev}/kubo-source.tar.gz"; - hash = "sha256-+GO23A9DHIHuKzGNkPLBNvvPzFL3FfQYRYu9TfPii08="; + hash = "sha256-/72omsDZ2+nuPHkZXtR3MSsxWicxC0YnFmKcHF22C+0="; }; # tarball contains multiple files/directories