mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #279505 from r-ryantm/auto-update/hyprlandPlugins.hy3
hyprlandPlugins.hy3: 0.32.0 -> 0.34.0
This commit is contained in:
commit
7ce4da20b8
1 changed files with 2 additions and 2 deletions
|
@ -24,13 +24,13 @@ let
|
||||||
hy3 = { fetchFromGitHub, cmake, hyprland }:
|
hy3 = { fetchFromGitHub, cmake, hyprland }:
|
||||||
mkHyprlandPlugin rec {
|
mkHyprlandPlugin rec {
|
||||||
pluginName = "hy3";
|
pluginName = "hy3";
|
||||||
version = "0.32.0";
|
version = "0.34.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "outfoxxed";
|
owner = "outfoxxed";
|
||||||
repo = "hy3";
|
repo = "hy3";
|
||||||
rev = "hl${version}";
|
rev = "hl${version}";
|
||||||
hash = "sha256-j49bEOLjBa1CH2gTwM+A2Edrw/GspE2m8q1teAn6SuQ=";
|
hash = "sha256-Jd1bSwelh7WA8aeYrV+CxxtpsmSITUDruKdNNLHdV7c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue