File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212stdenv . 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 } ;
You can’t perform that action at this time.
0 commit comments