mill: 0.10.6 -> 0.10.7

This commit is contained in:
Zenithal 2022-08-25 20:15:58 +08:00
parent cbf9a129d2
commit 1e0e5ad439

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mill";
version = "0.10.6";
version = "0.10.7";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-4lbW755RLgWyihjeb/KB5CwQsBwXBzDT4PUSyBQiSpE=";
hash = "sha256-pRyuTxQWRnGBTasdskIZ0F1LGgwE+Y5ksHsE1Rmp1Bg=";
};
nativeBuildInputs = [ makeWrapper ];