Merge pull request #97948 from JesusMtnez/coursier

coursier: 2.0.0-RC6-25 -> 2.0.0-RC6-26
This commit is contained in:
Ryan Mulligan 2020-09-16 07:56:39 -07:00 committed by GitHub
commit 31630b0425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
pname = "coursier";
version = "2.0.0-RC6-25";
version = "2.0.0-RC6-26";
src = fetchurl {
url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier";
sha256 = "0hkkfm18v2hvkf344ln9ka8gi3jdl6bvqpafc6h06f06vmp8prch";
sha256 = "0dpm1q4vxhv9ji87qdnsqvdmi0k5757kkd3p83g116skpkzmymvq";
};
nativeBuildInputs = [ makeWrapper ];