coursier: 2.0.0-RC6-25 -> 2.0.0-RC6-26

This commit is contained in:
JesusMtnez 2020-09-14 06:41:44 +02:00
parent 45b9b512a1
commit aff7ee1252
No known key found for this signature in database
GPG Key ID: D54244C88732F2A1

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