summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/coursier
diff options
context:
space:
mode:
authorJesusMtnez <jesusmartinez93@gmail.com>2020-10-05 11:31:15 +0200
committerJesusMtnez <jesusmartinez93@gmail.com>2020-10-05 11:31:15 +0200
commitd21f278bceb9784c3aa16d6827dfcf87aa5becbd (patch)
tree17d329291c49ee64607d314b5b1c2666e9297684 /pkgs/development/tools/coursier
parent5837509c6591ad9bbb321a87deff1d4d92f5d11e (diff)
coursier: 2.0.0-RC6-27 -> 2.0.0
Diffstat (limited to 'pkgs/development/tools/coursier')
-rw-r--r--pkgs/development/tools/coursier/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/coursier/default.nix b/pkgs/development/tools/coursier/default.nix
index 62eec811f31a..46c57607a51e 100644
--- a/pkgs/development/tools/coursier/default.nix
+++ b/pkgs/development/tools/coursier/default.nix
@@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
pname = "coursier";
- version = "2.0.0-RC6-27";
+ version = "2.0.0";
src = fetchurl {
url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
- sha256 = "1f98gsbxpha54nplw6y9hf338alwj2aalgr59fl51zjg1axs6cv6";
+ sha256 = "07j113cszd4wggm8js4jl1lhg88mfs46nl2xf1733icz7p5rvjim";
};
nativeBuildInputs = [ makeWrapper ];