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

Commits on Jan 28, 2020

  1. Copy the full SHA
    ea9bdc6 View commit details

Commits on Jan 31, 2020

  1. Merge pull request #78654 from lovesegfault/arcanist-20190127

    arcanist: 20190905 -> 20200127
    worldofpeace authored Jan 31, 2020
    Copy the full SHA
    ab9e0ea View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 pkgs/development/tools/misc/arcanist/default.nix
10 changes: 5 additions & 5 deletions pkgs/development/tools/misc/arcanist/default.nix
Original file line number Diff line number Diff line change
@@ -4,19 +4,19 @@ let
libphutil = fetchFromGitHub {
owner = "phacility";
repo = "libphutil";
rev = "39ed96cd818aae761ec92613a9ba0800824d0ab0";
sha256 = "1w55avn056kwa4gr25h09b7xhvyp397myrfzlmd1ggx7vj87vw1q";
rev = "cc2a3dbf590389400da55563cb6993f321ec6d73";
sha256 = "1k7sr3racwz845i7r5kdwvgqrz8gldz07pxj3yw77s58rqbix3ad";
};
arcanist = fetchFromGitHub {
owner = "phacility";
repo = "arcanist";
rev = "3cdfe1fff806d2b54a2df631cf90193e518f42b7";
sha256 = "1dngq8p4y4hln87hhgdm6hv68ld626j57lifw0821rvpnnmspw6j";
rev = "21a1828ea06cf031e93082db8664d73efc88290a";
sha256 = "05rq9l9z7446ks270viay57r5ibx702b5bnlf4ck529zc4abympx";
};
in
stdenv.mkDerivation {
pname = "arcanist";
version = "20190905";
version = "20200127";

src = [ arcanist libphutil ];
buildInputs = [ php makeWrapper flex ];