forked from mirrors/nixpkgs
Merge pull request #88873 from r-ryantm/auto-update/cvs-fast-export
cvs_fast_export: 1.53 -> 1.55
This commit is contained in:
commit
2081d759cc
|
@ -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.53";
|
version = "1.55";
|
||||||
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.53.tar.gz";
|
url = "http://www.catb.org/~esr/cvs-fast-export/cvs-fast-export-1.55.tar.gz";
|
||||||
sha256 = "01zda8qbi9cm2p23cxw0h5cx55ysr0v7dzzbpx9qa19wpv75kisb";
|
sha256 = "06y2myhhv2ap08bq7d7shq0b7lq6wgznwrpz6622xq66cxkf2n5g";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue