hyprland 0.33.1 -> 0.34.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 ad8079be63c3..0e8469581fdb 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix @@ -42,13 +42,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.33.1"; + version = "0.34.0"; src = fetchFromGitHub { owner = "hyprwm"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-p7el5oQZPy9l1zyIrlHu6nA4BAu59eLoSqBjhkw2jaw="; + hash = "sha256-WSrjBI3k2dM/kGF20At0E6NlrJSB4+pE+WGJ6dFzWEs="; }; 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. Run-time dependency libsystemd found: YES 254 Run-time dependency wayland-protocols found: YES 1.32 Run-time dependency hyprland-protocols found: YES 0.2 Found pkg-config: /nix/store/1nvm1a9a9mlwyy7d0hapkzchxgjgpw19-pkg-config-wrapper-0.29.2/bin/pkg-config (0.29.2) Build-time dependency wayland-scanner found: YES 1.22.0 Program /nix/store/75ylhj5nscjc3z6xzd7iyh1rwb1dkdpr-wayland-1.22.0-bin/bin/wayland-scanner found: YES (/nix/store/75ylhj5nscjc3z6xzd7iyh1rwb1dkdpr-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 Run-time dependency libdrm found: YES 2.4.118 Run-time dependency egl found: YES 1.7.0 Run-time dependency xkbcommon found: YES 1.5.0 Run-time dependency libinput found: YES 1.24.0 Run-time dependency xcb found: YES 1.16 Run-time dependency udis86 found: YES 1.7.2 Run-time dependency pixman-1 found: YES 0.42.2 Run-time dependency gl found: YES 1.7.0 Run-time dependency threads found: YES Run-time dependency pango found: YES 1.51.0 Run-time dependency pangocairo found: YES 1.51.0 Dependency threads found: YES unknown (cached) Did not find CMake 'cmake' Found CMake: NO Run-time dependency tomlplusplus found: NO (tried pkgconfig) hyprpm/src/meson.build:7:4: ERROR: Dependency "tomlplusplus" not found, tried pkgconfig A full log can be found at /build/source/build/meson-logs/meson-log.txt