doctl: 1.125.1 -> 1.127.0 (#408099)

This commit is contained in:
Nikolay Korotkiy
2025-05-18 11:36:05 +04:00
committed by GitHub
+6 -6
View File
@@ -9,7 +9,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.125.1";
version = "1.127.0";
vendorHash = null;
@@ -41,15 +41,15 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-9i8XtxCHnK+81JrjElv7lfS43vmzGBKoGAhsC/RHrz4=";
tag = "v${version}";
hash = "sha256-wdba3kly0Iqsqs0i+AGMsNtzO3dsFIZVc0g0arL/NfM=";
};
meta = with lib; {
meta = {
description = "Command line tool for DigitalOcean services";
mainProgram = "doctl";
homepage = "https://github.com/digitalocean/doctl";
license = licenses.asl20;
maintainers = [ maintainers.siddharthist ];
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.siddharthist ];
};
}