hyprls: 0.5.0 -> 0.5.2

This commit is contained in:
R. Ryantm
2025-02-28 22:34:54 +00:00
parent 6421090605
commit 538ba70e59
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "hyprls";
version = "0.5.0";
version = "0.5.2";
src = fetchFromGitHub {
owner = "hyprland-community";
repo = "hyprls";
rev = "v${version}";
hash = "sha256-uMBy+R7PUBreRyOTMa0wPOiO8VSyLaRFzoIKYU6niU8=";
hash = "sha256-4PtoZWESEkRaZ4HOgXLWXRPhG1+JlWuMiYZtjbbLcz4=";
};
vendorHash = "sha256-rG+oGJOABA9ee5nIpC5/U0mMsPhwvVtQvJBlQWfxi5Y=";