upcloud-cli: 3.20.1 -> 3.20.2
This commit is contained in:
parent
07e8255edb
commit
fa573b86c1
@ -9,16 +9,16 @@
|
|||||||
|
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "upcloud-cli";
|
pname = "upcloud-cli";
|
||||||
version = "3.20.1";
|
version = "3.20.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "UpCloudLtd";
|
owner = "UpCloudLtd";
|
||||||
repo = "upcloud-cli";
|
repo = "upcloud-cli";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-X+nv9MA20z2fJ2N+gyUkwGCHjX2hYMHSv8jfwKbegNE=";
|
hash = "sha256-M2xGrJKZRlC3YS6JBvLRahX2gm12kctM3waQ1sQ/BHQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-kyIsTNLC1hKsSbZel97eUtBLyH/3iTEvSMsV+6u347c=";
|
vendorHash = "sha256-EytU3BuAdW3p54SOvgnfohODbd11PYLk4HC5Ix393XU=";
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s -w -X github.com/UpCloudLtd/upcloud-cli/v3/internal/config.Version=${finalAttrs.version}"
|
"-s -w -X github.com/UpCloudLtd/upcloud-cli/v3/internal/config.Version=${finalAttrs.version}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user