cvs_fast_export: 1.32 -> 1.45

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cvs-fast-export/versions
This commit is contained in:
R. RyanTM 2019-01-28 15:27:34 -08:00
parent 4866cbe341
commit c36c08e8ca

View File

@ -7,7 +7,7 @@ with stdenv; with lib;
mkDerivation rec { mkDerivation rec {
name = "cvs-fast-export-${meta.version}"; name = "cvs-fast-export-${meta.version}";
meta = { meta = {
version = "1.32"; version = "1.45";
description = "Export an RCS or CVS history as a fast-import stream"; description = "Export an RCS or CVS history as a fast-import stream";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ dfoxfranke ]; maintainers = with maintainers; [ dfoxfranke ];
@ -16,8 +16,8 @@ mkDerivation rec {
}; };
src = fetchurl { src = fetchurl {
url = "http://www.catb.org/~esr/cvs-fast-export/cvs-fast-export-1.32.tar.gz"; url = "http://www.catb.org/~esr/cvs-fast-export/cvs-fast-export-1.45.tar.gz";
sha256 = "5bfb9a5650517d337a96a598795b50bc40ce12172854a6581267e7be3dbcfb97"; sha256 = "19pxg6p0pcgyd2fbnh3wy1kazv6vcfi5lzc2whhdi1w9kj4r9c4z";
}; };
buildInputs = [ buildInputs = [