Merge pull request #39331 from Mic92/nix-review

nix-review: 0.1.2 -> 0.2.0
This commit is contained in:
Jörg Thalheim 2018-04-22 12:54:06 +01:00 committed by GitHub
commit 180cf91002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "nix-review";
version = "0.1.2";
version = "0.2.0";
src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-review";
rev = version;
sha256 = "06lj3q6405fw18fq1xg0bm52cwlwx94lx5hn4zpz3rxl5g49wiyz";
sha256 = "138f9m2c8fwpvn3kv5q7845ffi1pjbqxcs44aych4832i0pn6jaf";
};
buildInputs = [ makeWrapper ];