1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

xfstests: 2016-08-26 -> 2017-03-26

This commit is contained in:
Tuomas Tynkkynen 2017-04-01 19:42:01 +03:00
parent 0a354c9ea5
commit 197bbe0e1b

View file

@ -3,12 +3,12 @@
, time, utillinux, which, writeScript, xfsprogs }:
stdenv.mkDerivation {
name = "xfstests-2016-08-26";
name = "xfstests-2017-03-26";
src = fetchgit {
url = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git";
rev = "21eb9d303cff056753a3104602ff674d468af52e";
sha256 = "175nfdjfakxij7cmajjv2ycsiv4hkmx7b94nsylqrg51drx3jkji";
rev = "7400c10e503fed20fe2d9f8b03b2157eba4ff3b8";
sha256 = "0m30mx8nv49ryijlkqffjmkw2g1xdxsrq868jh9crwh19055v7qp";
};
buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ];