Merge pull request #299000 from SebTM/update/nixpkgs-review_2104
nixpkgs-review: 2.10.3 -> 2.10.4
This commit is contained in:
commit
857fe548ec
1 changed files with 5 additions and 5 deletions
|
@ -16,14 +16,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "nixpkgs-review";
|
pname = "nixpkgs-review";
|
||||||
version = "2.10.3";
|
version = "2.10.4";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Mic92";
|
owner = "Mic92";
|
||||||
repo = "nixpkgs-review";
|
repo = "nixpkgs-review";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-iO+B/4UsMi+vf85oyLwZTigZ+mmt7Sk3qGba20/0XBs=";
|
hash = "sha256-+4T6Mm4YfH0wWlkNYS03H9Z9oNlYQnVUncvWGA0CKIQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -53,9 +53,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
postInstall = lib.optionalString withAutocomplete ''
|
postInstall = lib.optionalString withAutocomplete ''
|
||||||
for cmd in nix-review nixpkgs-review; do
|
for cmd in nix-review nixpkgs-review; do
|
||||||
installShellCompletion --cmd $cmd \
|
installShellCompletion --cmd $cmd \
|
||||||
--bash <(register-python-argcomplete $out/bin/$cmd) \
|
--bash <(register-python-argcomplete $cmd) \
|
||||||
--fish <(register-python-argcomplete $out/bin/$cmd -s fish) \
|
--fish <(register-python-argcomplete $cmd -s fish) \
|
||||||
--zsh <(register-python-argcomplete $out/bin/$cmd -s zsh)
|
--zsh <(register-python-argcomplete $cmd -s zsh)
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue