mill: 0.12.2 -> 0.12.3

Signed-off-by: unlsycn <unlsycn@unlsycn.com>
This commit is contained in:
unlsycn 2024-11-27 04:40:56 +00:00
parent 05567a2643
commit 157c607825
No known key found for this signature in database
GPG Key ID: F3585331E745A1E7

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