feat(pkgs): update kmscon

This commit is contained in:
Infinidoge 2022-05-01 00:02:02 -04:00
parent 1629a9d540
commit 3a0649c2b5
3 changed files with 24 additions and 1 deletions

View file

@ -1 +1,16 @@
{ fetchgit, fetchurl }: { }
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl }:
{
kmscon = {
pname = "kmscon";
version = "95ae9f869e01c5b26683c37a98a71b7551603d1c";
src = fetchgit {
url = "https://github.com/Aetf/kmscon";
rev = "95ae9f869e01c5b26683c37a98a71b7551603d1c";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "1f7ifzafjrrwr5d477xjvx8n8rh2ljq9ms5c06xlb2cyi28jvgaf";
};
};
}

View file

@ -2,4 +2,9 @@ final: prev: {
# keep sources this first
sources = prev.callPackage (import ./_sources/generated.nix) { };
# then, call packages with `final.callPackage`
kmscon = prev.kmscon.overrideAttrs (old: {
version = "unstable-2022-04-28";
src = final.sources.kmscon.src;
});
}

View file

@ -1 +1,4 @@
# nvfetcher toml
[kmscon]
src.git = "https://github.com/Aetf/kmscon"
fetch.github = "Aetf/kmscon"