hyprls: 0.7.0 -> 0.8.0 (#431383)

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

authored by nixpkgs-merge-bot[bot] arthsmn and committed by GitHub fbc97dcd 0a80d3e3

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