ovhcloud-cli: 0.11.0 -> 0.12.0

This commit is contained in:
R. Ryantm
2026-05-29 13:35:45 +00:00
parent dd73bc6395
commit 352dc08899
+3 -3
View File
@@ -8,16 +8,16 @@
buildGo126Module (finalAttrs: {
pname = "ovhcloud-cli";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "ovh";
repo = "ovhcloud-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-MiDX819XWBdtaeVwTRDMuuvmfWRQ0qhi3gQABHVQR3k=";
hash = "sha256-t9opJiNvSWhaVVILkhvfXRh9fQKrrbzuJZDJ+vRNvEc=";
};
vendorHash = "sha256-fDn6MUD2jr06T66xSxUtNFsL+upF1M2tD6IVdzhgfVI=";
vendorHash = "sha256-gN6XQj0bjkeJq9coB7jBliyurrt4L+detXkTDSTN5lo=";
env.CGO_ENABLED = 0;