We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b165239 commit 8475dc1Copy full SHA for 8475dc1
pkgs/by-name/hy/hyprls/package.nix
@@ -6,13 +6,13 @@
6
}:
7
buildGoModule rec {
8
pname = "hyprls";
9
- version = "0.9.1";
+ version = "0.10.0";
10
11
src = fetchFromGitHub {
12
owner = "hyprland-community";
13
repo = "hyprls";
14
rev = "v${version}";
15
- hash = "sha256-7bexF3j8xf68V8sWmf1uJrHhAn7+efZX8W6AWfUb/mE=";
+ hash = "sha256-N6A6j4uhBt64KTIcdhvicAhrLo2EuxwyGbCm5pijCCs=";
16
};
17
18
vendorHash = "sha256-QJyG3Kz/lSuuHpGLGDW8fjdhLZK6Pt7PtSPA8EY0ATM=";
0 commit comments