mdns-scanner: 0.22.3 -> 0.22.4 (#434318)
Co-authored-by: Cameo007 <Cameo007@users.noreply.github.com>
This commit is contained in:
commit
5c71b40b1c
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "mdns-scanner";
|
pname = "mdns-scanner";
|
||||||
version = "0.22.3";
|
version = "0.22.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "CramBL";
|
owner = "CramBL";
|
||||||
repo = "mdns-scanner";
|
repo = "mdns-scanner";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-Fu9TPg8nqBBUc/B9bBTT+KOh4mZa7RoRe/wfws8epU0=";
|
hash = "sha256-9jteWQPI0jQFaLcWP9ZzjX0IoyqoSXDt0U8M7x8IHXk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-IRIem14bE/x+rmHwTk+IBODCFEw9kaMrO6gpy5b0VNw=";
|
cargoHash = "sha256-JtreaCQe52pgJGlYy9hc1B+mUU5x5SpKqqC2q48hDXc=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/CramBL/mdns-scanner";
|
homepage = "https://github.com/CramBL/mdns-scanner";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user