Commit 8ea2be94 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent b5baf132
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

python3Packages.buildPythonApplication rec {
  pname = "nixpkgs-review";
  version = "3.5.0";
  version = "3.5.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Mic92";
    repo = "nixpkgs-review";
    tag = version;
    hash = "sha256-OKNKcfjnZ5ZFR7WbHs3rSWnbn4vLDH0RH/OgsDNXCwA=";
    hash = "sha256-43+H68OPABAqg9GQZJ+XehyWmUWk+EWiHzSxyc55luY=";
  };

  build-system = [