ogdf: 2022.02 -> 2023.09 (#407001)

This commit is contained in:
Nikolay Korotkiy 2025-05-17 11:04:46 +04:00 committed by GitHub
commit 9cbbae54d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.