Unverified Commit 7c6c0482 authored by Mihai Fufezan's avatar Mihai Fufezan
Browse files

hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0

parent e2b798c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ let
            mkHyprlandPlugin,
          }:
          let
            version = "0.44.0";
            version = "0.45.0";

            hyprland-plugins-src = fetchFromGitHub {
              owner = "hyprwm";
              repo = "hyprland-plugins";
              rev = "refs/tags/v${version}";
              hash = "sha256-/SeOrMuPEOjngI+MBlzqxQ/sJxkJFIYoef+wJ/PmX2w=";
              hash = "sha256-hOljwsXpY4Y6guvcr51tWCnXo6c56yaBknnLXk1m3Vk=";
            };
          in
          mkHyprlandPlugin hyprland {