File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2222 x86_64-linux = "x64" ;
2323 aarch64-linux = "arm64" ;
2424 x86_64-darwin = "x64" ;
25+ aarch64-darwin = "arm64" ;
2526 }
2627 . "${ stdenv . hostPlatform . system } " or ( throw "Unsupported system: ${ stdenv . hostPlatform . system } " ) ;
2728 hash =
2829 {
2930 x64-linux_hash = "sha256-PwHIUbXxk9VOKd+I7EcrTEYlikfw2NUdO6IQdiQWhWs=" ;
3031 arm64-linux_hash = "sha256-uu7iVexyss29Q7mZ280KeDLZWp6wwCh+TJj9XeZc/lQ=" ;
3132 x64-osx_hash = "sha256-POjIY2iPoYOQQci6AV/7X8t7GGbxVqROjlMzwERH/3c=" ;
33+ arm64-osx_hash = "sha256-JSdiyA0opa4dy5/RTSn/QvnKJ9VCWJcGhTkH5YIi5lg=" ;
3234 }
3335 . "${ arch } -${ os } _hash" ;
3436in
@@ -79,6 +81,7 @@ stdenv.mkDerivation rec {
7981 "x86_64-linux"
8082 "aarch64-linux"
8183 "x86_64-darwin"
84+ "aarch64-darwin"
8285 ] ;
8386 } ;
8487}
Original file line number Diff line number Diff line change @@ -40,3 +40,4 @@ updateVersion $latestVersion
4040updateHash $latestVersion x64 linux
4141updateHash $latestVersion arm64 linux
4242updateHash $latestVersion x64 osx
43+ updateHash $latestVersion arm64 osx
You can’t perform that action at this time.
0 commit comments