tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xfstests: 2019-09-08 -> 2022-09-04
Christian Kögler
3 years ago
4eb213c3
3dff37c5
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
xfstests
default.nix
+4
-4
pkgs/tools/misc/xfstests/default.nix
···
3
3
, libuuid, libxfs, lvm2, openssl, perl, procps, quota
4
4
, time, util-linux, which, writeScript, xfsprogs, runtimeShell }:
5
5
6
6
-
stdenv.mkDerivation {
6
6
+
stdenv.mkDerivation rec {
7
7
pname = "xfstests";
8
8
-
version = "unstable-2019-09-08";
8
8
+
version = "2022.09.04";
9
9
10
10
src = fetchgit {
11
11
url = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git";
12
12
-
rev = "0837e907988a5f410cae0ae714f42f9c4242e072";
13
13
-
sha256 = "1f5cv0vwc1g9difzp69k49rc5nfd08y72vdg318j25nv3rwv7wc9";
12
12
+
rev = "v${version}";
13
13
+
sha256 = "sha256-hPFoqNmB8pewvBN1nzVMkTrMHCo0xc8tmmIODaiDeRw=";
14
14
};
15
15
16
16
nativeBuildInputs = [