File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/tools/build-managers/bloop Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111stdenv . mkDerivation rec {
1212 pname = "bloop" ;
13- version = "1.6 .0" ;
13+ version = "2.0 .0" ;
1414
1515 platform =
1616 if stdenv . isLinux && stdenv . isx86_64 then "x86_64-pc-linux"
@@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
3535 bloop-binary = fetchurl rec {
3636 url = "https://github.com/scalacenter/bloop/releases/download/v${ version } /bloop-${ platform } " ;
3737 sha256 =
38- if stdenv . isLinux && stdenv . isx86_64 then "sha256-f7ZmjDO8L3hcYkaxiwf5BBD44hBiBhNovylM4B308bI ="
39- else if stdenv . isDarwin && stdenv . isx86_64 then "sha256-xXkWQ9dMZrSXZHrU1YxTxfDwGEj9y8/ARlypUNLnloo ="
38+ if stdenv . isLinux && stdenv . isx86_64 then "sha256-SnDXAkNu//Dn24FaQcACEBEJODlrhvpQ8uNbge99nGA ="
39+ else if stdenv . isDarwin && stdenv . isx86_64 then "sha256-MfenrNbL1UBC4t/0w9MTDI+kz2HKv7xJcmA57qBbMFw ="
4040 else throw "unsupported platform" ;
4141 } ;
4242
You can’t perform that action at this time.
0 commit comments