civo: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2025-05-11 08:03:45 +00:00
parent 88cb04966c
commit 84eb337e6f

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "civo";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "civo";
repo = "cli";
rev = "v${version}";
hash = "sha256-+gDdUbVgAaid1Eufd1xpvRyVtIOxcU0ZoSyJy1wlAfI=";
hash = "sha256-NREiQA/zAxClwKZDq5SR43/AAT6HqdfR6/ud9Xhe5rM=";
};
vendorHash = "sha256-yRhY/+lDZ3dOVj34tD+1YLU178LSgSb9YVBVZfnoVIg=";
vendorHash = "sha256-xSvq8ZrkdzRhfD2gPKSJkLnwVQuFuWnSYJ89iUDOpUU=";
nativeBuildInputs = [ installShellFiles ];