Update kubo

This commit is contained in:
Gitea Bot 2023-05-19 14:32:21 +00:00
parent 4d7fa1d1bb
commit 9039618245
No known key found for this signature in database
GPG key ID: 417A4BCCAB696E24
5 changed files with 25 additions and 23 deletions

View file

@ -24,4 +24,5 @@ func init() {
Preload(pluginpeerlog.Plugins...)
Preload(pluginfxtest.Plugins...)
Preload(pluginstorjds.Plugins[0])
Preload(pluginstorjds.Plugins[0])
}

View file

@ -1,9 +1,9 @@
{
"url": "https://github.com/ipfs/kubo",
"rev": "b27da1cc871ad98862409c3ceb1bfbca9e8f9bd5",
"date": "2023-05-09T15:05:35+02:00",
"path": "/nix/store/yvgn9bbpq1401la8vymrbyygy5gbi9ya-kubo",
"sha256": "1ffs4bzmazpxzazgkx14vn61dfpw1y4f6rvcavjy6ncf3a5vm61x",
"rev": "da28fbc65a2e0f1ce59f9923823326ae2bc4f713",
"date": "2023-05-16T15:42:54+02:00",
"path": "/nix/store/kbfj1y2diqivxh1xn4phrgr7092ks9l8-kubo",
"sha256": "1f4rdwpcbyxg9dplbjp5l6k643rqzq1fmm5v0mv09fcvzjpymcdw",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,

View file

@ -1,13 +1,14 @@
{ lib,
{
lib,
fetchFromGitHub,
buildLinux,
...
} @ args:
let
} @ args: let
modDirVersion = "6.3.0";
source = builtins.fromJSON (builtins.readFile ./source.json);
in buildLinux (args // {
in
buildLinux (args
// {
inherit modDirVersion;
version = "6.3.0+${source.rev}";
src = fetchFromGitHub {
@ -29,4 +30,4 @@ in buildLinux (args // {
"github.com/koverstreet/bcachefs"
"linux/bcachefs/source.json"
];
})
})

View file

@ -85,7 +85,7 @@ system: self: super: let
wordpress-plugins = self.callPackage ./web/wordpress-plugins {};
wordpress-themes = self.callPackage ./web/wordpress-themes {};
kubo = self.callPackage ./ipfs/kubo {};
linux-bcachefs = self.callPackage ./linux/bcachefs { kernelPatches = []; };
linux-bcachefs = self.callPackage ./linux/bcachefs {kernelPatches = [];};
})
riscv-overlay
];