lol

hyprls: 0.6.0 -> 0.7.0 (#413313)

Co-authored-by: arthsmn <arthsmn@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
arthsmn
and committed by
GitHub
64ab12ec 02abb271

+3 -3
+3 -3
pkgs/by-name/hy/hyprls/package.nix
··· 6 6 }: 7 7 buildGoModule rec { 8 8 pname = "hyprls"; 9 - version = "0.6.0"; 9 + version = "0.7.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "hyprland-community"; 13 13 repo = "hyprls"; 14 14 rev = "v${version}"; 15 - hash = "sha256-sXC/JMd2NYc74k19DxZyldH+QLZ6W8dVHy0uyqyuCmg="; 15 + hash = "sha256-cJDDyF44nD/XvxtaGPYCk2MC574HDBHP1ByhVwqatvQ="; 16 16 }; 17 17 18 - vendorHash = "sha256-rG+oGJOABA9ee5nIpC5/U0mMsPhwvVtQvJBlQWfxi5Y="; 18 + vendorHash = "sha256-WTdwIAC3gDWgCKlVuOtMyl0ZfdZ9RhlpqUl2S2d65HA="; 19 19 20 20 checkFlags = [ 21 21 # Not yet implemented