Update BtrFS progs. Note: incompatible with older kernels - like 2.6.30

svn path=/nixpkgs/trunk/; revision=16205
This commit is contained in:
Michael Raskin 2009-07-07 10:02:53 +00:00
parent d79e32c9b9
commit f4a5ef043d

View File

@ -2,7 +2,7 @@ a :
let let
fetchurl = a.fetchurl; fetchurl = a.fetchurl;
version = a.lib.attrByPath ["version"] "0.18" a; version = a.lib.attrByPath ["version"] "0.19" a;
buildInputs = with a; [ buildInputs = with a; [
zlib e2fsprogs acl zlib e2fsprogs acl
]; ];
@ -10,7 +10,7 @@ in
rec { rec {
src = fetchurl { src = fetchurl {
url = "http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/btrfs-progs-${version}.tar.bz2"; url = "http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/btrfs-progs-${version}.tar.bz2";
sha256 = "032g9lyrinpnrx4b8hs5i6qfbmv8x4ss02p26fgvk4zbc0slh7z8"; sha256 = "1z3hmfgv7h489gnh55abm0gzyf2cgjkybhfc2rnm0cvsx01xv8zq";
}; };
inherit buildInputs; inherit buildInputs;