Merge pull request #304725 from fufexan/hyprland

hyprland: 0.38.1 -> 0.39.1
This commit is contained in:
rewine 2024-04-26 02:16:07 +08:00 committed by GitHub
commit 10b682b6e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 12 deletions

View File

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

View File

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