hyprlandPlugins.hyprscroller: 0-unstable-2024-09-01 -> 0-unstable-2024-09-06 (#340620)

This commit is contained in:
Masum Reza 2024-09-09 09:52:57 +05:30 committed by GitHub
commit d972a332bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];