coder: 0.12.4 -> 0.12.5

This commit is contained in:
R. Ryantm 2022-11-09 16:14:00 +00:00 committed by Bobby Rong
parent 0533be43f1
commit 24658cbd46

View file

@ -5,13 +5,13 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "coder"; pname = "coder";
version = "0.12.4"; version = "0.12.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-RqdnX0oYUmJAzF3FAKHOUNMY5m8FN63c4Z/VBfJrupI="; hash = "sha256-tPpWj2MV2LLIOGq+RTpHpLozgqv7gBgYD3jjehRXOvk=";
}; };
# integration tests require network access # integration tests require network access