nixpkgs-review: 2.10.1 -> 2.10.2
Diff: https://github.com/Mic92/nixpkgs-review/compare/2.10.1...2.10.2 Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.10.2
This commit is contained in:
parent
7b854d3177
commit
4fcdbff27f
@ -16,14 +16,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "nixpkgs-review";
|
||||
version = "2.10.1";
|
||||
version = "2.10.2";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mic92";
|
||||
repo = "nixpkgs-review";
|
||||
rev = version;
|
||||
hash = "sha256-zZM0Ozl6uoYfzvHhQRluS4/5NNRuumQgc4MV993LNyY=";
|
||||
hash = "sha256-x41piT7peYV3sNMVYsqcjCU4u+PayZb05JIWBeWF7jw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user