coursier: 1.1.0-M10 -> 1.1.0-M14.1

This commit is contained in:
Kevin Rauscher 2019-04-27 19:49:25 +02:00 committed by Tim Steinbach
parent 48415a20b9
commit ea841230b7

View file

@ -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 ];