Unverified Commit fab8ea93 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

hyprlandPlugins.hyprscroller: 0-unstable-2024-07-04 -> 0-unstable-2024-09-01 (#338975)

parents 09e565ab 41189fcd
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-07-04";
  version = "0-unstable-2024-09-01";

  src = fetchFromGitHub {
    owner = "dawsers";
    repo = "hyprscroller";
    rev = "bef840b3f0fd3d37b5c1c9f2704b2efb60173184";
    hash = "sha256-vkpGSseA7n0/Y+83snbEe7Z++2akdDbvv7eZzM9V3wI=";
    rev = "5fe29fcbd7103782d55cfb50482c64c31189f02a";
    hash = "sha256-Fr2OUEO2LgZsLILnXePuMMbzYBnGA9GyIlLWt2P7bLA=";
  };

  nativeBuildInputs = [ cmake ];