bump(pkgs): update nvfetcher sources
This commit is contained in:
parent
6371d98b2e
commit
a031877577
2 changed files with 31 additions and 11 deletions
21
pkgs/_sources/generated.json
Normal file
21
pkgs/_sources/generated.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"frei": {
|
||||||
|
"cargoLocks": null,
|
||||||
|
"extract": null,
|
||||||
|
"name": "frei",
|
||||||
|
"passthru": null,
|
||||||
|
"pinned": false,
|
||||||
|
"src": {
|
||||||
|
"deepClone": false,
|
||||||
|
"fetchSubmodules": false,
|
||||||
|
"leaveDotGit": false,
|
||||||
|
"name": null,
|
||||||
|
"owner": "alexcoder04",
|
||||||
|
"repo": "frei",
|
||||||
|
"rev": "v0.1.0",
|
||||||
|
"sha256": "sha256-9CV6B7fRHXl73uI2JRv3RiaFczLHHBOd7/8UoCAwK6w=",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"version": "v0.1.0"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,16 +1,15 @@
|
||||||
# This file was generated by nvfetcher, please do not modify it manually.
|
# This file was generated by nvfetcher, please do not modify it manually.
|
||||||
{ fetchgit, fetchurl }:
|
{ fetchgit, fetchurl, fetchFromGitHub }:
|
||||||
{
|
{
|
||||||
kmscon = {
|
frei = {
|
||||||
pname = "kmscon";
|
pname = "frei";
|
||||||
version = "95ae9f869e01c5b26683c37a98a71b7551603d1c";
|
version = "v0.1.0";
|
||||||
src = fetchgit {
|
src = fetchFromGitHub ({
|
||||||
url = "https://github.com/Aetf/kmscon";
|
owner = "alexcoder04";
|
||||||
rev = "95ae9f869e01c5b26683c37a98a71b7551603d1c";
|
repo = "frei";
|
||||||
|
rev = "v0.1.0";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
deepClone = false;
|
sha256 = "sha256-9CV6B7fRHXl73uI2JRv3RiaFczLHHBOd7/8UoCAwK6w=";
|
||||||
leaveDotGit = false;
|
});
|
||||||
sha256 = "1f7ifzafjrrwr5d477xjvx8n8rh2ljq9ms5c06xlb2cyi28jvgaf";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue