about summary refs log tree commit diff
path: root/pkgs/development/libraries/libbsd
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-09-06 18:43:49 -0700
committerMatthew Bauer <mjbauer95@gmail.com>2018-10-08 14:08:37 -0500
commita29f2f20cd2deabccd3d0352504f828c8b7805a3 (patch)
tree8298cefcd864d620113f46f19e6ca3e210a51562 /pkgs/development/libraries/libbsd
parent77eec2044fc685e69525fd6edafd35975a9c129a (diff)
downloadnixlib-a29f2f20cd2deabccd3d0352504f828c8b7805a3.tar
nixlib-a29f2f20cd2deabccd3d0352504f828c8b7805a3.tar.gz
nixlib-a29f2f20cd2deabccd3d0352504f828c8b7805a3.tar.bz2
nixlib-a29f2f20cd2deabccd3d0352504f828c8b7805a3.tar.lz
nixlib-a29f2f20cd2deabccd3d0352504f828c8b7805a3.tar.xz
nixlib-a29f2f20cd2deabccd3d0352504f828c8b7805a3.tar.zst
nixlib-a29f2f20cd2deabccd3d0352504f828c8b7805a3.zip
libbsd: 0.8.7 -> 0.9.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
libbsd
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 36410e842a5d..b304b73e7e03 100644
--- a/pkgs/development/libraries/libbsd/default.nix
+++ b/pkgs/development/libraries/libbsd/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libbsd-${version}";
-  version = "0.8.7";
+  version = "0.9.1";
 
   src = fetchurl {
     url = "https://libbsd.freedesktop.org/releases/${name}.tar.xz";
-    sha256 = "0c9bl49zs0xdddcwj5dh0lay9sxi2m1yi74848g8p87mb87g2j7m";
+    sha256 = "1957w2wi7iqar978qlfsm220dwywnrh5m58nrnn9zmi74ds3bn2n";
   };
 
   # darwin changes configure.ac which means we need to regenerate