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 hyprgraphics, 10 hyprlang, 11 hyprutils, 12 pam, 13 sdbus-cpp_2, 14 systemdLibs, ··· 27 28 gcc14Stdenv.mkDerivation (finalAttrs: { 29 pname = "hyprlock"; 30 - version = "0.6.0"; 31 32 src = fetchFromGitHub { 33 owner = "hyprwm"; 34 repo = "hyprlock"; 35 rev = "v${finalAttrs.version}"; 36 - hash = "sha256-41/fFxlGCf1q+WJwdzSidr9+xJ7+td91XQ1+kzrZ+ts="; 37 }; 38 39 - strictDeps = true; 40 - 41 nativeBuildInputs = [ 42 cmake 43 pkg-config 44 wayland-scanner 45 ]; 46
··· 9 hyprgraphics, 10 hyprlang, 11 hyprutils, 12 + hyprwayland-scanner, 13 pam, 14 sdbus-cpp_2, 15 systemdLibs, ··· 28 29 gcc14Stdenv.mkDerivation (finalAttrs: { 30 pname = "hyprlock"; 31 + version = "0.6.1"; 32 33 src = fetchFromGitHub { 34 owner = "hyprwm"; 35 repo = "hyprlock"; 36 rev = "v${finalAttrs.version}"; 37 + hash = "sha256-lT6f/5NB73xj9cVesi2SNsL5jVciwZJp8QRohiv+3Hk="; 38 }; 39 40 nativeBuildInputs = [ 41 cmake 42 pkg-config 43 + hyprwayland-scanner 44 wayland-scanner 45 ]; 46
+10
pkgs/by-name/hy/hyprpaper/package.nix
··· 2 lib, 3 gcc14Stdenv, 4 fetchFromGitHub, 5 cmake, 6 cairo, 7 expat, ··· 40 rev = "v${finalAttrs.version}"; 41 hash = "sha256-IRZ5NrKFwBVueYrZYUQfpTwp2rZHgAkPwgvdnfVBF8E="; 42 }; 43 44 nativeBuildInputs = [ 45 cmake
··· 2 lib, 3 gcc14Stdenv, 4 fetchFromGitHub, 5 + fetchpatch2, 6 cmake, 7 cairo, 8 expat, ··· 41 rev = "v${finalAttrs.version}"; 42 hash = "sha256-IRZ5NrKFwBVueYrZYUQfpTwp2rZHgAkPwgvdnfVBF8E="; 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 + ]; 53 54 nativeBuildInputs = [ 55 cmake
+10
pkgs/by-name/hy/hyprpicker/package.nix
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 nix-update-script, 6 pkg-config, 7 cmake, ··· 28 rev = "v${finalAttrs.version}"; 29 hash = "sha256-gu26MSYbTlRLMUpZ9PeYXtqqhzPDQXxEDkjiJgwzIIc="; 30 }; 31 32 cmakeBuildType = if debug then "Debug" else "Release"; 33
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 + fetchpatch2, 6 nix-update-script, 7 pkg-config, 8 cmake, ··· 29 rev = "v${finalAttrs.version}"; 30 hash = "sha256-gu26MSYbTlRLMUpZ9PeYXtqqhzPDQXxEDkjiJgwzIIc="; 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 + ]; 41 42 cmakeBuildType = if debug then "Debug" else "Release"; 43
+2 -2
pkgs/by-name/hy/hyprwayland-scanner/package.nix
··· 9 }: 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "hyprwayland-scanner"; 12 - version = "0.4.2"; 13 14 src = fetchFromGitHub { 15 owner = "hyprwm"; 16 repo = "hyprwayland-scanner"; 17 rev = "v${finalAttrs.version}"; 18 - hash = "sha256-HIPEXyRRVZoqD6U+lFS1B0tsIU7p83FaB9m7KT/x6mQ="; 19 }; 20 21 nativeBuildInputs = [
··· 9 }: 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "hyprwayland-scanner"; 12 + version = "0.4.4"; 13 14 src = fetchFromGitHub { 15 owner = "hyprwm"; 16 repo = "hyprwayland-scanner"; 17 rev = "v${finalAttrs.version}"; 18 + hash = "sha256-fktzv4NaqKm94VAkAoVqO/nqQlw+X0/tJJNAeCSfzK4="; 19 }; 20 21 nativeBuildInputs = [