mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 13:28:12 +00:00
scaleway-cli: 2.20.0 -> 2.21.0
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.20.0...v2.21.0
This commit is contained in:
parent
ec72e4f98a
commit
d94a29b4ae
@ -2,16 +2,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "scaleway-cli";
|
||||
version = "2.20.0";
|
||||
version = "2.21.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "scaleway";
|
||||
repo = "scaleway-cli";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-zKqYbvSawu+xtDCxe31ERrjCMo4WLimbwAQX9mWvI7k=";
|
||||
sha256 = "sha256-VZ3yCgO110t920T0vWP3IwdphlsZrWbJj5nXX70mtJ4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-UR7ZohQeLWux9AAvOUgtPA4F/qZXlx1vNjYrwal+Sac=";
|
||||
vendorHash = "sha256-MVBxtd+MZ6aS/fJn/+/a2jjh1rKjeT5BiHF2mzg95C8=";
|
||||
|
||||
ldflags = [
|
||||
"-w"
|
||||
|
Loading…
Reference in New Issue
Block a user