summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management/cvs-fast-export
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-30 07:33:51 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-04-30 07:33:51 -0700
commitf286a29c35a33f34defa364a62791be11c23d82b (patch)
tree20303ee2de8093f82b7c214d738442e1dbe53be4 /pkgs/applications/version-management/cvs-fast-export
parentfd2bd6e433fee4102b81f7d233febbf26917f078 (diff)
cvs_fast_export: 1.47 -> 1.48
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
Diffstat (limited to 'pkgs/applications/version-management/cvs-fast-export')
-rw-r--r--pkgs/applications/version-management/cvs-fast-export/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/cvs-fast-export/default.nix b/pkgs/applications/version-management/cvs-fast-export/default.nix
index d7d0c28dcc12..0a1ecbb65327 100644
--- a/pkgs/applications/version-management/cvs-fast-export/default.nix
+++ b/pkgs/applications/version-management/cvs-fast-export/default.nix
@@ -7,7 +7,7 @@ with stdenv; with lib;
mkDerivation rec {
name = "cvs-fast-export-${meta.version}";
meta = {
- version = "1.47";
+ version = "1.48";
description = "Export an RCS or CVS history as a fast-import stream";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ dfoxfranke ];
@@ -16,8 +16,8 @@ mkDerivation rec {
};
src = fetchurl {
- url = "http://www.catb.org/~esr/cvs-fast-export/cvs-fast-export-1.47.tar.gz";
- sha256 = "08kll7jlak26asvnqgwbkci3d6irvy96ijjl7fmck6h7i5mx5lz7";
+ url = "http://www.catb.org/~esr/cvs-fast-export/cvs-fast-export-1.48.tar.gz";
+ sha256 = "16gw24y5x96mx6zby8cys0f03x1bqw4r7g1390qlpg75pbydqlf9";
};
buildInputs = [