bloop: 2.0.7 -> 2.0.8 (#375542)

authored by

Jakub Kozłowski and committed by
GitHub
d26b62c6 b00f4b9a

+4 -4
+4 -4
pkgs/by-name/bl/bloop/package.nix
··· 11 12 stdenv.mkDerivation rec { 13 pname = "bloop"; 14 - version = "2.0.7"; 15 16 platform = 17 if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64 then ··· 42 url = "https://github.com/scalacenter/bloop/releases/download/v${version}/bloop-${platform}"; 43 sha256 = 44 if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64 then 45 - "sha256-ztQEzW8bGhTURPpZmYcax8Ms2HJ78XkgEfdFBUQ6rLQ=" 46 else if stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64 then 47 - "sha256-t/+TnMSkJCLYM0nqJVBzdpARqPHB3ojRQZ8iPp0EPlM=" 48 else if stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64 then 49 - "sha256-qnyZxE/Bt+tXz08N60BQaLn7zzGE5eV/5mJ/BHHE8nU=" 50 else 51 throw "unsupported platform"; 52 };
··· 11 12 stdenv.mkDerivation rec { 13 pname = "bloop"; 14 + version = "2.0.8"; 15 16 platform = 17 if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64 then ··· 42 url = "https://github.com/scalacenter/bloop/releases/download/v${version}/bloop-${platform}"; 43 sha256 = 44 if stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64 then 45 + "sha256-ItPt5qjfRgtPNg6a/Zlc0ASfdvGXMMKV7SqNEOQ9u28=" 46 else if stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64 then 47 + "sha256-zUSDUwZY1id/WFuC87Wa4eB48X4rmXvVC1/b2v5bhw4=" 48 else if stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64 then 49 + "sha256-1wsGL1G8/+xMvYNwe7EOyqEuEKDKiwA7yyyjfbGgxJQ=" 50 else 51 throw "unsupported platform"; 52 };