mdns-scanner: 0.17.1 -> 0.21.0 (#429177)
Co-authored-by: Cameo007 <Cameo007@users.noreply.github.com>
This commit is contained in:
commit
afb89db07b
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "mdns-scanner";
|
pname = "mdns-scanner";
|
||||||
version = "0.17.1";
|
version = "0.21.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "CramBL";
|
owner = "CramBL";
|
||||||
repo = "mdns-scanner";
|
repo = "mdns-scanner";
|
||||||
tag = "v${finalAttrs.version}";
|
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 = {
|
meta = {
|
||||||
homepage = "https://github.com/CramBL/mdns-scanner";
|
homepage = "https://github.com/CramBL/mdns-scanner";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user