Unverified Commit 4a8147ee authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260224 from aaronjheng/k6

k6: 0.46.0 -> 0.47.0
parents b9839d97 8b1d51a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "k6";
  version = "0.46.0";
  version = "0.47.0";

  src = fetchFromGitHub {
    owner = "grafana";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-4ucnq/FTvdDpzf1RWRY+U5A+BCaaQWMTEaZtmU0JD90=";
    hash = "sha256-90r6dyesYfa/eC/joUDPDfGU8r8qbPzzhwf0EwnGee0=";
  };

  subPackages = [ "./" ];