Merge pull request #188199 from r-ryantm/auto-update/mill

mill: 0.10.5 -> 0.10.6
This commit is contained in:
Bobby Rong 2022-08-25 17:53:21 +08:00 committed by GitHub
commit 9e3bd70d8b
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.5";
version = "0.10.6";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-oz61tJYNwGQEImeg2fMIKHIKVA2Ic6nF5VG5eQt3cAY=";
hash = "sha256-4lbW755RLgWyihjeb/KB5CwQsBwXBzDT4PUSyBQiSpE=";
};
nativeBuildInputs = [ makeWrapper ];