mill: 0.10.7 -> 0.10.8

This commit is contained in:
Zenithal 2022-10-10 19:15:08 +08:00
parent 91d1eb9f2a
commit 151b6a4daf

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 ];