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

Commits on Oct 27, 2018

  1. nix-review: 0.5.3 -> 0.6.0

    Mic92 committed Oct 27, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    zimbatm Jonas Chevalier
    Copy the full SHA
    42f17d8 View commit details
  2. Merge pull request #49289 from Mic92/nix-review

    nix-review: 0.5.3 -> 0.6.0
    Mic92 authored Oct 27, 2018
    Copy the full SHA
    744573f 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.3";
version = "0.6.0";

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

makeWrapperArgs = [