Skip to content

Commit d26b62c

Browse files
authored
bloop: 2.0.7 -> 2.0.8 (NixOS#375542)
2 parents b00f4b9 + c05558f commit d26b62c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/bl/bloop/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "bloop";
14-
version = "2.0.7";
14+
version = "2.0.8";
1515

1616
platform =
1717
if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64 then
@@ -42,11 +42,11 @@ stdenv.mkDerivation rec {
4242
url = "https://github.com/scalacenter/bloop/releases/download/v${version}/bloop-${platform}";
4343
sha256 =
4444
if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64 then
45-
"sha256-ztQEzW8bGhTURPpZmYcax8Ms2HJ78XkgEfdFBUQ6rLQ="
45+
"sha256-ItPt5qjfRgtPNg6a/Zlc0ASfdvGXMMKV7SqNEOQ9u28="
4646
else if stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64 then
47-
"sha256-t/+TnMSkJCLYM0nqJVBzdpARqPHB3ojRQZ8iPp0EPlM="
47+
"sha256-zUSDUwZY1id/WFuC87Wa4eB48X4rmXvVC1/b2v5bhw4="
4848
else if stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64 then
49-
"sha256-qnyZxE/Bt+tXz08N60BQaLn7zzGE5eV/5mJ/BHHE8nU="
49+
"sha256-1wsGL1G8/+xMvYNwe7EOyqEuEKDKiwA7yyyjfbGgxJQ="
5050
else
5151
throw "unsupported platform";
5252
};

0 commit comments

Comments
 (0)