civo: 1.0.77 -> 1.0.80

This commit is contained in:
R. Ryantm 2024-04-03 06:24:38 +00:00
parent ce93557538
commit ad30c640d6

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "civo";
version = "1.0.77";
version = "1.0.80";
src = fetchFromGitHub {
owner = "civo";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-W9CJAFLGarDG/Y8g2Whoh4v9hxqb8txuLfAkooW8PNM=";
sha256 = "sha256-jzz9mny59YM5PLcQvcus3gHuRSbl/OISAOjDoS/4Y78=";
};
vendorHash = "sha256-Uh2/4qdJQfqQdjXbOBkUVv2nF1AN+QRKRI0+yta+G5Q=";