updatecli: 0.76.1 -> 0.77.0

This commit is contained in:
R. Ryantm 2024-05-13 22:14:49 +00:00
parent 7715ce37e7
commit d1ec9d4883

View File

@ -8,16 +8,16 @@
buildGoModule rec { buildGoModule rec {
pname = "updatecli"; pname = "updatecli";
version = "0.76.1"; version = "0.77.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "updatecli"; owner = "updatecli";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-C+PWuFjTxmD+/qUsuJDueNrhFXKqu0PZnLPlQ3KJQlE="; hash = "sha256-sBkTdr4/DqNrCxtaM1tVTx+rQ1dvJ1KwlFvAJHIZCuw=";
}; };
vendorHash = "sha256-STiVtzA78zeo5wywwzvA0dqmBW3REUvcpOXuWjpxReY="; vendorHash = "sha256-xY2nNDMnUyV2sOMOJfSHbXaEU/gOKfZkA77d0lhDlgg=";
# tests require network access # tests require network access
doCheck = false; doCheck = false;