mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #80557 from r-ryantm/auto-update/cvs-fast-export
cvs_fast_export: 1.50 -> 1.51
This commit is contained in:
commit
0123ad0f13
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user