nix-review: 0.5.0 -> 0.5.2

fix cleanup issue: https://github.com/Mic92/nix-review/issues/10
This commit is contained in:
Jörg Thalheim 2018-08-30 07:11:16 +01:00
parent 2d51cceda4
commit 5b452a2f76

View File

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "nix-review";
version = "0.5.0";
version = "0.5.2";
src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-review";
rev = version;
sha256 = "0ncifmp90870v6r651p92wbvpayfblm5k9nxikryjaj1fnvd2np3";
sha256 = "0csd7dkdv0csc63dz1h08c8xifxwv5fdz5dyk37sr6vh1ccjdapi";
};
makeWrapperArgs = [