lite-xl: 2.1.5 -> 2.1.6 (#360046)

This commit is contained in:
Wolfgang Walther 2024-12-08 19:02:00 +01:00 committed by GitHub
commit 962bd73da6
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.5";
version = "2.1.6";
src = fetchFromGitHub {
owner = "lite-xl";
repo = "lite-xl";
rev = "v${version}";
hash = "sha256-awXcmYAvQUdFUr2vFlnBt8WTLrACREfB7J8HoSyVPTs=";
hash = "sha256-J0WxyDxqhIfExamOCnI1+Y6ViVbHR0wOvsY17CixbiI=";
};
nativeBuildInputs = [ meson ninja pkg-config ];