Unverified Commit c09917d4 authored by Donovan Glover's avatar Donovan Glover
Browse files

hyprlandPlugins.hyprscroller: 0-unstable-2024-09-01 -> 0-unstable-2024-09-06

parent 1930c1ac
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-09-01";
  version = "0-unstable-2024-09-06";

  src = fetchFromGitHub {
    owner = "dawsers";
    repo = "hyprscroller";
    rev = "5fe29fcbd7103782d55cfb50482c64c31189f02a";
    hash = "sha256-Fr2OUEO2LgZsLILnXePuMMbzYBnGA9GyIlLWt2P7bLA=";
    rev = "07671d7d42b92a85fc7e62cd8f02b0d9c52a8dea";
    hash = "sha256-RLI202fBXz+mDXX5Em70FU+16ChbA/YtpORYiOSX8uc=";
  };

  nativeBuildInputs = [ cmake ];