Skip to content

Commit

Permalink
nixpkgs-review: 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 4, 2025
1 parent 450382b commit dc208d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "3.0.0";
version = "3.0.1";
pyproject = true;

src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
tag = version;
hash = "sha256-C2JAlCgH5OCMAZr/Rvi0H7xAwesnkVCJ3kZyyVYaLg4=";
hash = "sha256-G47bfu3IVsKx5Yhfe6H6w5qRcxF2sjd48xVGSeljv/I=";
};

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/${src.tag}";
changelog = "https://github.com/Mic92/nixpkgs-review/releases/tag/${version}";
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 dc208d2

Please sign in to comment.