fix_:add x86_64-darwin hash for codecov pkgs

This commit is contained in:
Vedran Mendelski 2024-09-26 20:20:59 +02:00
parent a15b5f2e72
commit 1e8b012347
No known key found for this signature in database
GPG Key ID: 14CE852FDECE9BAF
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ in stdenv.mkDerivation rec {
url = "https://cli.codecov.io/v${version}/${platform}/codecov";
hash = lib.getAttr builtins.currentSystem {
aarch64-darwin = "sha256-CB1D8/zYF23Jes9sd6rJiadDg7nwwee9xWSYqSByAlU=";
x86_64-darwin = "sha256-CB1D8/zYF23Jes9sd6rJiadDg7nwwee9xWSYqSByAlU=";
x86_64-linux = "sha256-65AgCcuAD977zikcE1eVP4Dik4L0PHqYzOO1fStNjOw=";
aarch64-linux = "sha256-hALtVSXY40uTIaAtwWr7EXh7zclhK63r7a341Tn+q/g=";
};