Commit 82c3c9fe authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

graphviz: 12.1.1 -> 12.1.2

parent e26f69eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [