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.
|
||||
{ fetchgit, fetchurl }:
|
||||
{ fetchgit, fetchurl, fetchFromGitHub }:
|
||||
{
|
||||
kmscon = {
|
||||
pname = "kmscon";
|
||||
version = "95ae9f869e01c5b26683c37a98a71b7551603d1c";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/Aetf/kmscon";
|
||||
rev = "95ae9f869e01c5b26683c37a98a71b7551603d1c";
|
||||
frei = {
|
||||
pname = "frei";
|
||||
version = "v0.1.0";
|
||||
src = fetchFromGitHub ({
|
||||
owner = "alexcoder04";
|
||||
repo = "frei";
|
||||
rev = "v0.1.0";
|
||||
fetchSubmodules = false;
|
||||
deepClone = false;
|
||||
leaveDotGit = false;
|
||||
sha256 = "1f7ifzafjrrwr5d477xjvx8n8rh2ljq9ms5c06xlb2cyi28jvgaf";
|
||||
};
|
||||
sha256 = "sha256-9CV6B7fRHXl73uI2JRv3RiaFczLHHBOd7/8UoCAwK6w=";
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue