nixpkgs-review: 2.6.0 -> 2.6.1 (#126845)

This commit is contained in:
Jonathan Ringer 2021-06-14 09:58:11 -07:00 committed by GitHub
parent 92a5fe180a
commit 50f15c610a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "nixpkgs-review";
version = "2.6.0";
version = "2.6.1";
src = fetchFromGitHub {
owner = "Mic92";
repo = "nixpkgs-review";
rev = version;
sha256 = "sha256-096oSvc9DidURGKE0FNEBOQz82+RGg6aJo8o9HhaSp0=";
sha256 = "sha256-wDGmkydBLb3Wij1hjWExgHxva/03vJFqAK5zGH9yUn4=";
};
makeWrapperArgs = [