We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e5f260 + 2ba03a6 commit 54e4c5bCopy full SHA for 54e4c5b
pkgs/by-name/ci/civo/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "civo";
10
- version = "1.0.88";
+ version = "1.0.89";
11
12
src = fetchFromGitHub {
13
owner = "civo";
14
repo = "cli";
15
rev = "v${version}";
16
- sha256 = "sha256-fPCafa0V5lbzXocUa1gabLxAcPbg8rqOExMT0QnGUk8=";
+ sha256 = "sha256-hX/tmeQYcTDs3JZSFhvzCrcbqvfa78MXtTo8VcuAqxY=";
17
};
18
19
- vendorHash = "sha256-bEyknQc7TCxbWj7VsjJ2WGz65BG8HaP8ldL2kb+bbtc=";
+ vendorHash = "sha256-bwmJnKxdvVskrrTCa0cdpiYeFVZWTYyaFNEbeymT7P0=";
20
21
nativeBuildInputs = [ installShellFiles ];
22
0 commit comments