Unverified Commit cbc60c36 authored by Mihai Fufezan's avatar Mihai Fufezan
Browse files

hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09

parent d9e2143b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

mkHyprlandPlugin hyprland {
  pluginName = "hyprscroller";
  version = "0-unstable-2024-10-10";
  version = "0-unstable-2024-11-09";

  src = fetchFromGitHub {
    owner = "dawsers";
    repo = "hyprscroller";
    rev = "1a907fd38594ec58a8fe5d68be0dcf2f9e76b0f8";
    hash = "sha256-cgwHl2YtqrnS0ThUyycFGYoYozpq7zT9POARrQAoahY=";
    rev = "556e01458ba26aa63253ae590a6aa8b2601ecf03";
    hash = "sha256-lILkkTNwPxMvfYNpusbakl2BW4lvNUZcIputwAfHHAE=";
  };

  nativeBuildInputs = [ cmake ];