upcloud-cli: 3.20.1 -> 3.20.2

This commit is contained in:
R. Ryantm 2025-07-14 11:13:51 +00:00
parent 07e8255edb
commit fa573b86c1

View File

@ -9,16 +9,16 @@
buildGoModule (finalAttrs: {
pname = "upcloud-cli";
version = "3.20.1";
version = "3.20.2";
src = fetchFromGitHub {
owner = "UpCloudLtd";
repo = "upcloud-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-X+nv9MA20z2fJ2N+gyUkwGCHjX2hYMHSv8jfwKbegNE=";
hash = "sha256-M2xGrJKZRlC3YS6JBvLRahX2gm12kctM3waQ1sQ/BHQ=";
};
vendorHash = "sha256-kyIsTNLC1hKsSbZel97eUtBLyH/3iTEvSMsV+6u347c=";
vendorHash = "sha256-EytU3BuAdW3p54SOvgnfohODbd11PYLk4HC5Ix393XU=";
ldflags = [
"-s -w -X github.com/UpCloudLtd/upcloud-cli/v3/internal/config.Version=${finalAttrs.version}"