Skip to content

Commit f1d0a4a

Browse files
authored
civo: 1.2.2 -> 1.2.3 (#406109)
2 parents 1df1da4 + 84eb337 commit f1d0a4a

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.2.2";
10+
version = "1.2.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "civo";
1414
repo = "cli";
1515
rev = "v${version}";
16-
hash = "sha256-+gDdUbVgAaid1Eufd1xpvRyVtIOxcU0ZoSyJy1wlAfI=";
16+
hash = "sha256-NREiQA/zAxClwKZDq5SR43/AAT6HqdfR6/ud9Xhe5rM=";
1717
};
1818

19-
vendorHash = "sha256-yRhY/+lDZ3dOVj34tD+1YLU178LSgSb9YVBVZfnoVIg=";
19+
vendorHash = "sha256-xSvq8ZrkdzRhfD2gPKSJkLnwVQuFuWnSYJ89iUDOpUU=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)