about summary refs log tree commit diff
path: root/pkgs/applications/editors/kakoune
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2021-10-28 14:53:44 +0200
committerLuflosi <luflosi@luflosi.de>2021-10-28 15:57:24 +0200
commit52dd13c6335cc51cfa96206b20a43a3fb35a138a (patch)
treef68755ea3791e4f898a02857b694e54d240ac0e9 /pkgs/applications/editors/kakoune
parent21f73171e8d21d282c906df2bf246a4e485f71a8 (diff)
kakoune: 2021.08.28 -> 2021.10.28
https://github.com/mawww/kakoune/releases/tag/v2021.10.28
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 2562a821b8226..1e7d38086b79c 100644
--- a/pkgs/applications/editors/kakoune/default.nix
+++ b/pkgs/applications/editors/kakoune/default.nix
@@ -4,12 +4,12 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "kakoune-unwrapped";
-  version = "2021.08.28";
+  version = "2021.10.28";
   src = fetchFromGitHub {
     repo = "kakoune";
     owner = "mawww";
     rev = "v${version}";
-    sha256 = "13kc68vkrzg89khir6ayyxgbnmz16dhippcnw09hhzxivf5ayzpy";
+    sha256 = "sha256-ph0063EHyFa7arXvCVD+tGhs8ShyCDYkFVd1w6MZ5Z8=";
   };
   makeFlags = [ "debug=no" "PREFIX=${placeholder "out"}" ];