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 {
pname = "nixpkgs-review";
version = "2.10.4";
version = "2.10.5";
format = "pyproject";
src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
rev = version;
hash = "sha256-+4T6Mm4YfH0wWlkNYS03H9Z9oNlYQnVUncvWGA0CKIQ=";
rev = "refs/tags/${version}";
hash = "sha256-dRTKE8gkV298ZmMokyy3Ufer/Lp1GQYdEhIBoLhloEQ=";
};
nativeBuildInputs = [