xfstests: 2026.05.17 -> 2026.06.21 (#543568)

This commit is contained in:
Michael Daniels
2026-07-21 00:29:01 +00:00
committed by GitHub
+2 -2
View File
@@ -38,11 +38,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xfstests";
version = "2026.05.17";
version = "2026.06.21";
src = fetchzip {
url = "https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/snapshot/xfstests-dev-v${finalAttrs.version}.tar.gz";
hash = "sha256-vfK4PcPdd1121lcjhjP63RyS6YdFfgZ6Nsauv02b1S8=";
hash = "sha256-hngS9Hnsz9XKQ42yh6mcXHiTOzL+Zk9hRpai7e2tU0E=";
};
nativeBuildInputs = [