hyprlandPlugins.hyprsplit: 0.43.0 -> 0.44.1

This commit is contained in:
Mihai Fufezan 2024-10-10 23:40:34 +03:00
parent 4d38a08737
commit 722d13a9ba
No known key found for this signature in database

View File

@ -8,13 +8,13 @@
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hyprsplit";
version = "0.43.0";
version = "0.44.1";
src = fetchFromGitHub {
owner = "shezdy";
repo = "hyprsplit";
rev = "refs/tags/v${version}";
hash = "sha256-r533kNIyfgPi/q8ddIYyDK1Pmupt/F3ncHuFo3zjDkU=";
hash = "sha256-l+DQHWPMyUCXbKhbIFVooTKKnCRQ97Ic5smw4VzUcTc=";
};
nativeBuildInputs = [