mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
cvs_fast_export: 1.45 -> 1.47 (#58045)
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:
parent
893abe12e8
commit
72397be198
|
@ -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.45";
|
version = "1.47";
|
||||||
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.45.tar.gz";
|
url = "http://www.catb.org/~esr/cvs-fast-export/cvs-fast-export-1.47.tar.gz";
|
||||||
sha256 = "19pxg6p0pcgyd2fbnh3wy1kazv6vcfi5lzc2whhdi1w9kj4r9c4z";
|
sha256 = "08kll7jlak26asvnqgwbkci3d6irvy96ijjl7fmck6h7i5mx5lz7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue