summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/coursier
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2019-04-27 19:49:25 +0200
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2019-04-27 17:49:33 -0400
commitea841230b710ad259b8c5c1f919316fc79db999d (patch)
tree41b947a28d2ce3d39f414c33ea8fde5ae18fa93e /pkgs/development/tools/coursier
parent48415a20b9587e22b3e49af5447ca997b833341d (diff)
coursier: 1.1.0-M10 -> 1.1.0-M14.1
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 bd9dbbb71742..07763e3fa68c 100644
--- a/pkgs/development/tools/coursier/default.nix
+++ b/pkgs/development/tools/coursier/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "coursier-${version}";
- version = "1.1.0-M10";
+ version = "1.1.0-M14-1";
src = fetchurl {
- url = "https://github.com/coursier/coursier/raw/v${version}/coursier";
- sha256 = "14iq0717vdm0mj0196idc724vmxp1y0f3gfn41sbqahfhvcx05y8";
+ url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
+ sha256 = "0km9bxhch2bh7v6yi5jzyvq95fwdmccwqmbiznzhz4iqij8y066w";
};
nativeBuildInputs = [ makeWrapper ];