We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9739ac3 commit d9e2143Copy full SHA for d9e2143
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprgrass.nix
@@ -11,15 +11,15 @@
11
nix-update-script,
12
}:
13
14
-mkHyprlandPlugin hyprland rec {
+mkHyprlandPlugin hyprland {
15
pluginName = "hyprgrass";
16
- version = "0.8.2";
+ version = "0.8.2-unstable-2024-10-30";
17
18
src = fetchFromGitHub {
19
owner = "horriblename";
20
repo = "hyprgrass";
21
- rev = "v${version}";
22
- hash = "sha256-0dYMlNYuevQvsd6+imOkic3c6RSssM8WSx1hAepJ/wU=";
+ rev = "f97b6ac2b7de3bae194b776c388467db2604929f";
+ hash = "sha256-Jg5Q/v8tcNjopTMbra82y5n9QQdCnrbEFNgT1kA7pQE=";
23
};
24
25
nativeBuildInputs = [
0 commit comments