graphviz: 12.1.0 -> 12.1.1

Changes: https://gitlab.com/graphviz/graphviz/-/blob/12.1.1/CHANGELOG.md
This commit is contained in:
Sergei Trofimovich
2024-09-19 09:04:54 +01:00
parent a5af82e680
commit e06e75df0e
+2 -2
View File
@@ -32,13 +32,13 @@ let
in
stdenv.mkDerivation rec {
pname = "graphviz";
version = "12.1.0";
version = "12.1.1";
src = fetchFromGitLab {
owner = "graphviz";
repo = "graphviz";
rev = version;
hash = "sha256-C+FFmWExEzPsDAmUiu/HmRVmb1Km4dJujagxN+v0uWw=";
hash = "sha256-r4V0iX+7169QG7nW2RjoUfrDh11zm6zdvtGt4E91kIE=";
};
nativeBuildInputs = [