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.5 " ;
14+ version = "2.0.6 " ;
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-COsGPMCsl3hTcw9JOZ6/LnQAhsNCXMvC0sDLqhHrY1o ="
45+ "sha256-9AhQpaahhUvWVZBx2O6KsCON60EXC1bJlMxxgJj9oMA ="
4646 else if stdenv . hostPlatform . isDarwin && stdenv . hostPlatform . isx86_64 then
47- "sha256-oXfdHIvmEtjh+Ohpu8R2VbrR+YbEQKI6l2cYiG/kQnk ="
47+ "sha256-qu8Q7GqEkWCRHyslTCRPe5EdBH7GTXyonaXnJ6DYSlw ="
4848 else if stdenv . hostPlatform . isDarwin && stdenv . hostPlatform . isAarch64 then
49- "sha256-+C8uY1TsqCy0Ml7GBovjGN4rAzkTqRSv5M0EI0l2tds ="
49+ "sha256-j4lM32BLF6aPH/7Y7H18HHmvprjKUqdmbqvdWXpD9uE ="
5050 else
5151 throw "unsupported platform" ;
5252 } ;
You can’t perform that action at this time.
0 commit comments