Unverified Commit 339a3006 authored by Petr Portnov's avatar Petr Portnov
Browse files

gdbuspp: 2 -> 3

parent 61dfad04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

stdenv.mkDerivation rec {
  pname = "gdbuspp";
  version = "2";
  version = "3";
  src = fetchFromGitHub {
    owner = "OpenVPN";
    repo = "gdbuspp";
    rev = "refs/tags/v${version}";
    hash = "sha256-A0sl4zZa17zMec/jJASE8lDVNohzJzEGZbWjjsorB2Y=";
    hash = "sha256-LwEUNBQ7BUyoTm8tBgE4hwL7AbimCY/grQus8lWSI/M=";
  };

  postPatch = ''