s-search: 0.7.2 -> 0.7.3 (#417165)

Co-authored-by: yzx9 <gh@yzx9.xyz>

authored by

nixpkgs-merge-bot[bot]
yzx9
and committed by
GitHub
31b61a24 980ec62e

+2 -2
+2 -2
pkgs/by-name/s-/s-search/package.nix
··· 10 10 11 11 buildGoModule (finalAttrs: { 12 12 pname = "s-search"; 13 - version = "0.7.2"; 13 + version = "0.7.3"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "zquestz"; 17 17 repo = "s"; 18 18 tag = "v${finalAttrs.version}"; 19 - hash = "sha256-5hkorROs11nrDK5/BBEPIugVYeVUWtAnpCBBuKTj15g="; 19 + hash = "sha256-g+Gz16U5rP3v+RbutDUh5+1YdTDe+ROFEnNAlNZX1fw="; 20 20 }; 21 21 22 22 vendorHash = "sha256-0E/9fONanSxb2Tv5wKIpf1J/A6Hdge23xy3r6pFyV9E=";