Skip to content

Commit d53df0a

Browse files
authored
nixpkgs-review: 2.12.0 -> 3.0.0 (#366587)
2 parents 159385c + 170a250 commit d53df0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ni/nixpkgs-review/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
python3Packages.buildPythonApplication rec {
2020
pname = "nixpkgs-review";
21-
version = "2.12.0";
21+
version = "3.0.0";
2222
pyproject = true;
2323

2424
src = fetchFromGitHub {
2525
owner = "Mic92";
2626
repo = "nixpkgs-review";
27-
rev = "refs/tags/${version}";
28-
hash = "sha256-yNdBqL3tceuoUHx8/j2y5ZTq1zeVDAm37RZtlCbC6rg=";
27+
tag = version;
28+
hash = "sha256-C2JAlCgH5OCMAZr/Rvi0H7xAwesnkVCJ3kZyyVYaLg4=";
2929
};
3030

3131
build-system = [
@@ -76,7 +76,7 @@ python3Packages.buildPythonApplication rec {
7676
versionCheckProgramArg = [ "--version" ];
7777

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

0 commit comments

Comments
 (0)