mill: 0.11.2 -> 0.11.4

This commit is contained in:
R. Ryantm 2023-09-28 04:19:06 +00:00
parent 56c409f4a9
commit 754c336b99

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 ];