Skip to content

Commit

Permalink
fix_:add x86_64-darwin hash for codecov pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mendelskiv93 committed Sep 26, 2024
1 parent a15b5f2 commit 1e8b012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/pkgs/codecov-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
};
Expand Down

0 comments on commit 1e8b012

Please sign in to comment.