Merge pull request #80519 from r-ryantm/auto-update/nixpkgs-review

nixpkgs-review: 2.1.1 -> 2.2.0
This commit is contained in:
Maximilian Bosch 2020-02-19 13:41:44 +01:00 committed by GitHub
commit 64e356ac7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "nixpkgs-review";
version = "2.1.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
rev = version;
sha256 = "0rx0ld2ihsvlr1yiap5cq7h227jr79zf3xhkninh2m00x384s6bd";
sha256 = "0qsvrcxl97nih1yprydzlqc6n1ppg726664d6harx5kjzp5776mr";
};
makeWrapperArgs = [