Merge pull request #240011 from fabianhjr-dealengine/update-mill

This commit is contained in:
Janik 2023-06-27 20:41:39 +02:00 committed by GitHub
commit c287bba061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mill";
version = "0.11.0";
version = "0.11.1";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-LB7np8LTes97XWnOHxCTYXY5BRZxxJJ4EpMsG4zUHNQ=";
hash = "sha256-qG+Ddn0BHUZX1VX5hO84exgRz8YuUgYF/fH6MmgkrXE";
};
nativeBuildInputs = [ makeWrapper ];
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
SBT, but can also be extended to support any other language or platform via
modules (written in Java or Scala) or through an external subprocesses.
'';
maintainers = with maintainers; [ scalavision ];
maintainers = with maintainers; [ scalavision zenithal ];
platforms = lib.platforms.all;
};
}