gitAndTools.pre-commit: 1.14.4 -> 1.15.1

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-04-15 20:06:06 -07:00
parent 993e2b4ec2
commit 7b60fb4bb7

View file

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