hyprls: 0.6.0 -> 0.7.0 (#413313)
Co-authored-by: arthsmn <arthsmn@users.noreply.github.com>
This commit is contained in:
commit
64ab12ec0d
@ -6,16 +6,16 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "hyprls";
|
pname = "hyprls";
|
||||||
version = "0.6.0";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hyprland-community";
|
owner = "hyprland-community";
|
||||||
repo = "hyprls";
|
repo = "hyprls";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-sXC/JMd2NYc74k19DxZyldH+QLZ6W8dVHy0uyqyuCmg=";
|
hash = "sha256-cJDDyF44nD/XvxtaGPYCk2MC574HDBHP1ByhVwqatvQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-rG+oGJOABA9ee5nIpC5/U0mMsPhwvVtQvJBlQWfxi5Y=";
|
vendorHash = "sha256-WTdwIAC3gDWgCKlVuOtMyl0ZfdZ9RhlpqUl2S2d65HA=";
|
||||||
|
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
# Not yet implemented
|
# Not yet implemented
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user