Merge pull request #319682 from r-ryantm/auto-update/nixpkgs-review

nixpkgs-review: 2.10.4 -> 2.10.5
This commit is contained in:
Jörg Thalheim 2024-06-14 07:04:57 +02:00 committed by GitHub
commit 367e70d546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "nixpkgs-review"; pname = "nixpkgs-review";
version = "2.10.4"; version = "2.10.5";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "nixpkgs-review"; repo = "nixpkgs-review";
rev = version; rev = "refs/tags/${version}";
hash = "sha256-+4T6Mm4YfH0wWlkNYS03H9Z9oNlYQnVUncvWGA0CKIQ="; hash = "sha256-dRTKE8gkV298ZmMokyy3Ufer/Lp1GQYdEhIBoLhloEQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [