From d972b355b01e1e4e9615f2ae3a2f86b4bc748aa3 Mon Sep 17 00:00:00 2001 From: Tim Waterhouse Date: Tue, 10 Jun 2025 17:17:57 -0700 Subject: [PATCH] hyprlandPlugins.hyprsplit: 0.48.1-unstable-2025-05-03 -> 0.49.0 Manually update the version since the update script expected the rev to refer to the tag. That behavior was temporarily changed in PR #405365 in order to get a new version of Hyprland to build. This restores the previous behavior which should work for future automatic upgrades. --- .../window-managers/hyprwm/hyprland-plugins/hyprsplit.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix index 8a7d7cda0a96..a094d3c8478f 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix @@ -9,13 +9,13 @@ }: mkHyprlandPlugin hyprland rec { pluginName = "hyprsplit"; - version = "0.48.1-unstable-2025-05-03"; + version = "0.49.0"; src = fetchFromGitHub { owner = "shezdy"; repo = "hyprsplit"; - rev = "9a65a4d33cc86703d2ac1f349de9697c8fc7a4b9"; - hash = "sha256-NJTCUa8kHXzQDpUmSifXrHMheR5yejigG2vPBepHolA="; + rev = "refs/tags/v${version}"; + hash = "sha256-0jrsiUoQi/VXM2Ji7YTOEYDYYlBI2C3ZbgQpYoAEVKI="; }; nativeBuildInputs = [