Skip to content

Commit

Permalink
nixpkgs-review: 2.2.0 -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Apr 22, 2020
1 parent ace7b93 commit 43790ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nixpkgs-review/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

python3.pkgs.buildPythonApplication rec {
pname = "nixpkgs-review";
version = "2.2.0";
version = "2.3.0";

src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
rev = version;
sha256 = "0qsvrcxl97nih1yprydzlqc6n1ppg726664d6harx5kjzp5776mr";
sha256 = "0qkvjl4f8a1905yj3ml32rfdr5q76igz21gn3dcya0pfqhrnb28i";
};

makeWrapperArgs = [
Expand Down

0 comments on commit 43790ee

Please sign in to comment.