xtf: 0-unstable-2025-05-19 -> 0-unstable-2025-07-24

This commit is contained in:
R. Ryantm
2025-07-25 23:49:01 +00:00
parent 33d3d008a8
commit ef746fa557
+3 -3
View File
@@ -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 =