hyprlandPlugins.hyprgrass: 0.7.0 -> 0.8.1 (#338565)
This commit is contained in:
commit
b5feebc5f9
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
mkHyprlandPlugin hyprland rec {
|
mkHyprlandPlugin hyprland rec {
|
||||||
pluginName = "hyprgrass";
|
pluginName = "hyprgrass";
|
||||||
version = "0.7.0";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "horriblename";
|
owner = "horriblename";
|
||||||
repo = "hyprgrass";
|
repo = "hyprgrass";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-DfM2BqnFW48NlHkBfC7ErHgK7WHlOgiiE+aFetN/yJ4=";
|
hash = "sha256-3CN9ZioI5XBtp6WF61hH2EyASHUIPJQCTXiW1rt9n5w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user