Skip to content

Commit d9e2143

Browse files
committed
hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30
1 parent 9739ac3 commit d9e2143

File tree

1 file changed

+4
-4
lines changed
  • pkgs/applications/window-managers/hyprwm/hyprland-plugins

1 file changed

+4
-4
lines changed

pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprgrass.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
nix-update-script,
1212
}:
1313

14-
mkHyprlandPlugin hyprland rec {
14+
mkHyprlandPlugin hyprland {
1515
pluginName = "hyprgrass";
16-
version = "0.8.2";
16+
version = "0.8.2-unstable-2024-10-30";
1717

1818
src = fetchFromGitHub {
1919
owner = "horriblename";
2020
repo = "hyprgrass";
21-
rev = "v${version}";
22-
hash = "sha256-0dYMlNYuevQvsd6+imOkic3c6RSssM8WSx1hAepJ/wU=";
21+
rev = "f97b6ac2b7de3bae194b776c388467db2604929f";
22+
hash = "sha256-Jg5Q/v8tcNjopTMbra82y5n9QQdCnrbEFNgT1kA7pQE=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)