1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

nixpkgs-review: 2.4.0 -> 2.4.1

This commit is contained in:
Jonathan Ringer 2020-09-28 11:55:59 -07:00
parent 55dc3b76f0
commit 6d812f2a73
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.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
rev = version;
sha256 = "0kca4442mla8j9980gi8kgp0vgm0f15hcjd0w0wdj8rlmkx9yf2l";
sha256 = "04g2b3nj1ayn4vrqhgslpmmij4sd1c0d4m3acg9a9r3w5hnsjxvv";
};
makeWrapperArgs = [