From ee1abbbe5daaf07ee2a7b3bd890fc08ebf83b9f1 Mon Sep 17 00:00:00 2001 From: Pietro Zaccarini <148658708+Zacca007@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:01:02 +0100 Subject: [PATCH] lite-xl: update to version 2.1.7 (#362925) --- pkgs/applications/editors/lite-xl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/lite-xl/default.nix b/pkgs/applications/editors/lite-xl/default.nix index 17d85c1dfef6..e38e63a4e625 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.6"; + version = "2.1.7"; src = fetchFromGitHub { owner = "lite-xl"; repo = "lite-xl"; rev = "v${version}"; - hash = "sha256-J0WxyDxqhIfExamOCnI1+Y6ViVbHR0wOvsY17CixbiI="; + hash = "sha256-Ig0XDxnll/zruAwWHwuXiqumBXgAPxuK0E1ELupvcXo="; }; nativeBuildInputs = [ meson ninja pkg-config ];