tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hyprlandPlugins.hy3: hl0.50.0 -> hl0.51.0
John Titor
5 months ago
cc4daa3d
1e788edb
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
window-managers
hyprwm
hyprland-plugins
hy3.nix
+3
-3
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hy3.nix
···
8
8
}:
9
9
mkHyprlandPlugin (finalAttrs: {
10
10
pluginName = "hy3";
11
11
-
version = "hl0.50.0";
11
11
+
version = "0.51.0";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "outfoxxed";
15
15
repo = "hy3";
16
16
-
tag = finalAttrs.version;
17
17
-
hash = "sha256-1BTJSqkj+lkIry27HuqA5UB7uRqAUvGT7LAUDQhKjU0=";
16
16
+
tag = "hl${finalAttrs.version}";
17
17
+
hash = "sha256-HjbofK4rSLkkUvOZHdoAY6kn7Ok2bXo14eOKr8hKRHE=";
18
18
};
19
19
20
20
nativeBuildInputs = [ cmake ];