We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b628c0c commit 67baed8Copy full SHA for 67baed8
tooling/codeql/codeql-cli/2.16.0.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
11
12
src = fetchzip {
13
url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql-${platform}.zip";
14
- hash = "sha256-trWUSMOT7h7J5ejjp9PzhGgBS3DYsJxzcv6aYKuk8TI=";
+ hash = if platform == "osx64" then "sha256-trWUSMOT7h7J5ejjp9PzhGgBS3DYsJxzcv6aYKuk8TI=" else "sha256-ztvKlNbqWcH93AB/Mum9jM81ssxiGcbkBROEANFGXis=";
15
};
16
17
buildInputs = if (lib.length withExtractors) == 0 then [ ] else withExtractors;
0 commit comments