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.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user