mill: 0.10.9 -> 0.10.10

This commit is contained in:
Zenithal 2022-12-07 10:24:56 +08:00
parent 58eb3d3806
commit 726a4cc750

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mill";
version = "0.10.9";
version = "0.10.10";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-XDy07dFzylRl825QYqRt5eydVPR4jEevC2VrqxgTFt0=";
hash = "sha256-Qen3z2qbgyHHYUscBh7Udc1/c82WDLnDIsZJF+tcR5M=";
};
nativeBuildInputs = [ makeWrapper ];