commit
3e44c3461f
@ -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.48";
|
version = "1.49";
|
||||||
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.48.tar.gz";
|
url = "http://www.catb.org/~esr/cvs-fast-export/cvs-fast-export-1.49.tar.gz";
|
||||||
sha256 = "16gw24y5x96mx6zby8cys0f03x1bqw4r7g1390qlpg75pbydqlf9";
|
sha256 = "1d75aq6inmd6yvc3rpxw1al95lvbl7wq64v3wygq69prrnzg8b6i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user