Skip to content

Commit d7ae57d

Browse files
committed
1 parent 940b519 commit d7ae57d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ni/nixpkgs-review/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
python3Packages.buildPythonApplication rec {
2020
pname = "nixpkgs-review";
21-
version = "3.1.0";
21+
version = "3.2.0";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "Mic92";
2626
repo = "nixpkgs-review";
2727
tag = version;
28-
hash = "sha256-yqHqtH4NhNL+JsqN/QXWPlW/28I4kaFvjwxx819zZkw=";
28+
hash = "sha256-XJRZpAiIbwN5itqxHTcAqd6VnuUOO8TwShZiupJc8dc=";
2929
};
3030

3131
build-system = [
@@ -47,7 +47,7 @@ python3Packages.buildPythonApplication rec {
4747
nativeCheckInputs = [
4848
versionCheckHook
4949
];
50-
versionCheckProgramArg = [ "--version" ];
50+
versionCheckProgramArg = "--version";
5151

5252
makeWrapperArgs =
5353
let

0 commit comments

Comments
 (0)