about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-18 15:35:51 -0400
committerGitHub <noreply@github.com>2024-05-18 15:35:51 -0400
commitd5e32cd18ebb9175faf538207f58560966ee4423 (patch)
treeeffc33088bf5d63319f07049619a06fd1bf958ff
parent2668015b3b0cc3ec0c989d62bd053f6b99ca7373 (diff)
parent42d7fd413c945f3c379319a98ba151a17051c1a3 (diff)
Merge pull request #312603 from wahjava/update-kakoune
kakoune: 2024.05.09 -> 2024.05.18
-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 9a3522c5a5311..a1319f5735461 100644
--- a/pkgs/applications/editors/kakoune/default.nix
+++ b/pkgs/applications/editors/kakoune/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "kakoune-unwrapped";
-  version = "2024.05.09";
+  version = "2024.05.18";
   src = fetchFromGitHub {
     repo = "kakoune";
     owner = "mawww";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-Dfp33zk9ZUMrCZRfPNfoSX6rgQKItvOQx+CuRNQgtTA=";
+    hash = "sha256-1nYSVbvQ4tz1r8p7zCD6w/79haqpelb15qva9r3Fwew=";
   };
   makeFlags = [ "debug=no" "PREFIX=${placeholder "out"}" ];