Skip to content

Commit

Permalink
nix-review: 1.0.2 -> 1.0.4
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
Mic92 committed Mar 22, 2019
1 parent 467c393 commit 0664a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nix-review/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

python3.pkgs.buildPythonApplication rec {
pname = "nix-review";
version = "1.0.2";
version = "1.0.4";

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

makeWrapperArgs = [
Expand Down

0 comments on commit 0664a06

Please sign in to comment.