gitAndTools.pre-commit: 1.15.1 -> 1.15.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pre-commit/versions
This commit is contained in:
R. RyanTM 2019-05-02 00:33:58 -07:00
parent a381d42221
commit 0a46fab9cb

View file

@ -1,12 +1,12 @@
{ stdenv, python3Packages }:
with python3Packages; buildPythonApplication rec {
pname = "pre-commit";
version = "1.15.1";
version = "1.15.2";
src = fetchPypi {
inherit version;
pname = "pre_commit";
sha256 = "1c4a6g3x44xkr75196m2qhb7fbm0lv40yv312g4hkl00mq713abm";
sha256 = "1if44rfzmrw9m2k47kiplccby1lfdrlq82jlz4p91wwqc1vs4xi5";
};
propagatedBuildInputs = [