Merge pull request #120108 from zowoq/nixpkgs-review
nixpkgs-review: 2.5.0 -> 2.6.0
This commit is contained in:
commit
ca79e14afe
1 changed files with 4 additions and 2 deletions
|
@ -7,19 +7,21 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "nixpkgs-review";
|
pname = "nixpkgs-review";
|
||||||
version = "2.5.0";
|
version = "2.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Mic92";
|
owner = "Mic92";
|
||||||
repo = "nixpkgs-review";
|
repo = "nixpkgs-review";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1k4i54j5if86qf9dmwm8ybfc4j7ap40y82f03hxfxb7lzq5cqmcv";
|
sha256 = "sha256-096oSvc9DidURGKE0FNEBOQz82+RGg6aJo8o9HhaSp0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
"--prefix" "PATH" ":" (lib.makeBinPath [ nixFlakes git ])
|
"--prefix" "PATH" ":" (lib.makeBinPath [ nixFlakes git ])
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Review pull-requests on https://github.com/NixOS/nixpkgs";
|
description = "Review pull-requests on https://github.com/NixOS/nixpkgs";
|
||||||
homepage = "https://github.com/Mic92/nixpkgs-review";
|
homepage = "https://github.com/Mic92/nixpkgs-review";
|
||||||
|
|
Loading…
Reference in a new issue