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 1df1da4 + 84eb337 commit f1d0a4aCopy full SHA for f1d0a4a
pkgs/by-name/ci/civo/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "civo";
10
- version = "1.2.2";
+ version = "1.2.3";
11
12
src = fetchFromGitHub {
13
owner = "civo";
14
repo = "cli";
15
rev = "v${version}";
16
- hash = "sha256-+gDdUbVgAaid1Eufd1xpvRyVtIOxcU0ZoSyJy1wlAfI=";
+ hash = "sha256-NREiQA/zAxClwKZDq5SR43/AAT6HqdfR6/ud9Xhe5rM=";
17
};
18
19
- vendorHash = "sha256-yRhY/+lDZ3dOVj34tD+1YLU178LSgSb9YVBVZfnoVIg=";
+ vendorHash = "sha256-xSvq8ZrkdzRhfD2gPKSJkLnwVQuFuWnSYJ89iUDOpUU=";
20
21
nativeBuildInputs = [ installShellFiles ];
22
0 commit comments