civo: 1.1.91 -> 1.1.92

This commit is contained in:
R. Ryantm 2024-11-12 12:13:23 +00:00
parent 0488e230e6
commit 44f08394de

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "civo";
version = "1.1.91";
version = "1.1.92";
src = fetchFromGitHub {
owner = "civo";
repo = "cli";
rev = "v${version}";
hash = "sha256-1RemtyaIyL5OqAfl+njL/DeFXPMUT5vghXwHOjmsgl0=";
hash = "sha256-nsH/6OVvCOU4f9UZNFOm9AtyN9L4tXB285580g3SsxE=";
};
vendorHash = "sha256-dzhSfC864ievkbM0Mt6itlAzlk3211tQmpFrCYFR0s8=";
vendorHash = "sha256-G3ijLi3ZbURVHkjUwylFWwxRyxroppVUFJveKw5qLq8=";
nativeBuildInputs = [ installShellFiles ];