graphviz: 12.1.1 -> 12.1.2

This commit is contained in:
Sergei Trofimovich 2024-10-11 07:09:17 +01:00
parent e26f69eb82
commit 82c3c9fe59

View File

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