Skip to content

Commit

Permalink
nixpkgs-review: 2.12.0 -> 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 19, 2024
1 parent 2941267 commit 170a250
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ni/nixpkgs-review/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

python3Packages.buildPythonApplication rec {
pname = "nixpkgs-review";
version = "2.12.0";
version = "3.0.0";
pyproject = true;

src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
rev = "refs/tags/${version}";
hash = "sha256-yNdBqL3tceuoUHx8/j2y5ZTq1zeVDAm37RZtlCbC6rg=";
tag = version;
hash = "sha256-C2JAlCgH5OCMAZr/Rvi0H7xAwesnkVCJ3kZyyVYaLg4=";
};

build-system = [
Expand Down Expand Up @@ -76,7 +76,7 @@ python3Packages.buildPythonApplication rec {
versionCheckProgramArg = [ "--version" ];

meta = {
changelog = "https://github.com/Mic92/nixpkgs-review/releases/tag/${version}";
changelog = "https://github.com/Mic92/nixpkgs-review/releases/tag/${src.tag}";
description = "Review pull-requests on https://github.com/NixOS/nixpkgs";
homepage = "https://github.com/Mic92/nixpkgs-review";
license = lib.licenses.mit;
Expand Down

0 comments on commit 170a250

Please sign in to comment.