mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
emacs-zenburn-theme: 2.2 -> 2.4
This commit is contained in:
parent
0f312f3825
commit
8d41ee8858
@ -358,21 +358,6 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
zenburn-theme = melpaBuild rec {
|
||||
pname = "zenburn-theme";
|
||||
version = "2.2";
|
||||
src = fetchFromGitHub {
|
||||
owner = "bbatsov";
|
||||
repo = "zenburn-emacs";
|
||||
rev = "v${version}";
|
||||
sha256 = "1zspqpwgyv3969irg8p7zj3g4hww4bmnlvx33bvjyvvv5c4mg5wv";
|
||||
};
|
||||
meta = {
|
||||
description = "An Emacs port of Vim's low contrast Zerburn theme";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user