hyprland: 0.38.1 -> 0.39.1

This commit is contained in:
Mihai Fufezan 2024-04-17 09:01:48 +03:00
parent ab7b278a52
commit cc046e57bc
No known key found for this signature in database
2 changed files with 10 additions and 12 deletions

View File

@ -49,13 +49,12 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + lib.optionalString debug "-debug"; pname = "hyprland" + lib.optionalString debug "-debug";
version = "0.38.1"; version = "0.39.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hyprwm"; owner = "hyprwm";
repo = finalAttrs.pname; repo = finalAttrs.pname;
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-6y422rx8ScSkjR1dNYGYUxBmFewRYlCz9XZZ+XrVZng="; hash = "sha256-Urb/njWiHYUudXpmK8EKl9Z58esTIG0PxXw5LuM2r5g=";
}; };
patches = [ patches = [
@ -73,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
--replace "@HASH@" '${finalAttrs.src.rev}' \ --replace "@HASH@" '${finalAttrs.src.rev}' \
--replace "@BRANCH@" "" \ --replace "@BRANCH@" "" \
--replace "@MESSAGE@" "" \ --replace "@MESSAGE@" "" \
--replace "@DATE@" "2024-04-06" \ --replace "@DATE@" "2024-04-16" \
--replace "@TAG@" "" \ --replace "@TAG@" "" \
--replace "@DIRTY@" "" --replace "@DIRTY@" ""
''; '';
@ -94,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
]; ];
buildInputs = buildInputs =
[ wlr.buildInputs ++ [
cairo cairo
git git
hyprcursor hyprcursor

View File

@ -1,4 +1,4 @@
{ fetchFromGitLab { fetchFromGitHub
, wlroots , wlroots
, enableXWayland ? true , enableXWayland ? true
}: }:
@ -7,12 +7,11 @@ wlroots.overrideAttrs
inherit enableXWayland; inherit enableXWayland;
version = "0.18.0-dev"; version = "0.18.0-dev";
src = fetchFromGitLab { src = fetchFromGitHub {
domain = "gitlab.freedesktop.org"; owner = "hyprwm";
owner = "wlroots"; repo = "wlroots-hyprland";
repo = "wlroots"; rev = "611a4f24cd2384378f6e500253983107c6656c64";
rev = "50eae512d9cecbf0b3b1898bb1f0b40fa05fe19b"; hash = "sha256-vPeZCY+sdiGsz4fl3AVVujfyZyQBz6+vZdkUE4hQ+HI=";
hash = "sha256-wXWIJLd4F2JZeMaihWVDW/yYXCLEC8OpeNJZg9a9ly8=";
}; };
patches = [ ]; # don't inherit old.patches patches = [ ]; # don't inherit old.patches