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

This commit is contained in:
Donovan Glover 2024-09-02 16:39:47 +00:00 committed by GitHub
commit fab8ea932f
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-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 ];