mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixpkgs-review: 3.1.0 -> 3.2.0
Diff: https://github.com/Mic92/nixpkgs-review/compare/refs/tags/3.1.0...3.2.0 Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/3.2.0
This commit is contained in:
parent
940b519544
commit
d7ae57dc70
1 changed files with 3 additions and 3 deletions
|
@ -18,14 +18,14 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "nixpkgs-review";
|
||||
version = "3.1.0";
|
||||
version = "3.2.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mic92";
|
||||
repo = "nixpkgs-review";
|
||||
tag = version;
|
||||
hash = "sha256-yqHqtH4NhNL+JsqN/QXWPlW/28I4kaFvjwxx819zZkw=";
|
||||
hash = "sha256-XJRZpAiIbwN5itqxHTcAqd6VnuUOO8TwShZiupJc8dc=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
@ -47,7 +47,7 @@ python3Packages.buildPythonApplication rec {
|
|||
nativeCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
versionCheckProgramArg = [ "--version" ];
|
||||
versionCheckProgramArg = "--version";
|
||||
|
||||
makeWrapperArgs =
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue