summary refs log tree commit diff
path: root/pkgs/development/libraries/libbsd
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-08 20:00:11 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-08 20:23:28 +0200
commit91ce3084a7ca4b95440d60101f9f4a1fc8979a84 (patch)
treee12e790b338c6171c2a421866aa6e48242f9ec47 /pkgs/development/libraries/libbsd
parentd647adf85a0a9ee7d1bfc77295ddb7089ffd4743 (diff)
downloadnixpkgs-91ce3084a7ca4b95440d60101f9f4a1fc8979a84.tar
nixpkgs-91ce3084a7ca4b95440d60101f9f4a1fc8979a84.tar.gz
nixpkgs-91ce3084a7ca4b95440d60101f9f4a1fc8979a84.tar.bz2
nixpkgs-91ce3084a7ca4b95440d60101f9f4a1fc8979a84.tar.lz
nixpkgs-91ce3084a7ca4b95440d60101f9f4a1fc8979a84.tar.xz
nixpkgs-91ce3084a7ca4b95440d60101f9f4a1fc8979a84.tar.zst
nixpkgs-91ce3084a7ca4b95440d60101f9f4a1fc8979a84.zip
libbsd: update from 0.3.0 to 0.7.0
Diffstat (limited to 'pkgs/development/libraries/libbsd')
-rw-r--r--pkgs/development/libraries/libbsd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libbsd/default.nix b/pkgs/development/libraries/libbsd/default.nix
index 758f86e5f9a..bc88d8dc12c 100644
--- a/pkgs/development/libraries/libbsd/default.nix
+++ b/pkgs/development/libraries/libbsd/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl }:
 
-let name = "libbsd-0.3.0";
+let name = "libbsd-0.7.0";
 in stdenv.mkDerivation {
   inherit name;
 
   src = fetchurl {
-    url = "http://libbsd.freedesktop.org/releases/${name}.tar.gz";
-    sha256 = "fbf36ed40443e1d0d795adbae8d461952509e610c3ccf0866ae160b723f7fe38";
+    url = "http://libbsd.freedesktop.org/releases/${name}.tar.xz";
+    sha256 = "1fqhbi0vd6xjxazf633x388cc8qyn58l78704s0h6k63wlbhwfqg";
   };
 
   patchPhase = ''