Skip to content

Commit

Permalink
Merge master into staging-next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 10, 2024
2 parents 07105d9 + 7243daf commit e358b03
Show file tree
Hide file tree
Showing 62 changed files with 1,169 additions and 3,492 deletions.
2 changes: 2 additions & 0 deletions ci/eval/compare/utils.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ rec {
"0"
else if rebuildCount <= 10 then
"1-10"
else if rebuildCount <= 100 then
"11-100"
else if rebuildCount <= 500 then
"101-500"
else if rebuildCount <= 1000 then
Expand Down
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.6";
version = "2.1.7";

src = fetchFromGitHub {
owner = "lite-xl";
repo = "lite-xl";
rev = "v${version}";
hash = "sha256-J0WxyDxqhIfExamOCnI1+Y6ViVbHR0wOvsY17CixbiI=";
hash = "sha256-Ig0XDxnll/zruAwWHwuXiqumBXgAPxuK0E1ELupvcXo=";
};

nativeBuildInputs = [ meson ninja pkg-config ];
Expand Down
Loading

0 comments on commit e358b03

Please sign in to comment.