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

mill: 0.11.4 -> 0.11.5
This commit is contained in:
Nick Cao 2023-10-11 10:08:37 -04:00 committed by GitHub
commit 0e04eb97e1
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.11.4";
version = "0.11.5";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-4X+ufTHECOmM797SN0VFAE8b9mnHkdOqSJ8h29PujLU=";
hash = "sha256-sCJMCy4TLRQV3zI28Aydv5a8OV8OHOjLbwhfyIlxOeY=";
};
nativeBuildInputs = [ makeWrapper ];