mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
emacsPackages.ghostel: 0.49.0 -> 0.50.0 (#552366)
This commit is contained in:
@@ -58,13 +58,13 @@ in
|
||||
melpaBuild (finalAttrs: {
|
||||
pname = "ghostel";
|
||||
|
||||
version = "0.49.0";
|
||||
version = "0.50.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dakra";
|
||||
repo = "ghostel";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-jXJpPEPl9qHIYRxsXjcbJdiy4tcL4bvCn2VWAaGW81Y=";
|
||||
hash = "sha256-oRd5PEqMJWsnpcd5sE5Kd+ZPcyzfyT/wm4RP3/654mE=";
|
||||
};
|
||||
|
||||
# these can be put into mkModule, but we put them here to ease user overrideAttrs
|
||||
|
||||
Reference in New Issue
Block a user