lol
0
fork

Configure Feed

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

k6: 1.2.3 -> 1.3.0

R. Ryantm 966ae9d3 77ac76b5

+2 -2
+2 -2
pkgs/by-name/k6/k6/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "k6"; 11 - version = "1.2.3"; 11 + version = "1.3.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "grafana"; 15 15 repo = "k6"; 16 16 rev = "v${version}"; 17 - hash = "sha256-2WdaROZ9rR/Eobev274+3O/r474HimSwjRkWcp6kBu8="; 17 + hash = "sha256-eD5MlKdC/hQbb6XdMl3stMPZkhCEKom0hfMd0qHp/ek="; 18 18 }; 19 19 20 20 subPackages = [ "./" ];