Commit 4bdffb4a authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files
parent e5ea2e22
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "dde-api-proxy";
  version = "1.0.16";
  version = "1.0.20";

  src = fetchFromGitHub {
    owner = "linuxdeepin";
    repo = "dde-api-proxy";
    rev = version;
    hash = "sha256-kWodNftOPLIiQNPHAIC9p3VHFAis8FAI7vLJTqahAtU=";
    hash = "sha256-QE31BOh2LFlY6te+2+nSHGbhLsikSX8V7xSvcLzCWRA=";
  };

  postPatch = ''
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
    cmake
    pkg-config
    libsForQt5.wrapQtAppsHook
    libsForQt5.polkit-qt
  ];

  buildInputs = [