hyprlock: 0.60 -> 0.6.1; hyprwayland-scanner: 0.4.2 -> 0.4.4 (#369277)

authored by Masum Reza and committed by GitHub f1fca8fc 2eeb3350

+26 -6
+4 -4
pkgs/by-name/hy/hyprlock/package.nix
··· 9 9 hyprgraphics, 10 10 hyprlang, 11 11 hyprutils, 12 + hyprwayland-scanner, 12 13 pam, 13 14 sdbus-cpp_2, 14 15 systemdLibs, ··· 27 28 28 29 gcc14Stdenv.mkDerivation (finalAttrs: { 29 30 pname = "hyprlock"; 30 - version = "0.6.0"; 31 + version = "0.6.1"; 31 32 32 33 src = fetchFromGitHub { 33 34 owner = "hyprwm"; 34 35 repo = "hyprlock"; 35 36 rev = "v${finalAttrs.version}"; 36 - hash = "sha256-41/fFxlGCf1q+WJwdzSidr9+xJ7+td91XQ1+kzrZ+ts="; 37 + hash = "sha256-lT6f/5NB73xj9cVesi2SNsL5jVciwZJp8QRohiv+3Hk="; 37 38 }; 38 39 39 - strictDeps = true; 40 - 41 40 nativeBuildInputs = [ 42 41 cmake 43 42 pkg-config 43 + hyprwayland-scanner 44 44 wayland-scanner 45 45 ]; 46 46
+10
pkgs/by-name/hy/hyprpaper/package.nix
··· 2 2 lib, 3 3 gcc14Stdenv, 4 4 fetchFromGitHub, 5 + fetchpatch2, 5 6 cmake, 6 7 cairo, 7 8 expat, ··· 40 41 rev = "v${finalAttrs.version}"; 41 42 hash = "sha256-IRZ5NrKFwBVueYrZYUQfpTwp2rZHgAkPwgvdnfVBF8E="; 42 43 }; 44 + 45 + patches = [ 46 + # FIXME: remove in next release 47 + (fetchpatch2 { 48 + name = "fix-hypr-wayland-scanner-0.4.4-build.patch"; 49 + url = "https://github.com/hyprwm/hyprpaper/commit/505e447b6c48e6b49f3aecf5da276f3cc5780054.patch?full_index=1"; 50 + hash = "sha256-Vk2P2O4XQiCYqV0KbK/ADe8KPmaTs3Mg7JRJ3cGW9lM="; 51 + }) 52 + ]; 43 53 44 54 nativeBuildInputs = [ 45 55 cmake
+10
pkgs/by-name/hy/hyprpicker/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 + fetchpatch2, 5 6 nix-update-script, 6 7 pkg-config, 7 8 cmake, ··· 28 29 rev = "v${finalAttrs.version}"; 29 30 hash = "sha256-gu26MSYbTlRLMUpZ9PeYXtqqhzPDQXxEDkjiJgwzIIc="; 30 31 }; 32 + 33 + patches = [ 34 + # FIXME: remove in next release 35 + (fetchpatch2 { 36 + name = "fix-hypr-wayland-scanner-0.4.4-build.patch"; 37 + url = "https://github.com/hyprwm/hyprpicker/commit/444c40e5e3dc4058a6a762ba5e73ada6d6469055.patch?full_index=1"; 38 + hash = "sha256-tg+oCUHtQkOXDrUY1w1x8zWWO1v4YV8ZxQKuSWuX/AI="; 39 + }) 40 + ]; 31 41 32 42 cmakeBuildType = if debug then "Debug" else "Release"; 33 43
+2 -2
pkgs/by-name/hy/hyprwayland-scanner/package.nix
··· 9 9 }: 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "hyprwayland-scanner"; 12 - version = "0.4.2"; 12 + version = "0.4.4"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "hyprwm"; 16 16 repo = "hyprwayland-scanner"; 17 17 rev = "v${finalAttrs.version}"; 18 - hash = "sha256-HIPEXyRRVZoqD6U+lFS1B0tsIU7p83FaB9m7KT/x6mQ="; 18 + hash = "sha256-fktzv4NaqKm94VAkAoVqO/nqQlw+X0/tJJNAeCSfzK4="; 19 19 }; 20 20 21 21 nativeBuildInputs = [