graphviz: 12.1.2 -> 12.2.0

Changes: https://gitlab.com/graphviz/graphviz/-/blob/12.2.0/CHANGELOG.md?ref_type=tags
This commit is contained in:
Sergei Trofimovich 2024-11-04 06:58:33 +00:00
parent 372cef7b7d
commit 9a023e536d

View File

@ -32,13 +32,13 @@ let
in
stdenv.mkDerivation rec {
pname = "graphviz";
version = "12.1.2";
version = "12.2.0";
src = fetchFromGitLab {
owner = "graphviz";
repo = "graphviz";
rev = version;
hash = "sha256-dRqGqnSGldr1Vb/wzR+jcuXCoAw35pTdm84wqJlA0mA=";
hash = "sha256-BSqCI9nIDjymPbCPWGFdWmqfyjuTkIsL1r0qv+Qjy10=";
};
nativeBuildInputs = [