Merge pull request #80557 from r-ryantm/auto-update/cvs-fast-export

cvs_fast_export: 1.50 -> 1.51
This commit is contained in:
Mario Rodas 2020-02-19 19:13:39 -05:00 committed by GitHub
commit 0123ad0f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.50"; version = "1.51";
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.50.tar.gz"; url = "http://www.catb.org/~esr/cvs-fast-export/cvs-fast-export-1.51.tar.gz";
sha256 = "01m5l9xnl387hpyik5jvyhghkffj5v1wyxqpxpjxv69q9ly905yk"; sha256 = "0nn5cf8syb5nbjvkn8w561pk25clv187h4hs9pnc700g9w56chzf";
}; };
buildInputs = [ buildInputs = [