openrgb-plugin-hardwaresync: 0.8 -> 0.9

removed the following patches as they are already present in the current
version:

df2869d679ea43119fb9b174cd0b2cb152022685
bfbaa0a32ed05112e0cc8b6b2a8229945596e522

+2 -16
+2 -16
pkgs/applications/misc/openrgb-plugins/hardwaresync/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitLab 4 - , fetchpatch 5 4 , qtbase 6 5 , openrgb 7 6 , glib ··· 14 13 15 14 stdenv.mkDerivation rec { 16 15 pname = "openrgb-plugin-hardwaresync"; 17 - version = "0.8"; 16 + version = "0.9"; 18 17 19 18 src = fetchFromGitLab { 20 19 owner = "OpenRGBDevelopers"; 21 20 repo = "OpenRGBHardwareSyncPlugin"; 22 21 rev = "release_${version}"; 23 - hash = "sha256-P+IitP8pQLUkBdMfcNw4fOggqyFfg6lNlnSfUGjddzo="; 22 + hash = "sha256-3sQFiqmXhuavce/6v3XBpp6PAduY7t440nXfbfCX9a0="; 24 23 }; 25 - 26 - patches = [ 27 - (fetchpatch { 28 - name = "use-pkgconfig"; 29 - url = "https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/commit/df2869d679ea43119fb9b174cd0b2cb152022685.patch"; 30 - hash = "sha256-oBtrHwpvB8Z3xYi4ucDSuw+5WijPEbgBW7vLGELFjfw="; 31 - }) 32 - (fetchpatch { 33 - name = "add-install-rule"; 34 - url = "https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/commit/bfbaa0a32ed05112e0cc8b6b2a8229945596e522.patch"; 35 - hash = "sha256-76UMMzeXnyQRCEE1tGPNR5XSHTT480rQDnJ9hWhfIqY="; 36 - }) 37 - ]; 38 24 39 25 postPatch = '' 40 26 # Use the source of openrgb from nixpkgs instead of the submodule