My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/applications/editors/oni2/default.nix

16 lines
446 B

{ callPackage }:
let mkOni2 = callPackage ./common.nix { };
in mkOni2 rec {
variant = "oni2";
license = {
fullName = "Outrun Labs End User License Agreement";
url = "https://github.com/onivim/oni2/blob/master/Outrun-Labs-EULA-v1.1.md";
free = false;
};
version = "0.5.7";
rev = "v${version}";
sha256 = "NlN0Ntdwtx5XLjd1ltUzv/bjmJQR5eyRqtmicppP6YU=";
fetchDepsSha256 = "k7G6jPJfxCCSuSucPfiXljCVJhmjl/BxWMCEjv2tfhA=";
}