lite-xl: 2.1.4 -> 2.1.5

This commit is contained in:
sefidel
2024-06-30 00:37:06 +09:00
parent eb1ba314af
commit 95f4c8c5ae
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "lite-xl";
version = "2.1.4";
version = "2.1.5";
src = fetchFromGitHub {
owner = "lite-xl";
repo = "lite-xl";
rev = "v${version}";
hash = "sha256-TqrFI5TFb2hnnlHYUjLDUTDK3/Wgg1gOxIP8owLi/yo=";
hash = "sha256-awXcmYAvQUdFUr2vFlnBt8WTLrACREfB7J8HoSyVPTs=";
};
nativeBuildInputs = [ meson ninja pkg-config ];