Merge pull request #323403 from sefidel/lite-xl-2.1.5

lite-xl: 2.1.4 -> 2.1.5
This commit is contained in:
Peder Bergebakken Sundt 2024-07-08 01:07:16 +02:00 committed by GitHub
commit 1007ba183d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];