Skip to content

Commit 5070bc0

Browse files
authored
Merge pull request #1987 from sigprof/awesome-update
2 parents c68e3b9 + d2f2b0b commit 5070bc0

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

pkgs/awesome/default.nix

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,24 +41,18 @@ assert gtk3Support -> gtk3 != null; let
4141
in
4242
stdenv.mkDerivation rec {
4343
pname = "awesome";
44-
version = "4.3-unstable-2025-10-17";
44+
version = "4.3-unstable-2025-11-17";
4545

4646
src = fetchFromGitHub {
4747
owner = "awesomewm";
4848
repo = "awesome";
49-
rev = "4f2bc5c10acaec4a1229db40f690e66284c109b9";
50-
hash = "sha256-gVHDHmtxuiOE8934iQHghbcQ5JEPaJLZ5o7NqwFEYHQ=";
49+
rev = "41473c05ed9e85de66ffb805d872f2737c0458b6";
50+
hash = "sha256-dGceJ5cAxDSUPCqXYAZgzEeC9hd7GQMYPex7nCZ8SEg=";
5151
};
5252

5353
postPatch = ''
5454
patchShebangs tests/examples/_postprocess.lua
5555
patchShebangs tests/examples/_postprocess_cleanup.lua
56-
57-
# Fix build with CMake 4
58-
# https://github.com/awesomeWM/awesome/pull/4030#issuecomment-3370822668
59-
substituteInPlace {,tests/examples/}CMakeLists.txt \
60-
--replace-fail 'cmake_minimum_required(VERSION 3.0.0)' 'cmake_minimum_required(VERSION 3.10)' \
61-
--replace-warn 'cmake_policy(VERSION 2.6)' 'cmake_policy(VERSION 3.10)'
6256
'';
6357

6458
nativeBuildInputs = [
@@ -145,7 +139,7 @@ in
145139
description = "Highly configurable, dynamic window manager for X";
146140
homepage = "https://awesomewm.org/";
147141
license = licenses.gpl2Plus;
148-
maintainers = with maintainers; [lovek323 rasendubi];
142+
maintainers = with maintainers; [lovek323];
149143
platforms = platforms.linux;
150144
};
151145
}

0 commit comments

Comments
 (0)