summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/kakoune
diff options
context:
space:
mode:
authorUtku Demir <me@utdemir.com>2018-08-09 10:28:19 +1200
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-09 00:28:19 +0200
commit1f00380cfadb14d9fd12194fd76587f97a6c6e12 (patch)
treebb6c169001d1a948cc92bdac8d29de8a485de6d0 /pkgs/applications/editors/kakoune
parent61bd4d7225742469ed0ada4b4fa27e1559b60cbc (diff)
kakoune: 2018-05-21 -> 2018-08-05 (#44706)
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 83598bd7eb17..ad408081e1fd 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-unstable-${version}";
- version = "2018-05-21";
+ version = "2018-08-05";
src = fetchFromGitHub {
repo = "kakoune";
owner = "mawww";
- rev = "878d2a4bdb674a5e7703a66e530520f48efba641";
- sha256 = "0pwy6ilsb62s1792gjyvhvq8shj60l8lx26b58zvpfb54an4s6rk";
+ rev = "ae75032936ed9ffa2bf14589fef115d3d684a7c6";
+ sha256 = "1qm6i8vzr4wjxxdvhr54pan0ysxq1sn880bz8p2w9y6qa91yd3m3";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ncurses asciidoc docbook_xsl libxslt ];