summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/coursier
diff options
context:
space:
mode:
authorTamer Abdulradi <tamer@abdulradi.com>2020-02-10 12:41:54 +0100
committerGitHub <noreply@github.com>2020-02-10 12:41:54 +0100
commit05d52e28c64063d230a00409cd8fc13a194b3d25 (patch)
tree172fa3c96a5f4146b9b4332cf8074fb3aae049a7 /pkgs/development/tools/coursier
parent9a329b1dee87ecda67aa7b1e565d2fafaeaae08a (diff)
Upgrades coursier to 2.0.0-RC6-4
Diffstat (limited to 'pkgs/development/tools/coursier')
-rw-r--r--pkgs/development/tools/coursier/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/coursier/default.nix b/pkgs/development/tools/coursier/default.nix
index 09e6513d2b16..41303439d76b 100644
--- a/pkgs/development/tools/coursier/default.nix
+++ b/pkgs/development/tools/coursier/default.nix
@@ -3,16 +3,16 @@
let
zshCompletion = version: fetchurl {
url = "https://raw.githubusercontent.com/coursier/coursier/v${version}/modules/cli/src/main/resources/completions/zsh";
- sha256 = "0gfr1q66crh6si4682xbxnj41igws83qj710npgm2bvq90xa8m49";
+ sha256 = "1mn6cdmf59nkz5012wgd3gd6hpk2w4629sk8z95230ky8487dac3";
};
in
stdenv.mkDerivation rec {
pname = "coursier";
- version = "2.0.0-RC3-3";
+ version = "2.0.0-RC6-4";
src = fetchurl {
url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
- sha256 = "1qrybajwk46h6d1yp6n4zxdvrfl19lqhjsqxbm48vk3wbvj31vyl";
+ sha256 = "0i8jvs5l7f2xzkdlxk784mx5h86hq7xh5ffzb4zalczw9bzmmds1";
};
nativeBuildInputs = [ makeWrapper ];