Unverified Commit 74a13649 authored by rewine's avatar rewine Committed by GitHub
Browse files

deepin.dde-api-proxy: 1.0.16 -> 1.0.20 (#405166)

parents f406cd0c 4bdffb4a
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 = [