Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
nixpkgs-review: 2.3.0 -> 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Apr 27, 2020
1 parent 4179743 commit 2805d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nixpkgs-review/default.nix
Expand Up @@ -8,13 +8,13 @@

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

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

makeWrapperArgs = [
Expand Down

0 comments on commit 2805d68

Please sign in to comment.