tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hyprland-plugins: 0.50.0 -> 0.51.0
John Titor
5 months ago
df5fa3c1
cc4daa3d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
window-managers
hyprwm
hyprland-plugins
hyprland-plugins.nix
+2
-2
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprland-plugins.nix
···
13
13
mkHyprlandPlugin,
14
14
}:
15
15
let
16
16
-
version = "0.50.0";
16
16
+
version = "0.51.0";
17
17
18
18
hyprland-plugins-src = fetchFromGitHub {
19
19
owner = "hyprwm";
20
20
repo = "hyprland-plugins";
21
21
tag = "v${version}";
22
22
-
hash = "sha256-XJJ+frO4NOxVkoSGc1Mag8ESumzx2FmVRspOgFlMqF8=";
22
22
+
hash = "sha256-6jAtMjnWq8kty/dpPbIKxIupUG+WAE2AKMIKhxdLYNo=";
23
23
};
24
24
in
25
25
mkHyprlandPlugin {