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

Co-authored-by: Cameo007 <Cameo007@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-31 08:41:55 +00:00 committed by GitHub
commit afb89db07b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "mdns-scanner";
version = "0.17.1";
version = "0.21.0";
src = fetchFromGitHub {
owner = "CramBL";
repo = "mdns-scanner";
tag = "v${finalAttrs.version}";
hash = "sha256-+f7V2J02flFMuDL9BRKa0UjMgsm+WrNQIWhuc17NXes=";
hash = "sha256-NtV/MnFjilxaB5+Kiug9JzqikTYMaw9BP/NpR2MxTl4=";
};
cargoHash = "sha256-dsOLeI2N2eR9IH0R1ldbQ8UyIjbJJHgDD/9VrK0dpqY=";
cargoHash = "sha256-Bsd+f8B7EBW/ugT0/k+T8gL/O4Ro6S2x8gMOcWia1Qs=";
meta = {
homepage = "https://github.com/CramBL/mdns-scanner";