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 b6af6a34151..d92ddc84f89 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 --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A hyprland nix build failed. | ^~~~~~~~~~~~~~~~~~~~~~ | wlr_cursor_set_surface ../src/managers/input/InputManager.cpp: In member function 'void CInputManager::unsetCursorImage()': ../src/managers/input/InputManager.cpp:1457:9: error: 'wlr_cursor_set_xcursor' was not declared in this scope; did you mean 'wlr_cursor_set_surface'? 1457 | wlr_cursor_set_xcursor(g_pCompositor->m_sWLRCursor, g_pCompositor->m_sWLRXCursorMgr, "left_ptr"); | ^~~~~~~~~~~~~~~~~~~~~~ | wlr_cursor_set_surface [76/115] Compiling C++ object src/Hyprland.p/managers_input_Touch.cpp.o [77/115] Compiling C++ object src/Hyprland.p/events_Windows.cpp.o [78/115] Compiling C++ object src/Hyprland.p/plugins_HookSystem.cpp.o [79/115] Compiling C++ object src/Hyprland.p/managers_ThreadManager.cpp.o [80/115] Compiling C++ object src/Hyprland.p/render_decorations_IHyprWindowDecoration.cpp.o [81/115] Compiling C++ object src/Hyprland.p/managers_SessionLockManager.cpp.o [82/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)); | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [83/115] Compiling C++ object src/Hyprland.p/hyprerror_HyprError.cpp.o [84/115] Compiling C++ object src/Hyprland.p/managers_AnimationManager.cpp.o [85/115] Compiling C++ object src/Hyprland.p/layout_IHyprLayout.cpp.o [86/115] Compiling C++ object src/Hyprland.p/plugins_PluginSystem.cpp.o [87/115] Compiling C++ object src/Hyprland.p/layout_DwindleLayout.cpp.o [88/115] Compiling C++ object src/Hyprland.p/layout_MasterLayout.cpp.o [89/115] Compiling C++ object src/Hyprland.p/plugins_PluginAPI.cpp.o [90/115] Compiling C++ object src/Hyprland.p/config_ConfigManager.cpp.o ninja: build stopped: subcommand failed.