xk6: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm
2025-10-22 22:35:06 +00:00
parent 90debb4165
commit 50408122ea
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "xk6";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "grafana";
repo = "xk6";
tag = "v${version}";
hash = "sha256-qZCOsduj/oSizkEgy/MydYc5CQiBHgEnxjWeoS2EMX4=";
hash = "sha256-he6m5mkQ5Pp8hWPEU+/PD/ADCk0AQOyTAO8CVeNUa8o=";
};
vendorHash = null;