hyprland 0.34.0 -> 0.35.0 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix index 11928befb4ba..a07d42f2beca 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix @@ -43,13 +43,13 @@ assert lib.assertMsg (!enableNvidiaPatches) "The option `enableNvidiaPatches` ha assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been removed. Please refer https://wiki.hyprland.org/Configuring/XWayland"; stdenv.mkDerivation (finalAttrs: { pname = "hyprland" + lib.optionalString debug "-debug"; - version = "0.34.0"; + version = "0.35.0"; src = fetchFromGitHub { owner = "hyprwm"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-WSrjBI3k2dM/kGF20At0E6NlrJSB4+pE+WGJ6dFzWEs="; + hash = "sha256-dU5m6Cd4+WQZal2ICDVf1kww/dNzo1YUWRxWeCctEig="; }; 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. 242 | m_sWLRHeadlessBackend = wlr_headless_backend_create(m_sWLEventLoop); | ^~~~~~~~~~~~~~ | | | wl_event_loop* In file included from ../src/includes.hpp:99: /nix/store/np0y4dl92cbhhqvx57q6yb4wl48canfz-wlroots-hyprland-0.18.0-dev/include/wlr/backend/headless.h:19:68: note: initializing argument 1 of 'wlr_backend* wlr_headless_backend_create(wl_display*)' 19 | struct wlr_backend *wlr_headless_backend_create(struct wl_display *display); | ~~~~~~~~~~~~~~~~~~~^~~~~~~ /nix/store/vxykhyxbc8pbc85yc4k3jqfv2j5k4ccp-wayland-1.22.0-dev/include/wayland-server-core.h:128:8: note: class type 'wl_event_loop' is incomplete 128 | struct wl_event_loop * | ^~~~~~~~~~~~~ [69/132] Compiling C++ object src/Hyprland.p/debug_HyprDebugOverlay.cpp.o [70/132] Compiling C++ object src/Hyprland.p/events_Devices.cpp.o [71/132] Compiling C++ object src/Hyprland.p/helpers_AnimatedVariable.cpp.o [72/132] Compiling C++ object src/Hyprland.p/events_Monitors.cpp.o [73/132] Compiling C++ object src/Hyprland.p/helpers_SubsurfaceTree.cpp.o [74/132] Compiling C++ object src/Hyprland.p/events_Popups.cpp.o [75/132] Compiling C++ object src/Hyprland.p/helpers_BezierCurve.cpp.o [76/132] Compiling C++ object src/Hyprland.p/debug_CrashReporter.cpp.o [77/132] Compiling C++ object src/Hyprland.p/helpers_MiscFunctions.cpp.o [78/132] Compiling C++ object src/Hyprland.p/events_Layers.cpp.o [79/132] Compiling C++ object src/Hyprland.p/helpers_Monitor.cpp.o [80/132] Compiling C++ object src/Hyprland.p/debug_HyprCtl.cpp.o ../src/debug/HyprCtl.cpp: In function 'int hyprCtlFDTick(int, uint32_t, void*)': ../src/debug/HyprCtl.cpp:1539:10: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 1539 | write(ACCEPTEDCONNECTION, reply.c_str(), reply.length()); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [81/132] Compiling C++ object src/Hyprland.p/events_Windows.cpp.o [82/132] Compiling C++ object src/Hyprland.p/config_ConfigManager.cpp.o ninja: build stopped: subcommand failed.