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

mill: 0.8.0 -> 0.9.3
This commit is contained in:
Sandro 2020-11-28 21:22:55 +01:00 committed by GitHub
commit cf25bfeb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mill";
version = "0.8.0";
version = "0.9.3";
src = fetchurl {
url = "https://github.com/lihaoyi/mill/releases/download/${version}/${version}";
sha256 = "04pf76iyrbq2h2hksx0r2fmnd0d9mi6an24zvfv7k79rch11cql1";
sha256 = "0x9mvcm5znyi7w6cpiasj2v6f63y7d8qdck7lx03p2k6i9aa2f77";
};
nativeBuildInputs = [ makeWrapper ];