summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-11 00:17:34 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-11 00:50:16 +0300
commitab8b78f6a36b53fe2d07f89e921bd020a42aa16e (patch)
treea6a0526cf90a3db21428e37ffc776e5c35a72492 /pkgs
parent0da53ba08c8209753803e3db511b31b6054f77b9 (diff)
downloadnixpkgs-ab8b78f6a36b53fe2d07f89e921bd020a42aa16e.tar
nixpkgs-ab8b78f6a36b53fe2d07f89e921bd020a42aa16e.tar.gz
nixpkgs-ab8b78f6a36b53fe2d07f89e921bd020a42aa16e.tar.bz2
nixpkgs-ab8b78f6a36b53fe2d07f89e921bd020a42aa16e.tar.lz
nixpkgs-ab8b78f6a36b53fe2d07f89e921bd020a42aa16e.tar.xz
nixpkgs-ab8b78f6a36b53fe2d07f89e921bd020a42aa16e.tar.zst
nixpkgs-ab8b78f6a36b53fe2d07f89e921bd020a42aa16e.zip
xfstests: 2016-01-11 -> 2016-08-06
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/xfstests/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/xfstests/default.nix b/pkgs/tools/misc/xfstests/default.nix
index 4053abefc29..80025164cb6 100644
--- a/pkgs/tools/misc/xfstests/default.nix
+++ b/pkgs/tools/misc/xfstests/default.nix
@@ -3,12 +3,12 @@
 , time, utillinux, which, writeScript, xfsprogs }:
 
 stdenv.mkDerivation {
-  name = "xfstests-2016-01-11";
+  name = "xfstests-2016-08-06";
 
   src = fetchgit {
     url = "git://oss.sgi.com/xfs/cmds/xfstests.git";
-    rev = "dfe582dd396f16ddce1909baab7376e00af07792";
-    sha256 = "1pvqzw4f0r63lzhcw2lii72bp4dwqd50xshv8ch7v529z0f5icwa";
+    rev = "b7d908a0e8eb3bc069275dedfe981f9ea3aeeec2";
+    sha256 = "0dnhqqxmxr3mq2xjnxki92vjmi3y7g9xz3lfa1s1c8ayfcm3qq85";
   };
 
   buildInputs = [ acl autoreconfHook attr gawk libaio libuuid libxfs openssl perl ];