kubo: 0.25.0 -> 0.26.0

https://github.com/ipfs/kubo/releases/tag/v0.26.0
This commit is contained in:
Luflosi 2024-01-22 16:42:00 +01:00
parent 37b7d6075e
commit 5413027f9c
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -7,7 +7,7 @@
buildGoModule rec {
pname = "kubo";
version = "0.25.0"; # When updating, also check if the repo version changed and adjust repoVersion below
version = "0.26.0"; # When updating, also check if the repo version changed and adjust repoVersion below
rev = "v${version}";
passthru.repoVersion = "15"; # 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-+Mk3rDdtjhETmdaOOSXEFdLTJ0nX9G3qUxctsu5vrSc=";
hash = "sha256-qvn5VqEPLkehFWamtPGRuDLJ06bd5bn1qZRp05jP2AY=";
};
# tarball contains multiple files/directories