Skip to content

Commit

Permalink
Merge pull request #334380 from r-ryantm/auto-update/civo
Browse files Browse the repository at this point in the history
civo: 1.0.88 -> 1.0.89
  • Loading branch information
NickCao authored Aug 21, 2024
2 parents 0e5f260 + 2ba03a6 commit 54e4c5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ci/civo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "civo";
version = "1.0.88";
version = "1.0.89";

src = fetchFromGitHub {
owner = "civo";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-fPCafa0V5lbzXocUa1gabLxAcPbg8rqOExMT0QnGUk8=";
sha256 = "sha256-hX/tmeQYcTDs3JZSFhvzCrcbqvfa78MXtTo8VcuAqxY=";
};

vendorHash = "sha256-bEyknQc7TCxbWj7VsjJ2WGz65BG8HaP8ldL2kb+bbtc=";
vendorHash = "sha256-bwmJnKxdvVskrrTCa0cdpiYeFVZWTYyaFNEbeymT7P0=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 54e4c5b

Please sign in to comment.