revert: bump: kmscon
This reverts commit 3dabbe9d9817951ea82d6ac8a2aec7cac22e0581.
This commit is contained in:
parent
5c49ca4687
commit
3a1efb8645
3 changed files with 10 additions and 30 deletions
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
"kmscon": {
|
||||
"cargoLocks": null,
|
||||
"extract": null,
|
||||
"name": "kmscon",
|
||||
"passthru": null,
|
||||
"pinned": false,
|
||||
"src": {
|
||||
"deepClone": false,
|
||||
"fetchSubmodules": false,
|
||||
"leaveDotGit": false,
|
||||
"name": null,
|
||||
"owner": "Aetf",
|
||||
"repo": "kmscon",
|
||||
"rev": "b65f4269b03de580923ab390bde795e7956b633f",
|
||||
"sha256": "sha256-OnBGdg+EU6ddjebUb+PbXJgIXTcUBL1p4CATlPWsypk=",
|
||||
"type": "github"
|
||||
},
|
||||
"version": "b65f4269b03de580923ab390bde795e7956b633f"
|
||||
}
|
||||
}
|
|
@ -1,15 +1,16 @@
|
|||
# This file was generated by nvfetcher, please do not modify it manually.
|
||||
{ fetchgit, fetchurl, fetchFromGitHub }:
|
||||
{ fetchgit, fetchurl }:
|
||||
{
|
||||
kmscon = {
|
||||
pname = "kmscon";
|
||||
version = "b65f4269b03de580923ab390bde795e7956b633f";
|
||||
src = fetchFromGitHub ({
|
||||
owner = "Aetf";
|
||||
repo = "kmscon";
|
||||
rev = "b65f4269b03de580923ab390bde795e7956b633f";
|
||||
version = "95ae9f869e01c5b26683c37a98a71b7551603d1c";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/Aetf/kmscon";
|
||||
rev = "95ae9f869e01c5b26683c37a98a71b7551603d1c";
|
||||
fetchSubmodules = false;
|
||||
sha256 = "sha256-OnBGdg+EU6ddjebUb+PbXJgIXTcUBL1p4CATlPWsypk=";
|
||||
});
|
||||
deepClone = false;
|
||||
leaveDotGit = false;
|
||||
sha256 = "1f7ifzafjrrwr5d477xjvx8n8rh2ljq9ms5c06xlb2cyi28jvgaf";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue