Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

authored by rewine and committed by GitHub 74a13649 f406cd0c

+3 -2
+3 -2
pkgs/desktops/deepin/core/dde-api-proxy/default.nix
··· 11 12 stdenv.mkDerivation rec { 13 pname = "dde-api-proxy"; 14 - version = "1.0.16"; 15 16 src = fetchFromGitHub { 17 owner = "linuxdeepin"; 18 repo = "dde-api-proxy"; 19 rev = version; 20 - hash = "sha256-kWodNftOPLIiQNPHAIC9p3VHFAis8FAI7vLJTqahAtU="; 21 }; 22 23 postPatch = '' ··· 33 cmake 34 pkg-config 35 libsForQt5.wrapQtAppsHook 36 ]; 37 38 buildInputs = [
··· 11 12 stdenv.mkDerivation rec { 13 pname = "dde-api-proxy"; 14 + version = "1.0.20"; 15 16 src = fetchFromGitHub { 17 owner = "linuxdeepin"; 18 repo = "dde-api-proxy"; 19 rev = version; 20 + hash = "sha256-QE31BOh2LFlY6te+2+nSHGbhLsikSX8V7xSvcLzCWRA="; 21 }; 22 23 postPatch = '' ··· 33 cmake 34 pkg-config 35 libsForQt5.wrapQtAppsHook 36 + libsForQt5.polkit-qt 37 ]; 38 39 buildInputs = [