Merge pull request #99481 from jonringer/bump-nixpkgs-review

nixpkgs-review: 2.4.1 -> 2.4.2
This commit is contained in:
Martin Weinelt 2020-10-03 17:48:45 +02:00 committed by GitHub
commit 659f0e61a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "nixpkgs-review";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
rev = version;
sha256 = "04g2b3nj1ayn4vrqhgslpmmij4sd1c0d4m3acg9a9r3w5hnsjxvv";
sha256 = "0qc2m2nr7w7sgpg3yzwfxxpqi9acnw46kj2hlalg5ldjffiqdjxa";
};
makeWrapperArgs = [