hyprland 0.24.0 -> 0.25.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 [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 63fd9bec9d8..955e457a6c3 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 rec { pname = "hyprland" + lib.optionalString debug "-debug"; - version = "0.24.0"; + version = "0.25.0"; src = fetchFromGitHub { owner = "hyprwm"; repo = "hyprland"; rev = "v${version}"; - hash = "sha256-zbtxX0NezuNg46PAKscmDfFfNID4rAq2qGNf1BE3Cqc="; + hash = "sha256-Npf48UUfywneFYGEc7NQ59xudwvw7EJjwweT4tHguIY="; }; 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. configuring meson flags: --buildtype=release --libdir=/nix/store/gkb0nq2xcky6lv7qydq43a1vm1xk3sy6-hyprland-0.25.0/lib --libexecdir=/nix/store/gkb0nq2xcky6lv7qydq43a1vm1xk3sy6-hyprland-0.25.0/libexec --bindir=/nix/store/gkb0nq2xcky6lv7qydq43a1vm1xk3sy6-hyprland-0.25.0/bin --sbindir=/nix/store/gkb0nq2xcky6lv7qydq43a1vm1xk3sy6-hyprland-0.25.0/sbin --includedir=/nix/store/gkb0nq2xcky6lv7qydq43a1vm1xk3sy6-hyprland-0.25.0/include --mandir=/nix/store/yi364fiq89sc2kf7na63g4mhpmklandr-hyprland-0.25.0-man/share/man --infodir=/nix/store/gkb0nq2xcky6lv7qydq43a1vm1xk3sy6-hyprland-0.25.0/share/info --localedir=/nix/store/gkb0nq2xcky6lv7qydq43a1vm1xk3sy6-hyprland-0.25.0/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --prefix=/nix/store/gkb0nq2xcky6lv7qydq43a1vm1xk3sy6-hyprland-0.25.0 -Dsystemd=enabled The Meson build system Version: 1.1.0 Source dir: /build/source Build dir: /build/source/build Build type: native build Project name: Hyprland Project version: 0.25.0 C compiler for the host machine: gcc (gcc 12.2.0 "gcc (GCC) 12.2.0") C linker for the host machine: gcc ld.bfd 2.40 C++ compiler for the host machine: g++ (gcc 12.2.0 "g++ (GCC) 12.2.0") C++ linker for the host machine: g++ ld.bfd 2.40 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". Library execinfo found: NO Found pkg-config: /nix/store/985iynvd47l5y3mpj0fx30s3cip6isix-pkg-config-wrapper-0.29.2/bin/pkg-config (0.29.2) Run-time dependency libsystemd found: YES 253 Run-time dependency wayland-protocols found: YES 1.31 Dependency hyprland-protocols found: NO found 0.1 but need: '>=0.2' Did not find CMake 'cmake' Found CMake: NO Run-time dependency hyprland-protocols found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency hyprland-protocols protocols/meson.build:7:18: ERROR: Subproject exists but has no meson.build file A full log can be found at /build/source/build/meson-logs/meson-log.txt