Skip to content

Commit

Permalink
Merge pull request #212503 from Luflosi/update/kubo
Browse files Browse the repository at this point in the history
kubo: 0.17.0 -> 0.18.1
  • Loading branch information
K900 authored Mar 3, 2023
2 parents 291b706 + b034792 commit b1da477
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/kubo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "kubo";
version = "0.17.0"; # When updating, also check if the repo version changed and adjust repoVersion below
version = "0.18.1"; # When updating, also check if the repo version changed and adjust repoVersion below
rev = "v${version}";

passthru.repoVersion = "12"; # Also update kubo-migrator when changing the repo version
passthru.repoVersion = "13"; # Also update kubo-migrator when changing the repo version

# Kubo makes changes to it's 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-Ls46Dds8lRP2KTOkjiVWtqB8aqPW5jdQ/xwBcQYIwbQ=";
hash = "sha256-xAOx4QOdD5MfFLqKTQRGMOnTZt14H523/quOLY5gBMk=";
};

# tarball contains multiple files/directories
Expand Down Expand Up @@ -53,7 +53,7 @@ buildGoModule rec {
'';

meta = with lib; {
description = "A global, versioned, peer-to-peer filesystem";
description = "An IPFS implementation in Go";
homepage = "https://ipfs.io/";
license = licenses.mit;
platforms = platforms.unix;
Expand Down

0 comments on commit b1da477

Please sign in to comment.