mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 22:08:05 +00:00
nixpkgs-review: 2.11.0 -> 2.12.0
Diff: https://github.com/Mic92/nixpkgs-review/compare/refs/tags/2.11.0...2.12.0 Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.12.0
This commit is contained in:
parent
a6a742b8ed
commit
1b3e3c137a
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user