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

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