Merge pull request #251827 from figsoda/review

nixpkgs-review: 2.10.0 -> 2.10.1
This commit is contained in:
figsoda 2023-08-28 07:52:35 -04:00 committed by GitHub
commit 277c8de137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "nixpkgs-review";
version = "2.10.0";
version = "2.10.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
rev = version;
hash = "sha256-uMcTwRmELk/vFI7vU4+UUvBDhlF+gVgohIXE0Sm1/d8=";
hash = "sha256-zZM0Ozl6uoYfzvHhQRluS4/5NNRuumQgc4MV993LNyY=";
};
nativeBuildInputs = [