i have no idea if this works
This commit is contained in:
parent
203d56e06b
commit
8293ef42b6
6 changed files with 262 additions and 271 deletions
23
_sources/generated.json
Normal file
23
_sources/generated.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"dbus-cxx": {
|
||||
"cargoLocks": null,
|
||||
"date": null,
|
||||
"extract": null,
|
||||
"name": "dbus-cxx",
|
||||
"passthru": null,
|
||||
"pinned": false,
|
||||
"src": {
|
||||
"deepClone": false,
|
||||
"fetchSubmodules": false,
|
||||
"leaveDotGit": false,
|
||||
"name": null,
|
||||
"owner": "dbus-cxx",
|
||||
"repo": "dbus-cxx",
|
||||
"rev": "2.5.2",
|
||||
"sha256": "sha256-if/9XIsf3an5Sij91UIIyNB3vlFAcKrm6YT5Mk7NhB0=",
|
||||
"sparseCheckout": [],
|
||||
"type": "github"
|
||||
},
|
||||
"version": "2.5.2"
|
||||
}
|
||||
}
|
15
_sources/generated.nix
Normal file
15
_sources/generated.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
# This file was generated by nvfetcher, please do not modify it manually.
|
||||
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
|
||||
{
|
||||
dbus-cxx = {
|
||||
pname = "dbus-cxx";
|
||||
version = "2.5.2";
|
||||
src = fetchFromGitHub {
|
||||
owner = "dbus-cxx";
|
||||
repo = "dbus-cxx";
|
||||
rev = "2.5.2";
|
||||
fetchSubmodules = false;
|
||||
sha256 = "sha256-if/9XIsf3an5Sij91UIIyNB3vlFAcKrm6YT5Mk7NhB0=";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue