mill: 0.4.0 -> 0.4.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mill/versions
This commit is contained in:
R. RyanTM 2019-06-17 01:21:11 -07:00
parent e2d07d2cc7
commit 7598c1182b

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mill-${version}";
version = "0.4.0";
version = "0.4.1";
src = fetchurl {
url = "https://github.com/lihaoyi/mill/releases/download/${version}/${version}";
sha256 = "745756498e5a67c55277534c62959c6fdfa382cda2c1a6e34ef0ea6b49c90880";
sha256 = "17im60ckbd5hbpkl4pb3nr3mg5crln4sphd7d0dgzsrs3p9h194x";
};
nativeBuildInputs = [ makeWrapper ];