mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
nixpkgs-review: 2.9.0 -> 2.9.1
Diff: https://github.com/Mic92/nixpkgs-review/compare/2.9.0...2.9.1 Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.9.1
This commit is contained in:
parent
ea50b72f4d
commit
3e55ce6120
@ -14,13 +14,13 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "nixpkgs-review";
|
||||
version = "2.9.0";
|
||||
version = "2.9.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mic92";
|
||||
repo = "nixpkgs-review";
|
||||
rev = version;
|
||||
sha256 = "sha256-SNAroKkPXiX5baGPRYnzqiVwPwko/Uari/tvjIU7/4k=";
|
||||
sha256 = "sha256-9fdoTKaYfqsAXysRwgLq44UrmOGlr5rjF5Ge93PcHDk=";
|
||||
};
|
||||
|
||||
makeWrapperArgs =
|
||||
|
Loading…
Reference in New Issue
Block a user