mdns-scanner: 0.17.1 -> 0.21.0 (#429177)

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

authored by nixpkgs-merge-bot[bot] Cameo007 and committed by GitHub afb89db0 732b7559

+3 -3
+3 -3
pkgs/by-name/md/mdns-scanner/package.nix
··· 6 7 rustPlatform.buildRustPackage (finalAttrs: { 8 pname = "mdns-scanner"; 9 - version = "0.17.1"; 10 11 src = fetchFromGitHub { 12 owner = "CramBL"; 13 repo = "mdns-scanner"; 14 tag = "v${finalAttrs.version}"; 15 - hash = "sha256-+f7V2J02flFMuDL9BRKa0UjMgsm+WrNQIWhuc17NXes="; 16 }; 17 18 - cargoHash = "sha256-dsOLeI2N2eR9IH0R1ldbQ8UyIjbJJHgDD/9VrK0dpqY="; 19 20 meta = { 21 homepage = "https://github.com/CramBL/mdns-scanner";
··· 6 7 rustPlatform.buildRustPackage (finalAttrs: { 8 pname = "mdns-scanner"; 9 + version = "0.21.0"; 10 11 src = fetchFromGitHub { 12 owner = "CramBL"; 13 repo = "mdns-scanner"; 14 tag = "v${finalAttrs.version}"; 15 + hash = "sha256-NtV/MnFjilxaB5+Kiug9JzqikTYMaw9BP/NpR2MxTl4="; 16 }; 17 18 + cargoHash = "sha256-Bsd+f8B7EBW/ugT0/k+T8gL/O4Ro6S2x8gMOcWia1Qs="; 19 20 meta = { 21 homepage = "https://github.com/CramBL/mdns-scanner";