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

mill: 0.11.2 -> 0.11.4
This commit is contained in:
Stanisław Pitucha 2023-09-28 23:00:56 +10:00 committed by GitHub
commit d714144df4
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.2";
version = "0.11.4";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-7RYMj/vfyzBQhZUpWzEaZYN27ZhYCRyKhQUhlH8tE0U=";
hash = "sha256-4X+ufTHECOmM797SN0VFAE8b9mnHkdOqSJ8h29PujLU=";
};
nativeBuildInputs = [ makeWrapper ];