Merge pull request #177966 from bryanasdev000/k60383

k6: 0.37.0 -> 0.38.3
This commit is contained in:
Anderson Torres 2022-06-17 02:25:50 -03:00 committed by GitHub
commit 883827facc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "k6";
version = "0.37.0";
version = "0.38.3";
src = fetchFromGitHub {
owner = "grafana";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5pxOg+pwa2VrEWinDadx2ZFYXiQgochbU4bCkJEezQw=";
sha256 = "sha256-MV5GbsXVvq99tI5LCK6VgcXRtNUfffoz3FopwPljhdA=";
};
subPackages = [ "./" ];