Merge pull request #33409 from volth/patch-76

coursier: 1.0.0-RC13 -> 1.0.0
This commit is contained in:
adisbladis 2018-01-04 09:47:02 +01:00 committed by GitHub
commit 8661c59149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "coursier-${version}";
version = "1.0.0-RC13";
version = "1.0.0";
src = fetchurl {
url = "https://github.com/coursier/coursier/raw/v${version}/coursier";
sha256 = "18i7imd6lqkvpzhx1m72g6jwsqq7h6aisfny5aiccgnyg6jpag6i";
sha256 = "0167cgp3kqx336p8dmlxx57bi3lhzyp6ncly28v1s7r2sjxj9krj";
};
nativeBuildInputs = [ makeWrapper ];