Skip to content

Commit da0eb64

Browse files
committed
hyprlandPlugins/hyprland-plugins: 0.49.0 -> 0.49.0-fix
1 parent 2795c50 commit da0eb64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ let
1414
mkHyprlandPlugin,
1515
}:
1616
let
17-
version = "0.49.0";
17+
version = "0.49.0-fix";
1818

1919
hyprland-plugins-src = fetchFromGitHub {
2020
owner = "hyprwm";
2121
repo = "hyprland-plugins";
2222
tag = "v${version}";
23-
hash = "sha256-GpsLyK/U05q7QnyFIWrnGS2loVyjPZByTtPitwu9UNw=";
23+
hash = "sha256-5wjvmFtk85uBJLnrKZbfrgo9OTTQlFP18ZNgfBwFsz0=";
2424
};
2525
in
2626
mkHyprlandPlugin hyprland {

0 commit comments

Comments
 (0)