From eda0a02d0b810846d6ec2fbfaeed7d9ff0781e81 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 3 Oct 2025 16:06:02 +0000 Subject: [PATCH] xtf: 0-unstable-2025-07-26 -> 0-unstable-2025-10-02 --- pkgs/by-name/xt/xtf/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/xt/xtf/package.nix b/pkgs/by-name/xt/xtf/package.nix index f34e9964506e..80fc617684a6 100644 --- a/pkgs/by-name/xt/xtf/package.nix +++ b/pkgs/by-name/xt/xtf/package.nix @@ -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 =