summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/kakoune
diff options
context:
space:
mode:
authorRahul Gopinath <rahul@gopinath.org>2017-02-10 14:06:28 -0800
committerRahul Gopinath <rahul@gopinath.org>2017-02-10 14:06:28 -0800
commit4f74f9158a474fec5940baf17b375597b514144b (patch)
treefb4ba42a222191bd5c4b85e4c05752ce754bcff5 /pkgs/applications/editors/kakoune
parented8a0d8e5e1b1de29db72373471b201b69865812 (diff)
kakoune: 2016-12-30 -> 2017-02-09
Diffstat (limited to 'pkgs/applications/editors/kakoune')
-rw-r--r--pkgs/applications/editors/kakoune/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/kakoune/default.nix b/pkgs/applications/editors/kakoune/default.nix
index 14b13c394f31..4590939b516a 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 {
name = "kakoune-nightly-${version}";
- version = "2016-12-30";
+ version = "2017-02-09";
src = fetchFromGitHub {
repo = "kakoune";
owner = "mawww";
- rev = "76c58aa022a896dc170c207ff821992ee354d934";
- sha256 = "0hgpcp6444cyg4bm0a9ypywjwfh19qpqpfr5w0wcd2y3clnsvsdz";
+ rev = "9ba1665e58ee84b6596d89e6ef75f7c32e7c6c14";
+ sha256 = "1l25mzq64a481qlsyh25rzp5rzajrkx4dq29677z85lnjqn30wbi";
};
buildInputs = [ ncurses boost asciidoc docbook_xsl libxslt ];