mdns-scanner: 0.22.3 -> 0.22.4 (#434318)

Co-authored-by: Cameo007 <Cameo007@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-16 22:35:43 +00:00 committed by GitHub
commit 5c71b40b1c
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.22.3";
version = "0.22.4";
src = fetchFromGitHub {
owner = "CramBL";
repo = "mdns-scanner";
tag = "v${finalAttrs.version}";
hash = "sha256-Fu9TPg8nqBBUc/B9bBTT+KOh4mZa7RoRe/wfws8epU0=";
hash = "sha256-9jteWQPI0jQFaLcWP9ZzjX0IoyqoSXDt0U8M7x8IHXk=";
};
cargoHash = "sha256-IRIem14bE/x+rmHwTk+IBODCFEw9kaMrO6gpy5b0VNw=";
cargoHash = "sha256-JtreaCQe52pgJGlYy9hc1B+mUU5x5SpKqqC2q48hDXc=";
meta = {
homepage = "https://github.com/CramBL/mdns-scanner";