1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

exoscale-cli: use buildGoPackage

This commit is contained in:
Mario Rodas 2020-08-10 04:20:00 -05:00
parent 652b68c0e4
commit 276d14f3ea

View file

@ -1,6 +1,6 @@
{ stdenv, buildGo114Package, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGo114Package rec {
buildGoPackage rec {
pname = "exoscale-cli";
version = "1.16.0";