summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/kakoune
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2019-12-10 11:52:06 +0100
committerAlyssa Ross <hi@alyssa.is>2019-12-16 14:07:13 +0000
commit8636580d6f4801754789dee2dfeefec100ca9ec9 (patch)
tree5f30e8ec36887ef3ba55ec7dcd48676ed1ab9190 /pkgs/applications/editors/kakoune
parentfd762d186d7f13b9c887bbf87fd3c0dd6a96ad92 (diff)
kakoune: 2019.07.01 -> 2019.12.10
Diffstat (limited to 'pkgs/applications/editors/kakoune')
-rw-r--r--pkgs/applications/editors/kakoune/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/kakoune/default.nix b/pkgs/applications/editors/kakoune/default.nix
index 065657d16e2e..a6580581f850 100644
--- a/pkgs/applications/editors/kakoune/default.nix
+++ b/pkgs/applications/editors/kakoune/default.nix
@@ -4,12 +4,12 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "kakoune-unwrapped";
- version = "2019.07.01";
+ version = "2019.12.10";
src = fetchFromGitHub {
repo = "kakoune";
owner = "mawww";
rev = "v${version}";
- sha256 = "0jdkldq5rygzc0wcxr1j4fmp2phciy8602ghhf6xq21a9bq2v639";
+ sha256 = "0cb3ndlczxvxnzb91s4idxx0cy30mnrc4znsbjpnch68fvpm0x2f";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ncurses asciidoc docbook_xsl libxslt ];