15 lines
456 B
Nix
15 lines
456 B
Nix
# This file was generated by nvfetcher, please do not modify it manually.
|
|
{ fetchgit, fetchurl, fetchFromGitHub }:
|
|
{
|
|
kmscon = {
|
|
pname = "kmscon";
|
|
version = "b65f4269b03de580923ab390bde795e7956b633f";
|
|
src = fetchFromGitHub ({
|
|
owner = "Aetf";
|
|
repo = "kmscon";
|
|
rev = "b65f4269b03de580923ab390bde795e7956b633f";
|
|
fetchSubmodules = false;
|
|
sha256 = "sha256-OnBGdg+EU6ddjebUb+PbXJgIXTcUBL1p4CATlPWsypk=";
|
|
});
|
|
};
|
|
}
|