mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
ogdf: 2022.02 -> 2023.09 (#407001)
This commit is contained in:
commit
9cbbae54d3
1 changed files with 7 additions and 7 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "ogdf";
|
||||
version = "2022.02";
|
||||
version = "2023.09";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ogdf";
|
||||
repo = "ogdf";
|
||||
rev = "dogwood-202202";
|
||||
sha256 = "sha256-zkQ6sS0EUmiigv3T7To+tG3XbFbR3XEbFo15oQ0bWf0=";
|
||||
tag = "elderberry-202309";
|
||||
hash = "sha256-vnhPuMhz+pE4ExhRhjwHy4OilIkJ/kXc2LWU+9auY9k=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -28,12 +28,12 @@ stdenv.mkDerivation {
|
|||
"-DOGDF_WARNING_ERRORS=OFF"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Open Graph Drawing Framework/Open Graph algorithms and Data structure Framework";
|
||||
homepage = "http://www.ogdf.net";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.ianwookim ];
|
||||
platforms = platforms.all;
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [ lib.maintainers.ianwookim ];
|
||||
platforms = lib.platforms.all;
|
||||
longDescription = ''
|
||||
OGDF stands both for Open Graph Drawing Framework (the original name) and
|
||||
Open Graph algorithms and Data structures Framework.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue