emacsPackages.ghostel: 0.50.0 -> 0.51.0

This commit is contained in:
R. Ryantm
2026-08-22 22:01:52 +00:00
parent c387c74648
commit 91ecf827df

View File

@@ -58,13 +58,13 @@ in
melpaBuild (finalAttrs: {
pname = "ghostel";
version = "0.50.0";
version = "0.51.0";
src = fetchFromGitHub {
owner = "dakra";
repo = "ghostel";
tag = "v${finalAttrs.version}";
hash = "sha256-oRd5PEqMJWsnpcd5sE5Kd+ZPcyzfyT/wm4RP3/654mE=";
hash = "sha256-a1SY54yo2BIuSA6a6UTwrb+hcV/9IMKZrCrVVgBAsxo=";
};
# these can be put into mkModule, but we put them here to ease user overrideAttrs