mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
azure-cli: azure-mgmt-devtestlabs
has wrong SRI hash
Nix does not care too much about this, but this is problematic for evaluators which are strict, like Tvix. In the future, my wish is that Nix becomes stricter on those SRI hashes as this is somewhat problematic to accept arbitrary padding.
This commit is contained in:
parent
390e6ed05d
commit
4b066eda15
@ -169,7 +169,7 @@ let
|
||||
});
|
||||
|
||||
azure-mgmt-devtestlabs = overrideAzureMgmtPackage super.azure-mgmt-devtestlabs "4.0.0" "zip"
|
||||
"sha256-WVScTEBo8mRmsQl7V0qOUJn7LNbIvgoAOVsG07KeJ40=r";
|
||||
"sha256-WVScTEBo8mRmsQl7V0qOUJn7LNbIvgoAOVsG07KeJ40=";
|
||||
|
||||
azure-mgmt-loganalytics = overrideAzureMgmtPackage super.azure-mgmt-loganalytics "13.0.0b4" "zip"
|
||||
"sha256-Jm1t7v5vyFjNNM/evVaEI9sXJKNwJk6XAXuJSRSnKHk=";
|
||||
|
Loading…
Reference in New Issue
Block a user