mill: 0.12.2 -> 0.12.3 (#359491)

This commit is contained in:
Colin 2024-11-29 17:03:49 +00:00 committed by GitHub
commit 0589c0d364
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mill";
version = "0.12.2";
version = "0.12.3";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${finalAttrs.version}/${finalAttrs.version}-assembly";
hash = "sha256-F2ZBywZOdrrDPgpBCXkMrelZEzzqceTQuH3ww8IH4Ns=";
hash = "sha256-hqzAuYadCciYPs/b6zloLUfrWF4rRtlBSMxSj7tLg7g=";
};
nativeBuildInputs = [ makeWrapper ];