coder: 0.15.3 -> 0.16.0

This commit is contained in:
R. Ryantm 2023-02-04 11:08:25 +00:00
parent 0a55d764ac
commit eba1867380

View File

@ -5,19 +5,19 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "coder"; pname = "coder";
version = "0.15.3"; version = "0.16.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-d3Cg7G1rjxEqKMsIqxZ6ZZDEMIoisDtjZMmyixZRpF4="; hash = "sha256-3rGpyJzGkZYUEvKKDzj2I5sqrUImmmX7cXWM9UClPLY=";
}; };
# integration tests require network access # integration tests require network access
doCheck = false; doCheck = false;
vendorHash = "sha256-F9r99WhL1Uv5NNVlQYpQc282BAl8bUhJI5mZZYwyEEg="; vendorHash = "sha256-bb9jBno7elO6qKGjacpX3rxgrpJpGpTxMQtdBYjBzMk=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];