summary refs log tree commit diff
path: root/pkgs/development/libraries/libbsd
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-10-13 16:02:22 +0200
committerc0bw3b <c0bw3b@users.noreply.github.com>2019-10-13 16:02:22 +0200
commit9e7582c74b1e6785e5517122f4ca2339503e6238 (patch)
tree4af7dc6c73eb4e76874acfa94529795c0652e222 /pkgs/development/libraries/libbsd
parent1c40ee6fc44f7eb474c69ea070a43247a1a2c83c (diff)
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
Diffstat (limited to 'pkgs/development/libraries/libbsd')
-rw-r--r--pkgs/development/libraries/libbsd/default.nix4
1 files changed, 2 insertions, 2 deletions
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