Skip to content

Commit 1dcdb7d

Browse files
hyprls: 0.9.1 -> 0.10.0 (#462559)
2 parents 9e9552b + 8475dc1 commit 1dcdb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/hy/hyprls/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
buildGoModule rec {
88
pname = "hyprls";
9-
version = "0.9.1";
9+
version = "0.10.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "hyprland-community";
1313
repo = "hyprls";
1414
rev = "v${version}";
15-
hash = "sha256-7bexF3j8xf68V8sWmf1uJrHhAn7+efZX8W6AWfUb/mE=";
15+
hash = "sha256-N6A6j4uhBt64KTIcdhvicAhrLo2EuxwyGbCm5pijCCs=";
1616
};
1717

1818
vendorHash = "sha256-QJyG3Kz/lSuuHpGLGDW8fjdhLZK6Pt7PtSPA8EY0ATM=";

0 commit comments

Comments
 (0)