2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-15 22:08:05 +00:00
Gaetan Lepage 2024-10-10 13:31:50 +02:00
parent a6a742b8ed
commit 1b3e3c137a

View File

@ -18,14 +18,14 @@
python3Packages.buildPythonApplication rec {
pname = "nixpkgs-review";
version = "2.11.0";
version = "2.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
rev = "refs/tags/${version}";
hash = "sha256-QK9VTMh31aaY+DXHKVzSETMyzCD4jVw3d4ntBnmlkO8=";
hash = "sha256-yNdBqL3tceuoUHx8/j2y5ZTq1zeVDAm37RZtlCbC6rg=";
};
build-system = [