doctl: 1.102.0 -> 1.104.0

This commit is contained in:
R. Ryantm 2024-01-30 02:19:11 +00:00
parent 1000d29be1
commit 699c7d2efa

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "doctl";
version = "1.102.0";
version = "1.104.0";
vendorHash = null;
@ -31,7 +31,7 @@ buildGoModule rec {
owner = "digitalocean";
repo = "doctl";
rev = "v${version}";
sha256 = "sha256-TCIdrdCXFaJetP4GgrIn7vy4frMzCTmUsWPVN5pUTD4=";
sha256 = "sha256-Ww2tQi6ldRP142AIhLpwWNH4l9DCvUrMSZXCzPrxkxg=";
};
meta = with lib; {