Merge pull request #195362 from ZenithalHourlyRate/mill-0.10.8

mill: 0.10.7 -> 0.10.8
This commit is contained in:
Bobby Rong 2022-10-10 22:07:19 +08:00 committed by GitHub
commit 870f27a0b3
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.7";
version = "0.10.8";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-pRyuTxQWRnGBTasdskIZ0F1LGgwE+Y5ksHsE1Rmp1Bg=";
hash = "sha256-5mJc5cLT9xkixB8mbDYuJYel+fNeCwr1PMzU/ZCncK0=";
};
nativeBuildInputs = [ makeWrapper ];