nsncd: unstable-2021-10-20 -> unstable-2022-11-14

This bump fixes the response format for IPV6-only requests. The bogus
response message was crashing glibc.

See https://github.com/nix-community/nsncd/pull/1 for more informations.

+4 -4
+4 -4
pkgs/os-specific/linux/nsncd/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "nsncd"; 10 - version = "unstable-2021-10-20"; 11 12 src = fetchFromGitHub { 13 owner = "nix-community"; 14 repo = "nsncd"; 15 - rev = "b9425070bb308565a6e4dc5aefd568952a07a4ed"; 16 - hash = "sha256-ZjInzPJo+PWAM2gAKhlasLXiqo+2Df4DIXpNwtqQVc8="; 17 }; 18 19 - cargoSha256 = "sha256-hxdI+HHB0PB/zDMI21Pg5Xr9mTDn4T+OcAAenUox4bs="; 20 21 meta = with lib; { 22 description = "the name service non-caching daemon";
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "nsncd"; 10 + version = "unstable-2022-11-14"; 11 12 src = fetchFromGitHub { 13 owner = "nix-community"; 14 repo = "nsncd"; 15 + rev = "47e580f1db99603df6e212a2e62f18cc970cef40"; 16 + hash = "sha256-Nv3MYZcuYgD66BAGs3Tg37s086HAGsaDBFvELqQF3Tk="; 17 }; 18 19 + cargoSha256 = "sha256-c1L6nEUBHw1YegmoRrI3WU/bF80Nzbz13hsGlNyBR9o="; 20 21 meta = with lib; { 22 description = "the name service non-caching daemon";