Skip to content

Commit dc208d2

Browse files
committed
1 parent 450382b commit dc208d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

2424
src = fetchFromGitHub {
2525
owner = "Mic92";
2626
repo = "nixpkgs-review";
2727
tag = version;
28-
hash = "sha256-C2JAlCgH5OCMAZr/Rvi0H7xAwesnkVCJ3kZyyVYaLg4=";
28+
hash = "sha256-G47bfu3IVsKx5Yhfe6H6w5qRcxF2sjd48xVGSeljv/I=";
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/${src.tag}";
79+
changelog = "https://github.com/Mic92/nixpkgs-review/releases/tag/${version}";
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)