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

Commits on Nov 15, 2018

  1. nix-review: 0.6.0 -> 0.6.1

    - blacklist for tests.nixos-functions.nixos-test
    - nix-review rev HEAD: will now work as expected
    Mic92 committed Nov 15, 2018
    Copy the full SHA
    695a157 View commit details
  2. Merge pull request #50397 from Mic92/nix-review

    nix-review: 0.6.0 -> 0.6.1
    Mic92 authored Nov 15, 2018
    Copy the full SHA
    32b40ba 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 = "0.6.0";
version = "0.6.1";

src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-review";
rev = version;
sha256 = "1391fs33jlg1pnfxpfhvry4sb4p4hy8gjpipnnxm8483f12b49km";
sha256 = "0ggw90zp40mms4hpphcn1vy1764rbvl2ix45h26v0wkn32cbqn49";
};

makeWrapperArgs = [