nixpkgs-review: 3.0.0 -> 3.0.1
Diff: https://github.com/Mic92/nixpkgs-review/compare/refs/tags/3.0.0...3.0.1 Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/3.0.1
This commit is contained in:
@@ -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 = [
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user