about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-17 11:01:27 -0400
committerGitHub <noreply@github.com>2024-04-17 11:01:27 -0400
commit98bb35475b1818d9c302e1f72e139d67dfef7655 (patch)
tree3dea38475fc072a9c87642b5124a25f77a456f07
parent439a1ba3595a99e46e7c43a2031ec9fc6891171f (diff)
parent0056deee0cffbc59e0f3caf5169c592335684ee4 (diff)
Merge pull request #304560 from r-ryantm/auto-update/lite-xl
lite-xl: 2.1.3 -> 2.1.4
-rw-r--r--pkgs/applications/editors/lite-xl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/lite-xl/default.nix b/pkgs/applications/editors/lite-xl/default.nix
index 51b82f266d7a6..33c0c2926fa85 100644
--- a/pkgs/applications/editors/lite-xl/default.nix
+++ b/pkgs/applications/editors/lite-xl/default.nix
@@ -13,13 +13,13 @@
 
 stdenv.mkDerivation rec {
   pname = "lite-xl";
-  version = "2.1.3";
+  version = "2.1.4";
 
   src = fetchFromGitHub {
     owner = "lite-xl";
     repo = "lite-xl";
     rev = "v${version}";
-    hash = "sha256-4ykUdcNwJ4r/4u9H+c8pgupY3BaPi2y69X6yaDjCjac=";
+    hash = "sha256-TqrFI5TFb2hnnlHYUjLDUTDK3/Wgg1gOxIP8owLi/yo=";
   };
 
   nativeBuildInputs = [ meson ninja pkg-config ];