hyprlandPlugins.hy3: 0.47.0-1 -> hl0.48.0

fix update script
This commit is contained in:
John Titor
2025-04-01 15:09:29 +05:30
committed by Masum Reza
parent fa182a9629
commit 87ac136883

View File

@@ -8,13 +8,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hy3";
version = "0.47.0-1";
version = "hl0.48.0";
src = fetchFromGitHub {
owner = "outfoxxed";
repo = "hy3";
rev = "refs/tags/hl${version}";
hash = "sha256-fkYjCOyZ9z3mjId/RrXH5FjML7ULFyCNv1EQXhv0Kgo=";
tag = version;
hash = "sha256-CUlxc2u1Y8gpeAl7NKrZxxpeZjyU2DBxOYb8b0haM2M=";
};
nativeBuildInputs = [ cmake ];