coder: 0.13.2 -> 0.13.3

This commit is contained in:
R. Ryantm 2022-12-17 02:33:13 +00:00
parent d154d50e2c
commit c9ad861d93

View file

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "coder";
version = "0.13.2";
version = "0.13.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-iuNTp+28tOggK3fgsa7yHmqXKz/zW/o47e5UKNppNWs=";
hash = "sha256-26RvDJ890MclDB4rtYQ7CcB3NQRXC7sI2cXd689Eq6E=";
};
# integration tests require network access