mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
hcloud: 1.37.0 -> 1.38.3
Diff: https://github.com/hetznercloud/cli/compare/refs/tags/v1.37.0...v1.38.3 Changelog: https://github.com/hetznercloud/cli/releases/tag/v1.38.3
This commit is contained in:
parent
7558508c8f
commit
7d121ddcf2
@ -6,16 +6,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "hcloud";
|
||||
version = "1.37.0";
|
||||
version = "1.38.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hetznercloud";
|
||||
repo = "cli";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-6UQaO2ArAYd6Lr1maciC83k1GlR8FLx+acAZh6SjI3g=";
|
||||
hash = "sha256-argcQvt4875TNOX5P5sOF41u6GcFq79gnH41To73foM=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-mxAG3o3IY70xn8WymUzF96Q2XWwQ0efWrrw1VV4Y8HU=";
|
||||
vendorHash = "sha256-RXojFeT80oroBSweyb0eYo+LC/JTi1F3LmQ10XpnEXA=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
|
Loading…
Reference in New Issue
Block a user