summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorFélix Baylac Jacqué <felix@alternativebit.fr>2022-11-16 09:57:43 +0100
committerFélix Baylac Jacqué <felix@alternativebit.fr>2022-11-16 10:44:40 +0100
commit82230795697d36356bc530db9fa0aefa76b18768 (patch)
tree4d9144745621164dcee4708209deeb879257373b /pkgs/os-specific
parentef62f6566bec854eb8f7c98d38c64d9047d77ab6 (diff)
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.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/nsncd/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/nsncd/default.nix b/pkgs/os-specific/linux/nsncd/default.nix
index f2005f50a580f..e9dc2d47e0e71 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";