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

Commits on Mar 22, 2019

  1. nix-review: 1.0.1 -> 1.0.2

    (cherry picked from commit 32f4166)
    Mic92 committed Mar 22, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    467c393 View commit details
  2. nix-review: 1.0.2 -> 1.0.4

    - also accept the full url of pull request i.e.
      #54323
    - stream-parse nix-env's eval output
    - fix logs for failed builds issued by remote builders
    - prepare code for overlays like: #53934
    
    (cherry picked from commit f6d6e5d)
    Mic92 committed Mar 22, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0664a06 View commit details
  3. nix-review: 1.0.4 -> 1.0.5

    (cherry picked from commit d4957cc)
    Mic92 committed Mar 22, 2019
    Copy the full SHA
    11b3807 View commit details
  4. nix-review: 1.0.5 -> 2.0.0

    (cherry picked from commit eb5afaf)
    Mic92 committed Mar 22, 2019
    Copy the full SHA
    ed41adc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/package-management/nix-review/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nix-review/default.nix
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@

python3.pkgs.buildPythonApplication rec {
pname = "nix-review";
version = "1.0.1";
version = "2.0.0";

src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-review";
rev = version;
sha256 = "18z7dws3ngx0ffqqgybq65xxsiycildd101q58sj51z1k3lnrynh";
sha256 = "1hichipf02yz9n2n1fnky5rm9wxwcd04xlr0y05y78ixw8xb5ah0";
};

makeWrapperArgs = [