mill: 0.10.3 → 0.10.4

https://github.com/com-lihaoyi/mill/releases/tag/0.10.4
This commit is contained in:
Fabián Heredia Montiel 2022-06-04 10:26:52 -05:00
parent 36baf1559e
commit ceb01c3d48

View file

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