mill: 0.9.9 → 0.9.10 (#147008)

This commit is contained in:
Fabián Heredia Montiel 2021-11-22 13:54:37 -06:00 committed by GitHub
parent 65ee0d2498
commit 2676de37fe
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.9.9";
version = "0.9.10";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
sha256 = "sha256-HIT7bxMEz7jpSsYvohN9+zYuyCf/ARE7hd48YMTo9/4=";
sha256 = "sha256-JbZorHeBznBb+R9JjPQBNKlTdNNzg1G82OxWvBtNg5Q=";
};
nativeBuildInputs = [ makeWrapper ];