Merge pull request #190969 from ck3d/fix-xfstests

xfstests: 2019-09-08 -> 2022-09-04
This commit is contained in:
ajs124 2022-10-03 21:03:29 +02:00 committed by GitHub
commit ff2b20fe00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
, libuuid, libxfs, lvm2, openssl, perl, procps, quota
, time, util-linux, which, writeScript, xfsprogs, runtimeShell }:
stdenv.mkDerivation {
stdenv.mkDerivation rec {
pname = "xfstests";
version = "unstable-2019-09-08";
version = "2022.09.04";
src = fetchgit {
url = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git";
rev = "0837e907988a5f410cae0ae714f42f9c4242e072";
sha256 = "1f5cv0vwc1g9difzp69k49rc5nfd08y72vdg318j25nv3rwv7wc9";
rev = "v${version}";
sha256 = "sha256-hPFoqNmB8pewvBN1nzVMkTrMHCo0xc8tmmIODaiDeRw=";
};
nativeBuildInputs = [