From 9e7582c74b1e6785e5517122f4ca2339503e6238 Mon Sep 17 00:00:00 2001 From: c0bw3b Date: Sun, 13 Oct 2019 16:02:22 +0200 Subject: Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)" This reverts commit 5a952d08220d4690d2d448e6776ddf5d6ac13e09. Build broken on Darwin because the patch needs a refresh (also the musl patch is not needed anymore) See issue #71081 --- pkgs/development/libraries/libbsd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/libbsd') diff --git a/pkgs/development/libraries/libbsd/default.nix b/pkgs/development/libraries/libbsd/default.nix index 60c3505f9a106..fe4af163a542b 100644 --- a/pkgs/development/libraries/libbsd/default.nix +++ b/pkgs/development/libraries/libbsd/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "libbsd"; - version = "0.10.0"; + version = "0.9.1"; src = fetchurl { url = "https://libbsd.freedesktop.org/releases/${pname}-${version}.tar.xz"; - sha256 = "11x8q45jvjvf2dvgclds64mscyg10lva33qinf2hwgc84v3svf1l"; + sha256 = "1957w2wi7iqar978qlfsm220dwywnrh5m58nrnn9zmi74ds3bn2n"; }; # darwin changes configure.ac which means we need to regenerate -- cgit 1.4.1