File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/tools/build-managers/bloop Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111stdenv . mkDerivation rec {
1212 pname = "bloop" ;
13- version = "2.0.3 " ;
13+ version = "2.0.4 " ;
1414
1515 platform =
1616 if stdenv . hostPlatform . isLinux && stdenv . hostPlatform . isx86_64 then "x86_64-pc-linux"
@@ -36,9 +36,9 @@ stdenv.mkDerivation rec {
3636 bloop-binary = fetchurl rec {
3737 url = "https://github.com/scalacenter/bloop/releases/download/v${ version } /bloop-${ platform } " ;
3838 sha256 =
39- if stdenv . hostPlatform . isLinux && stdenv . hostPlatform . isx86_64 then "sha256-aEsEXGaKi+wziNAuuX3s/LWB6/fIjon9NF3w9c/lTUE ="
40- else if stdenv . hostPlatform . isDarwin && stdenv . hostPlatform . isx86_64 then "sha256-dEVWDwFVsg1eqrAAfuuR5FUFyAt44ev7UP7zxByzW14 ="
41- else if stdenv . hostPlatform . isDarwin && stdenv . hostPlatform . isAarch64 then "sha256-0rYdivIas6ECwGPm3bACMzHhS+yxQNLtEPxPQAXkSg0 ="
39+ if stdenv . hostPlatform . isLinux && stdenv . hostPlatform . isx86_64 then "sha256-h1G//MPoqME4WJsYYGiAgIBCeKtsvjLXPEHydJwRKNI ="
40+ else if stdenv . hostPlatform . isDarwin && stdenv . hostPlatform . isx86_64 then "sha256-Tj7rdxbA4kxLSbsuTUkJPRw3P/yQHhypMwih6N/2m6c ="
41+ else if stdenv . hostPlatform . isDarwin && stdenv . hostPlatform . isAarch64 then "sha256-CHYP6EdnpeJR10vgXifsFK2cX8wYk3CqF8z22644ngQ ="
4242 else throw "unsupported platform" ;
4343 } ;
4444
You can’t perform that action at this time.
0 commit comments