xk6: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm
2025-12-24 06:36:21 +00:00
parent e54fe91cde
commit 5250c8f142
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "xk6";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "grafana";
repo = "xk6";
tag = "v${version}";
hash = "sha256-Ewbx53+fdAIhFLJcNBBtp+xd0k1jtjgQKm8AQNYtSMs=";
hash = "sha256-5ZrkSYJlHRaEc8Quv2EoPAHp2Th9mE/Vi/scwPt/maE=";
};
vendorHash = null;