Skip to content

Commit

Permalink
mill: 0.8.0 -> 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 28, 2020
1 parent be36f6f commit 26acfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/mill/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "mill";
version = "0.8.0";
version = "0.9.3";

src = fetchurl {
url = "https://github.com/lihaoyi/mill/releases/download/${version}/${version}";
sha256 = "04pf76iyrbq2h2hksx0r2fmnd0d9mi6an24zvfv7k79rch11cql1";
sha256 = "0x9mvcm5znyi7w6cpiasj2v6f63y7d8qdck7lx03p2k6i9aa2f77";
};

nativeBuildInputs = [ makeWrapper ];

0 comments on commit 26acfc7

Please sign in to comment.