xtf: 0-unstable-2025-07-26 -> 0-unstable-2025-10-02 (#448278)

This commit is contained in:
jopejoe1
2025-10-10 00:16:14 +00:00
committed by GitHub
+3 -3
View File
@@ -10,7 +10,7 @@
stdenv.mkDerivation {
pname = "xtf";
version = "0-unstable-2025-07-26";
version = "0-unstable-2025-10-02";
outputs = [
"out" # xtf-runner and test suite.
@@ -20,8 +20,8 @@ stdenv.mkDerivation {
src = fetchgit {
url = "https://xenbits.xenproject.org/git-http/xtf.git";
rev = "0cbf4c35b06b2b285fc325b8458132e844c5cf0e";
hash = "sha256-sCNHhh6ZkMder1PSokfukKfcP8cVIIz8NiHH/4Yx3sE=";
rev = "453490df6f65fb503a39b1bddf0093441eece9ae";
hash = "sha256-YHECFZCl5VgpSv9+OoT5BXpC/tzSVFylrPKK1PrYAOo=";
};
nativeBuildInputs =