Merge pull request #176326 from LibreCybernetics/update-mill

mill: 0.10.3 → 0.10.4
This commit is contained in:
Sandro 2022-06-06 02:36:13 +02:00 committed by GitHub
commit 972bfcf147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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