Unverified Commit e03705d4 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

xtf: 0-unstable-2025-05-19 -> 0-unstable-2025-07-24 (#428475)

parents 5ca1168b ef746fa5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

stdenv.mkDerivation {
  pname = "xtf";
  version = "0-unstable-2025-05-19";
  version = "0-unstable-2025-07-24";

  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 = "419daf21e0685a1c9ca519bb744f4aadf992e007";
    hash = "sha256-yCBEUd+0c6D5InoO67p1Ip1bi8qpwPG9CKQtXN7pDIg=";
    rev = "1f7323571e7be793a2f969eaf95273564f323b0d";
    hash = "sha256-cqechUi+UbrvNni9wryxWCtXw2+rDGfqpq0DE4INlPw=";
  };

  nativeBuildInputs =