fierce: 1.3.0 -> 1.4.0

(#73129)
This commit is contained in:
Renaud 2019-11-11 14:14:24 +01:00 committed by GitHub
parent d80a11295d
commit ceb648f66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "fierce";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "mschwager";
repo = pname;
rev = version;
sha256 = "0cdp9rpabazyfnks30rsf3qfdi40z1bkspxk4ds9bm82kpq33jxy";
sha256 = "11yaz8ap9swx95j3wpqh0b6jhw6spqgfnsyn1liw9zqi4jwgiax7";
};
propagatedBuildInputs = [ python3.pkgs.dns ];