We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dbdbb commit 00ba22aCopy full SHA for 00ba22a
pkgs/applications/editors/lite-xl/default.nix
@@ -13,13 +13,13 @@
13
14
stdenv.mkDerivation rec {
15
pname = "lite-xl";
16
- version = "2.1.5";
+ version = "2.1.6";
17
18
src = fetchFromGitHub {
19
owner = "lite-xl";
20
repo = "lite-xl";
21
rev = "v${version}";
22
- hash = "sha256-awXcmYAvQUdFUr2vFlnBt8WTLrACREfB7J8HoSyVPTs=";
+ hash = "sha256-J0WxyDxqhIfExamOCnI1+Y6ViVbHR0wOvsY17CixbiI=";
23
};
24
25
nativeBuildInputs = [ meson ninja pkg-config ];
0 commit comments