Skip to content

Commit 2ba03a6

Browse files
r-ryantmNickCao
authored andcommitted
civo: 1.0.88 -> 1.0.89
1 parent fcdecc2 commit 2ba03a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ci/civo/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "civo";
10-
version = "1.0.88";
10+
version = "1.0.89";
1111

1212
src = fetchFromGitHub {
1313
owner = "civo";
1414
repo = "cli";
1515
rev = "v${version}";
16-
sha256 = "sha256-fPCafa0V5lbzXocUa1gabLxAcPbg8rqOExMT0QnGUk8=";
16+
sha256 = "sha256-hX/tmeQYcTDs3JZSFhvzCrcbqvfa78MXtTo8VcuAqxY=";
1717
};
1818

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

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)