nixpkgs-review: 2.4.1 -> 2.4.2

This commit is contained in:
Jonathan Ringer 2020-10-03 07:25:39 -07:00
parent 5473d0c554
commit a51c51c6b0
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

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