From 82230795697d36356bc530db9fa0aefa76b18768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Baylac=20Jacqu=C3=A9?= Date: Wed, 16 Nov 2022 09:57:43 +0100 Subject: [PATCH] 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. --- pkgs/os-specific/linux/nsncd/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/os-specific/linux/nsncd/default.nix b/pkgs/os-specific/linux/nsncd/default.nix index f2005f50a580..e9dc2d47e0e7 100644 --- a/pkgs/os-specific/linux/nsncd/default.nix +++ b/pkgs/os-specific/linux/nsncd/default.nix @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "nsncd"; - version = "unstable-2021-10-20"; + version = "unstable-2022-11-14"; src = fetchFromGitHub { owner = "nix-community"; repo = "nsncd"; - rev = "b9425070bb308565a6e4dc5aefd568952a07a4ed"; - hash = "sha256-ZjInzPJo+PWAM2gAKhlasLXiqo+2Df4DIXpNwtqQVc8="; + rev = "47e580f1db99603df6e212a2e62f18cc970cef40"; + hash = "sha256-Nv3MYZcuYgD66BAGs3Tg37s086HAGsaDBFvELqQF3Tk="; }; - cargoSha256 = "sha256-hxdI+HHB0PB/zDMI21Pg5Xr9mTDn4T+OcAAenUox4bs="; + cargoSha256 = "sha256-c1L6nEUBHw1YegmoRrI3WU/bF80Nzbz13hsGlNyBR9o="; meta = with lib; { description = "the name service non-caching daemon";