hyprland 0.27.0 -> 0.27.2 https://github.com/hyprwm/hyprland/releases attrpath: hyprland Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix index b6af6a34151c..d92ddc84f89a 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix @@ -38,13 +38,13 @@ in assert assertXWayland; stdenv.mkDerivation (finalAttrs: { pname = "hyprland" + lib.optionalString debug "-debug"; - version = "0.27.0"; + version = "0.27.2"; src = fetchFromGitHub { owner = "hyprwm"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-mEKF6Wcx+wSF/eos/91A7LxhFLDYhSnQnLpwZF13ntg="; + hash = "sha256-2OuPIcw2WOUc/zjrH7JZHWe1byuMjqP6Zz7D4qsi10s="; }; patches = [ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --no-out-link --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A hyprland nix build failed. [62/115] Compiling C++ object src/Hyprland.p/managers_XWaylandManager.cpp.o [63/115] Compiling C++ object src/Hyprland.p/managers_AnimationManager.cpp.o [64/115] Compiling C++ object src/Hyprland.p/render_Renderer.cpp.o FAILED: src/Hyprland.p/render_Renderer.cpp.o g++ -Isrc/Hyprland.p -Isrc -I../src -Iprotocols -I/nix/store/3p63q4i9xqbn4wzbq49ymx1swcm4pws2-wayland-1.22.0-dev/include -I/nix/store/9fczdqzb2b2hyw8nnb4nm8dh5mgax1fz-wlroots-hyprland-0.17.0-dev/include -I/nix/store/sfw83wf115jb435rbqql9apmvd2l4y2i-cairo-1.16.0-dev/include/cairo -I/nix/store/0hmvklj0mbhrn8flwbcwivvkv45limhg-freetype-2.13.0-dev/include/freetype2 -I/nix/store/0hmvklj0mbhrn8flwbcwivvkv45limhg-freetype-2.13.0-dev/include -I/nix/store/97wscg8jvqd2y3g1xs9yksyd3aks1l4l-libdrm-2.4.115-dev/include -I/nix/store/97wscg8jvqd2y3g1xs9yksyd3aks1l4l-libdrm-2.4.115-dev/include/libdrm -I/nix/store/dhhsz3fri1w2ahxls3svczvq499dab5b-libglvnd-1.6.0-dev/include -I/nix/store/f3if77xvkayny6crkvfh1hq193ws6j5x-libxkbcommon-1.5.0-dev/include -I/nix/store/rrkjz1cs6yahxdw40yyb6h3fn2dl5dcm-libinput-1.23.0-dev/include -I/nix/store/rajz7cwgps902ddi0pj6n3yvca1yxhsc-libxcb-1.15-dev/include -I/nix/store/yxlfl30gcx0f3fcmq2jzcr8flpl1ifmd-systemd-253.6-dev/include -I/nix/store/1v0da33ddp6pziyk2hgz784yf7hw8cwi-udis86-unstable-2022-10-13-dev/include -I/nix/store/gyyjf66hpmqqza2y6c5pj4flp2kzkzgr-pixman-0.42.2/include/pixman-1 -I/nix/store/dcwr090bqdp45z21cdzx6pngacch97mb-glib-2.76.4-dev/include -I/nix/store/dcwr090bqdp45z21cdzx6pngacch97mb-glib-2.76.4-dev/include/glib-2.0 -I/nix/store/prf7zgzc9067aiw9qy583pfrrj1s65ah-glib-2.76.4/lib/glib-2.0/include -I/nix/store/ygca8fpm6ad5wva2cx88kc56s5xyh13a-pango-1.50.14-dev/include/pango-1.0 -I/nix/store/0l5dw7qzvfwa25nkm5zggz4icb5iyqnz-harfbuzz-7.3.0-dev/include/harfbuzz -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing '-DGIT_BRANCH=""' '-DGIT_COMMIT_HASH="v0.27.2"' '-DGIT_COMMIT_MESSAGE=""' '-DGIT_DIRTY=""' -DUSES_SYSTEMD -std=c++23 -pthread -DWLR_USE_UNSTABLE -MD -MQ src/Hyprland.p/render_Renderer.cpp.o -MF src/Hyprland.p/render_Renderer.cpp.o.d -o src/Hyprland.p/render_Renderer.cpp.o -c ../src/render/Renderer.cpp ../src/render/Renderer.cpp: In function 'void renderSurface(wlr_surface*, int, int, void*)': ../src/render/Renderer.cpp:60:9: error: 'wlr_presentation_surface_textured_on_output' was not declared in this scope; did you mean 'wlr_presentation_surface_sampled_on_output'? 60 | wlr_presentation_surface_textured_on_output(g_pCompositor->m_sWLRPresentation, surface, RDATA->pMonitor->output); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | wlr_presentation_surface_sampled_on_output ../src/render/Renderer.cpp: In member function 'bool CHyprRenderer::attemptDirectScanout(CMonitor*)': ../src/render/Renderer.cpp:782:5: error: 'wlr_presentation_surface_scanned_out_on_output' was not declared in this scope; did you mean 'wlr_presentation_surface_sampled_on_output'? 782 | wlr_presentation_surface_scanned_out_on_output(g_pCompositor->m_sWLRPresentation, PSURFACE, pMonitor->output); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | wlr_presentation_surface_sampled_on_output ../src/render/Renderer.cpp: In member function 'void CHyprRenderer::ensureCursorRenderingMode()': ../src/render/Renderer.cpp:1922:17: error: 'wlr_cursor_set_xcursor' was not declared in this scope; did you mean 'wlr_cursor_set_surface'? 1922 | wlr_cursor_set_xcursor(g_pCompositor->m_sWLRCursor, g_pCompositor->m_sWLRXCursorMgr, "left_ptr"); | ^~~~~~~~~~~~~~~~~~~~~~ | wlr_cursor_set_surface [65/115] Compiling C++ object src/Hyprland.p/managers_KeybindManager.cpp.o ../src/managers/KeybindManager.cpp: In static member function 'static uint64_t CKeybindManager::spawnRaw(std::string)': ../src/managers/KeybindManager.cpp:633:14: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 633 | write(socket[1], &grandchild, sizeof(grandchild)); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/managers/KeybindManager.cpp:640:9: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 640 | read(socket[0], &grandchild, sizeof(grandchild)); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [66/115] Compiling C++ object src/Hyprland.p/render_decorations_CHyprGroupBarDecoration.cpp.o ninja: build stopped: subcommand failed.