add lunar client
This commit is contained in:
parent
0cc793eecc
commit
9eb13515e9
3 changed files with 42 additions and 13 deletions
|
@ -7,17 +7,5 @@ final: prev: {
|
|||
meta.knownVulnerabilities = []; # NixOS/nixpkgs#273611
|
||||
});
|
||||
|
||||
aseprite = prev.aseprite.overrideAttrs (old: rec {
|
||||
version = "1.3.2";
|
||||
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "aseprite";
|
||||
repo = "aseprite";
|
||||
rev = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-8PXqMDf2ATxmtFqyZlGip+DhGrdK8M6Ztte7fGH6Fmo=";
|
||||
};
|
||||
|
||||
meta.license = prev.lib.licenses.mit; # removes unfree error
|
||||
});
|
||||
lunar-client = prev.callPackage ./lunar-client.nix {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue