Merge pull request #168294 from ZenithalHourlyRate/mill-0.10.3

mill: 0.10.2 -> 0.10.3
This commit is contained in:
Bobby Rong 2022-04-15 19:40:08 +08:00 committed by GitHub
commit 3137282988
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.2";
version = "0.10.3";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-lx5saJdGsMS7DLaUngoauzFS1UG4QYvrELEvTjIa1oQ=";
hash = "sha256-pTQigt8sG+4AzDc3Fav/Qn27CNH0lIHuQ3QMA5uMdqI=";
};
nativeBuildInputs = [ makeWrapper ];