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: ce4e9a332730
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b19f27a78560
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 23, 2019

  1. mill: 0.5.3 -> 0.5.6

    r-ryantm committed Dec 23, 2019
    Copy the full SHA
    0fa2ab2 View commit details

Commits on Jan 11, 2020

  1. Merge pull request #76328 from r-ryantm/auto-update/mill

    mill: 0.5.3 -> 0.5.6
    marsam authored Jan 11, 2020
    Copy the full SHA
    b19f27a 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.3";
version = "0.5.6";

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

nativeBuildInputs = [ makeWrapper ];