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 5553a77 commit 4f6e736Copy full SHA for 4f6e736
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hy3.nix
@@ -8,13 +8,13 @@
8
}:
9
mkHyprlandPlugin hyprland rec {
10
pluginName = "hy3";
11
- version = "0.47.0";
+ version = "0.47.0-1";
12
13
src = fetchFromGitHub {
14
owner = "outfoxxed";
15
repo = "hy3";
16
rev = "refs/tags/hl${version}";
17
- hash = "sha256-DicW4xltTHVk1L34xtEJwrKb9nSBWJ+zLVrh28Fr6Fg=";
+ hash = "sha256-fkYjCOyZ9z3mjId/RrXH5FjML7ULFyCNv1EQXhv0Kgo=";
18
};
19
20
nativeBuildInputs = [ cmake ];
0 commit comments