Merge pull request #259793 from Luflosi/kubo-cleanup

kubo: cleanup
This commit is contained in:
Nick Cao 2023-10-09 10:51:42 -04:00 committed by GitHub
commit a09c0a7cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,8 @@
{ lib, buildGoModule, fetchurl, nixosTests, openssl, pkg-config }:
{ lib
, buildGoModule
, fetchurl
, nixosTests
}:
buildGoModule rec {
pname = "kubo";
@ -7,7 +11,7 @@ buildGoModule rec {
passthru.repoVersion = "14"; # Also update kubo-migrator when changing the repo version
# Kubo makes changes to it's source tarball that don't match the git source.
# 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-TX5ZM8Kyj3LZ12Ro7MsHRd+P5XLk/mU7DUxZaopSEV0=";