mill: 0.10.2 -> 0.10.3

This commit is contained in:
Zenithal 2022-04-12 01:04:27 +08:00
parent 9fa1ca6fe6
commit 9d4635ed6d

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mill";
version = "0.10.2";
version = "0.10.3";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-lx5saJdGsMS7DLaUngoauzFS1UG4QYvrELEvTjIa1oQ=";
hash = "sha256-pTQigt8sG+4AzDc3Fav/Qn27CNH0lIHuQ3QMA5uMdqI=";
};
nativeBuildInputs = [ makeWrapper ];