Skip to content

Commit 4f6e736

Browse files
authored
hyprlandPlugins.hy3: 0.47.0 -> 0.47.0-1 (#382126)
1 parent 5553a77 commit 4f6e736

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99
mkHyprlandPlugin hyprland rec {
1010
pluginName = "hy3";
11-
version = "0.47.0";
11+
version = "0.47.0-1";
1212

1313
src = fetchFromGitHub {
1414
owner = "outfoxxed";
1515
repo = "hy3";
1616
rev = "refs/tags/hl${version}";
17-
hash = "sha256-DicW4xltTHVk1L34xtEJwrKb9nSBWJ+zLVrh28Fr6Fg=";
17+
hash = "sha256-fkYjCOyZ9z3mjId/RrXH5FjML7ULFyCNv1EQXhv0Kgo=";
1818
};
1919

2020
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)