From 8557b3adf20981594e9120d7b69aa3e287fb3989 Mon Sep 17 00:00:00 2001 From: rewine Date: Sat, 6 Apr 2024 02:12:02 +0800 Subject: [PATCH 1/3] hyprland: 0.37.1 -> 0.38.1 --- .../window-managers/hyprwm/hyprland/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix index a9d1764eaf1f..e8da21dba912 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland/default.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland/default.nix @@ -49,13 +49,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "hyprland" + lib.optionalString debug "-debug"; - version = "0.37.1"; + version = "0.38.1"; src = fetchFromGitHub { owner = "hyprwm"; repo = finalAttrs.pname; rev = "v${finalAttrs.version}"; - hash = "sha256-W+34KhCnqscRXN/IkvuJMiVx0Fa64RcYn8H4sZjzceI="; + hash = "sha256-6y422rx8ScSkjR1dNYGYUxBmFewRYlCz9XZZ+XrVZng="; }; patches = [ @@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: { --replace "@HASH@" '${finalAttrs.src.rev}' \ --replace "@BRANCH@" "" \ --replace "@MESSAGE@" "" \ - --replace "@DATE@" "2024-03-16" \ + --replace "@DATE@" "2024-04-06" \ --replace "@TAG@" "" \ --replace "@DIRTY@" "" ''; From 8c79f0dc5194ead310e5063231b0669b0d8eb52c Mon Sep 17 00:00:00 2001 From: rewine Date: Sat, 6 Apr 2024 02:11:30 +0800 Subject: [PATCH 2/3] hyprlandPlugins.hy3: 0.36.0-unstable-2024-03-06 -> 0.38.0 --- .../window-managers/hyprwm/hyprland/plugins.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix b/pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix index ddbd6d9fb4db..53113b3e8bff 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix @@ -24,13 +24,13 @@ let hy3 = { fetchFromGitHub, cmake, hyprland }: mkHyprlandPlugin hyprland { pluginName = "hy3"; - version = "0.36.0-unstable-2024-03-06"; + version = "0.38.0"; src = fetchFromGitHub { owner = "outfoxxed"; repo = "hy3"; - rev = "a392bfd13caf865ccf6b9df6917b67cc3a054b82"; - hash = "sha256-QuapQR9DJI9+vt7xqULYIXx2QCCX1I/YB50c+7ReexU="; + rev = "hl0.38.0"; + hash = "sha256-ZVwX5yM97R6MLk64dQG5KqYOR4L4HxEEV+xzQi+NGrk="; }; nativeBuildInputs = [ cmake ]; From 0b3d01046f2799b7d93d70b346a668d7eff9d6d8 Mon Sep 17 00:00:00 2001 From: rewine Date: Tue, 9 Apr 2024 17:23:40 +0800 Subject: [PATCH 3/3] hyprcursor: 0.1.5 -> 0.1.7 --- pkgs/by-name/hy/hyprcursor/package.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/hy/hyprcursor/package.nix b/pkgs/by-name/hy/hyprcursor/package.nix index fa86f0f0f2f2..144c2d71df14 100644 --- a/pkgs/by-name/hy/hyprcursor/package.nix +++ b/pkgs/by-name/hy/hyprcursor/package.nix @@ -7,19 +7,25 @@ , hyprlang , librsvg , libzip +, tomlplusplus , nix-update-script }: stdenv.mkDerivation (finalAttrs: { pname = "hyprcursor"; - version = "0.1.5"; + version = "0.1.7"; src = fetchFromGitHub { owner = "hyprwm"; repo = "hyprcursor"; rev = "refs/tags/v${finalAttrs.version}"; - hash = "sha256-e6+fu30inlTIdflotS6l7qYusslKMNkhZVNLn9ZSogg="; + hash = "sha256-T0lV+xA07RzroRLwZsGbF9bWZNHInXS+oB0RJ6YdvWg="; }; + patches = [ + # fix icon directories system search path + "${finalAttrs.src}/nix/dirs.patch" + ]; + nativeBuildInputs = [ cmake pkg-config @@ -30,6 +36,7 @@ stdenv.mkDerivation (finalAttrs: { hyprlang librsvg libzip + tomlplusplus ]; outputs = [