hyprlandPlugins.hyprgrass: 0.7.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-08-31 07:12:30 +00:00
parent 47375cbe59
commit a25fcc9d1c

View File

@ -13,13 +13,13 @@
mkHyprlandPlugin hyprland rec {
pluginName = "hyprgrass";
version = "0.7.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "horriblename";
repo = "hyprgrass";
rev = "v${version}";
hash = "sha256-DfM2BqnFW48NlHkBfC7ErHgK7WHlOgiiE+aFetN/yJ4=";
hash = "sha256-3CN9ZioI5XBtp6WF61hH2EyASHUIPJQCTXiW1rt9n5w=";
};
nativeBuildInputs = [