Skip to content

Commit

Permalink
Merge pull request #270594 from a-n-n-a-l-e-e/kotlin-native-hash-update
Browse files Browse the repository at this point in the history
kotlin-native: update darwin hashes; fix build
  • Loading branch information
fabianhjr authored Nov 28, 2023
2 parents b586968 + eb198e3 commit bee5e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/kotlin/native.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
"https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-native-${arch}-${version}.tar.gz";

getHash = arch: {
"macos-aarch64" = "1pn371hy6hkyji4vkfiw3zw30wy0yyfhkxnkkyr8m0609945mkyj";
"macos-x86_64" = "13c28czvja93zaff0kzqf8crzh998l90gznq0cl6k2j3c0jhyrgm";
"macos-aarch64" = "sha256-Yw6IO8pj0C9XHfzVshcovkoFBUXJ3KixhGoybBRFL2U=";
"macos-x86_64" = "sha256-mnDi8dMCDzGsdPdD1dw4YMBxAfo5FvwDJVU/ew70z9U=";
"linux-x86_64" = "sha256-faMuBYUG5qj0N4vg5EcfWIC3UjXiPhFJuikzXVgNsjw=";
}.${arch};
in
Expand Down

0 comments on commit bee5e83

Please sign in to comment.