File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -41,24 +41,18 @@ assert gtk3Support -> gtk3 != null; let
4141in
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 = [
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 }
You can’t perform that action at this time.
0 commit comments