Skip to content

Commit 600b0e2

Browse files
authored
bloop: 2.0.5 -> 2.0.6 (NixOS#364956)
2 parents 0b53eb4 + 8e34f54 commit 600b0e2

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.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
};

0 commit comments

Comments
 (0)