hyprlandPlugins.hyprgrass: 0.7.0 -> 0.8.1 (#338565)

This commit is contained in:
Donovan Glover 2024-08-31 12:34:49 +00:00 committed by GitHub
commit b5feebc5f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [