Merge pull request #223334 from ZenithalHourlyRate/mill-0.10.12

mill: 0.10.11 -> 0.10.12
This commit is contained in:
Nick Cao 2023-03-28 09:15:43 +08:00 committed by GitHub
commit 9d5a746a9a
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.11";
version = "0.10.12";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${version}/${version}-assembly";
hash = "sha256-B47C7sqOqiHa/2kC5lk/J1pXK61l1M5umVKaCfVO7cc=";
hash = "sha256-MlPnJMuz35Zd+VQwvsadRRPULebR7GWN1vGV+cJ7s4c=";
};
nativeBuildInputs = [ makeWrapper ];