Skip to content

Commit

Permalink
lite-xl: 2.1.5 -> 2.1.6 (#360046)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 8, 2024
2 parents eed56f3 + 00ba22a commit 962bd73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/lite-xl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 962bd73

Please sign in to comment.