Merge pull request #236782 from r-ryantm/auto-update/mill

mill: 0.10.12 -> 0.11.0
This commit is contained in:
Weijia Wang 2023-06-11 22:10:17 +03:00 committed by GitHub
commit a7e94ff856
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.10.12";
version = "0.11.0";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-MlPnJMuz35Zd+VQwvsadRRPULebR7GWN1vGV+cJ7s4c=";
hash = "sha256-LB7np8LTes97XWnOHxCTYXY5BRZxxJJ4EpMsG4zUHNQ=";
};
nativeBuildInputs = [ makeWrapper ];