lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xfstests: 2022.09.04 -> 2023.05.14

sohalt 5c16796c e8039594

+2 -2
+2 -2
pkgs/tools/misc/xfstests/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "xfstests"; 8 - version = "2022.09.04"; 8 + version = "2023.05.14"; 9 9 10 10 src = fetchgit { 11 11 url = "https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git"; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-hPFoqNmB8pewvBN1nzVMkTrMHCo0xc8tmmIODaiDeRw="; 13 + sha256 = "sha256-yyjY9Q3eUH+q+o15zFUjOcNz1HpXPCwdcxWXoycOx98="; 14 14 }; 15 15 16 16 nativeBuildInputs = [