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

mill: 0.9.10 -> 0.9.11
This commit is contained in:
Bobby Rong
2021-12-27 17:46:09 +08:00
committed by GitHub
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mill";
version = "0.9.10";
version = "0.9.11";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
sha256 = "sha256-JbZorHeBznBb+R9JjPQBNKlTdNNzg1G82OxWvBtNg5Q=";
sha256 = "sha256-qYwCt7+//GJHJyDrZ8rcGCKLshKebIDBQCyn6rLOhJQ=";
};
nativeBuildInputs = [ makeWrapper ];