Skip to content

Commit 85bcb27

Browse files
committed
bloop: 1.6.0 -> 2.0.0
1 parent 5c82cc8 commit 85bcb27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/build-managers/bloop/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
stdenv.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

0 commit comments

Comments
 (0)