coder: 0.13.3 -> 0.13.6

This commit is contained in:
R. Ryantm
2023-01-11 22:09:25 +08:00
committed by Bobby Rong
parent 28c7ef7f77
commit 2ff336107f
+3 -3
View File
@@ -5,19 +5,19 @@
}:
buildGoModule rec {
pname = "coder";
version = "0.13.3";
version = "0.13.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-26RvDJ890MclDB4rtYQ7CcB3NQRXC7sI2cXd689Eq6E=";
hash = "sha256-F1nimZsOhm1TPFDC6oZjAE6BfPc85tWCsv6HQUXCd2c=";
};
# integration tests require network access
doCheck = false;
vendorHash = "sha256-tdqqGM2b8un4BFtvRJsmiIGdb1AOKP8XxcgGg2DilXA=";
vendorHash = "sha256-vK4QfVCyxu7KOOfCpOnkXDlVQJo6kujP203K9VXr4YA=";
nativeBuildInputs = [ installShellFiles ];