Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10331439a8dd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 992a680fab09
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 24, 2020

  1. mill: 0.5.6 -> 0.6.0

    scalavision committed Jan 24, 2020

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    de193e1 View commit details

Commits on Jan 25, 2020

  1. Merge pull request #78465 from scalavision/update-mill-060

    mill: 0.5.6 -> 0.6.0
    marsam authored Jan 25, 2020

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    992a680 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/build-managers/mill/default.nix
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.5.6";
version = "0.6.0";

src = fetchurl {
url = "https://github.com/lihaoyi/mill/releases/download/${version}/${version}";
sha256 = "16fjbgsy6fz1vw1s883z7xv380525rr47j7pcc365p5nm8y1hfp1";
sha256 = "0pdyv3bk2d50gqqd9h4a2i4yym4k01p7qkwhzz2mxa18f64777s9";
};

nativeBuildInputs = [ makeWrapper ];