nixpkgs-review: 3.0.0 -> 3.0.1 (#370816)

authored by Jörg Thalheim and committed by GitHub 92de48d8 e29b27fb

+3 -3
+3 -3
pkgs/by-name/ni/nixpkgs-review/package.nix
··· 18 18 19 19 python3Packages.buildPythonApplication rec { 20 20 pname = "nixpkgs-review"; 21 - version = "3.0.0"; 21 + version = "3.0.1"; 22 22 pyproject = true; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "Mic92"; 26 26 repo = "nixpkgs-review"; 27 27 tag = version; 28 - hash = "sha256-C2JAlCgH5OCMAZr/Rvi0H7xAwesnkVCJ3kZyyVYaLg4="; 28 + hash = "sha256-G47bfu3IVsKx5Yhfe6H6w5qRcxF2sjd48xVGSeljv/I="; 29 29 }; 30 30 31 31 build-system = [ ··· 76 76 versionCheckProgramArg = [ "--version" ]; 77 77 78 78 meta = { 79 - changelog = "https://github.com/Mic92/nixpkgs-review/releases/tag/${src.tag}"; 79 + changelog = "https://github.com/Mic92/nixpkgs-review/releases/tag/${version}"; 80 80 description = "Review pull-requests on https://github.com/NixOS/nixpkgs"; 81 81 homepage = "https://github.com/Mic92/nixpkgs-review"; 82 82 license = lib.licenses.mit;