Merge pull request #200656 from ZenithalHourlyRate/mill-0.10.9

mill: 0.10.8 -> 0.10.9
This commit is contained in:
Bobby Rong 2022-11-11 19:36:12 +08:00 committed by GitHub
commit 3cd5297032
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.8";
version = "0.10.9";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-5mJc5cLT9xkixB8mbDYuJYel+fNeCwr1PMzU/ZCncK0=";
hash = "sha256-XDy07dFzylRl825QYqRt5eydVPR4jEevC2VrqxgTFt0=";
};
nativeBuildInputs = [ makeWrapper ];