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

mill: 0.11.8 -> 0.11.9
This commit is contained in:
Nick Cao 2024-07-19 18:16:12 -04:00 committed by GitHub
commit d93c1319e2
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.11.8";
version = "0.11.9";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${finalAttrs.version}/${finalAttrs.version}-assembly";
hash = "sha256-HORTexIzrxbWjcGrS59JqZboxGCzk8wKf3eKMoYGqrI=";
hash = "sha256-PjwqQziWOKCO9G1Cw3SiOvdgnc01cBzgyRlOiTA8u4A=";
};
nativeBuildInputs = [ makeWrapper ];