hyprland 0.36.0 -> 0.37.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 3db57a6b8dd2..823d3702e8f4 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix @@ -44,13 +44,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.36.0"; + version = "0.37.0"; src = fetchFromGitHub { owner = "hyprwm"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-oZe4k6jtO/0govmERGcbeyvE9EfTvXY5bnyIs6AsL9U="; + hash = "sha256-xLxbGRsKs40j+4tKeHydW1VUpCPOizYcduYQvBUitoY="; }; patches = [ Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A hyprland nix build failed. Project name: Hyprland Project version: 0.37.0 C compiler for the host machine: gcc (gcc 13.2.0 "gcc (GCC) 13.2.0") C linker for the host machine: gcc ld.bfd 2.41 C++ compiler for the host machine: g++ (gcc 13.2.0 "g++ (GCC) 13.2.0") C++ linker for the host machine: g++ ld.bfd 2.41 Host machine cpu family: x86_64 Host machine cpu: x86_64 Compiler for C++ supports arguments -std=c++23: YES meson.build:16: WARNING: Consider using the built-in option for language standard version instead of using "-std=c++23". Check usable header "execinfo.h" : YES Library execinfo found: NO Found pkg-config: YES (/nix/store/a3752l19hc76dmzh1wgrxbsxh6lfx67z-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.2 Run-time dependency libsystemd found: YES 255 Run-time dependency wayland-protocols found: YES 1.33 Run-time dependency hyprland-protocols found: YES 0.2 Build-time dependency wayland-scanner found: YES 1.22.0 Program /nix/store/nw37g1h8glhh67320hdy8i5bb5v0k4fn-wayland-1.22.0-bin/bin/wayland-scanner found: YES (/nix/store/nw37g1h8glhh67320hdy8i5bb5v0k4fn-wayland-1.22.0-bin/bin/wayland-scanner) Run-time dependency wayland-server found: YES 1.22.0 Dependency wayland-server found: YES 1.22.0 (cached) Run-time dependency wayland-client found: YES 1.22.0 Run-time dependency wlroots found: YES 0.18.0-dev Run-time dependency cairo found: YES 1.18.0 Did not find CMake 'cmake' Found CMake: NO Run-time dependency hyprcursor found: NO (tried pkgconfig) src/meson.build:14:4: ERROR: Dependency "hyprcursor" not found, tried pkgconfig A full log can be found at /build/source/build/meson-logs/meson-log.txt