nix-review: 2.0.0 -> 2.0.1

This commit is contained in:
Jörg Thalheim 2019-05-07 07:12:55 +01:00
parent dd2052ce36
commit cf5ed1d004
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "nix-review"; pname = "nix-review";
version = "2.0.0"; version = "2.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "nix-review"; repo = "nix-review";
rev = version; rev = version;
sha256 = "1hichipf02yz9n2n1fnky5rm9wxwcd04xlr0y05y78ixw8xb5ah0"; sha256 = "19x0wbb8annmzi67r79112j9kjzz99n3qd6adh80iqx2dh47pk5g";
}; };
makeWrapperArgs = [ makeWrapperArgs = [