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

Commits on Nov 15, 2018

  1. nix-review: 0.5.2 -> 0.5.3

    (cherry picked from commit 23a017f)
    Mic92 committed Nov 15, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Mic92 Jörg Thalheim
    Copy the full SHA
    825ecf0 View commit details
  2. nix-review: 0.5.3 -> 0.6.0

    (cherry picked from commit 42f17d8)
    Mic92 committed Nov 15, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Mic92 Jörg Thalheim
    Copy the full SHA
    95bc671 View commit details
  3. nix-review: 0.6.0 -> 0.6.1

    - blacklist for tests.nixos-functions.nixos-test
    - nix-review rev HEAD: will now work as expected
    
    (cherry picked from commit 695a157)
    Mic92 committed Nov 15, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Mic92 Jörg Thalheim
    Copy the full SHA
    abd0d52 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.5.2";
version = "0.6.1";

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

makeWrapperArgs = [