mill: 0.6.0 -> 0.6.1 (#81017)
This commit is contained in:
parent
2d7549ae2a
commit
0b919c249f
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mill";
|
pname = "mill";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/lihaoyi/mill/releases/download/${version}/${version}";
|
url = "https://github.com/lihaoyi/mill/releases/download/${version}/${version}";
|
||||||
sha256 = "0pdyv3bk2d50gqqd9h4a2i4yym4k01p7qkwhzz2mxa18f64777s9";
|
sha256 = "1blar5dxhmxlwxhmq8wv0xvhy200qks6xj12n54qx9d5qp300ncw";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.lihaoyi.com/mill;
|
homepage = "https://www.lihaoyi.com/mill";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
description = "A build tool for Scala, Java and more";
|
description = "A build tool for Scala, Java and more";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user