scaleway-cli: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 06:48:55 +10:00
parent d53e83dd7d
commit 97b4196fbc
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "yYzcziEKPSiMvw9LWd60MkHmYFAvN7Qza6Z117NOOv0=";
};
vendorSha256 = "0V9sHi/E095txnfF8YFW5O7o0e1H3sdn3tw5LqB92tI=";
vendorSha256 = "7cGVeja1YE96PEV1IRklyh6MeMDFAP+2TpYvvFkBYnQ=";
# some tests require network access to scaleway's API, failing when sandboxed
doCheck = false;

View File

@ -30539,7 +30539,9 @@ with pkgs;
scaleft = callPackage ../applications/networking/scaleft { };
scaleway-cli = callPackage ../tools/admin/scaleway-cli { };
scaleway-cli = callPackage ../tools/admin/scaleway-cli {
buildGoModule = buildGo117Module;
};
beancount = with python3.pkgs; toPythonApplication beancount;