Commit d7ae57dc authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 940b5195
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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