nix-review: 1.0.2 -> 1.0.4

- also accept the full url of pull request i.e.
  https://github.com/NixOS/nixpkgs/pull/54323
- stream-parse nix-env's eval output
- fix logs for failed builds issued by remote builders
- prepare code for overlays like: https://github.com/NixOS/nixpkgs/pull/53934
This commit is contained in:
Jörg Thalheim 2019-01-21 14:04:13 +00:00
parent f9816bd6b0
commit f6d6e5dcb5
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -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 = [