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

mill: 0.11.10 -> 0.11.11
This commit is contained in:
Nick Cao 2024-08-10 17:59:40 -04:00 committed by GitHub
commit fb42494f36
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.10";
version = "0.11.11";
src = fetchurl {
url = "https://github.com/com-lihaoyi/mill/releases/download/${finalAttrs.version}/${finalAttrs.version}-assembly";
hash = "sha256-/IVWeTUu3piV80SfbqeSG6tnRUDTpAyoBcbeCVelUpc=";
hash = "sha256-tTLLY/4rTnV/Mj6/InK7Pfl/49feeWivEWURusRT6Bk=";
};
nativeBuildInputs = [ makeWrapper ];