lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

k6: 0.46.0 -> 0.47.0

+2 -2
+2 -2
pkgs/development/tools/k6/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "k6"; 5 - version = "0.46.0"; 5 + version = "0.47.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "grafana"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-4ucnq/FTvdDpzf1RWRY+U5A+BCaaQWMTEaZtmU0JD90="; 11 + hash = "sha256-90r6dyesYfa/eC/joUDPDfGU8r8qbPzzhwf0EwnGee0="; 12 12 }; 13 13 14 14 subPackages = [ "./" ];