Merge pull request #250358 from panda2134/master

openrgb: 0.8 -> 0.9

authored by Francesco Gazzetta and committed by GitHub 799e2353 628b4a1f

+6 -29
+2 -11
pkgs/applications/misc/openrgb-plugins/effects/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitLab 4 - , fetchpatch 5 , qtbase 6 , openrgb 7 , glib ··· 13 14 stdenv.mkDerivation rec { 15 pname = "openrgb-plugin-effects"; 16 - version = "0.8"; 17 18 src = fetchFromGitLab { 19 owner = "OpenRGBDevelopers"; 20 repo = "OpenRGBEffectsPlugin"; 21 rev = "release_${version}"; 22 - hash = "sha256-2F6yeLWgR0wCwIj75+d1Vdk45osqYwRdenK21lcRoOg="; 23 fetchSubmodules = true; 24 }; 25 - 26 - patches = [ 27 - # Add install rule 28 - (fetchpatch { 29 - url = "https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin/-/commit/75f1b3617d9cabfb3b04a7afc75ce0c1b8514bc0.patch"; 30 - hash = "sha256-X+zMNE3OCZNmUb68S4683r/RbE+CDrI/Jv4BMWPI47E="; 31 - }) 32 - ]; 33 34 postPatch = '' 35 # Use the source of openrgb from nixpkgs instead of the submodule
··· 1 { lib 2 , stdenv 3 , fetchFromGitLab 4 , qtbase 5 , openrgb 6 , glib ··· 12 13 stdenv.mkDerivation rec { 14 pname = "openrgb-plugin-effects"; 15 + version = "0.9"; 16 17 src = fetchFromGitLab { 18 owner = "OpenRGBDevelopers"; 19 repo = "OpenRGBEffectsPlugin"; 20 rev = "release_${version}"; 21 + hash = "sha256-8BnHifcFf7ESJgJi/q3ca38zuIVa++BoGlkWxj7gpog="; 22 fetchSubmodules = true; 23 }; 24 25 postPatch = '' 26 # Use the source of openrgb from nixpkgs instead of the submodule
+2 -16
pkgs/applications/misc/openrgb-plugins/hardwaresync/default.nix
··· 1 { lib 2 , stdenv 3 , fetchFromGitLab 4 - , fetchpatch 5 , qtbase 6 , openrgb 7 , glib ··· 14 15 stdenv.mkDerivation rec { 16 pname = "openrgb-plugin-hardwaresync"; 17 - version = "0.8"; 18 19 src = fetchFromGitLab { 20 owner = "OpenRGBDevelopers"; 21 repo = "OpenRGBHardwareSyncPlugin"; 22 rev = "release_${version}"; 23 - hash = "sha256-P+IitP8pQLUkBdMfcNw4fOggqyFfg6lNlnSfUGjddzo="; 24 }; 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 39 postPatch = '' 40 # Use the source of openrgb from nixpkgs instead of the submodule
··· 1 { lib 2 , stdenv 3 , fetchFromGitLab 4 , qtbase 5 , openrgb 6 , glib ··· 13 14 stdenv.mkDerivation rec { 15 pname = "openrgb-plugin-hardwaresync"; 16 + version = "0.9"; 17 18 src = fetchFromGitLab { 19 owner = "OpenRGBDevelopers"; 20 repo = "OpenRGBHardwareSyncPlugin"; 21 rev = "release_${version}"; 22 + hash = "sha256-3sQFiqmXhuavce/6v3XBpp6PAduY7t440nXfbfCX9a0="; 23 }; 24 25 postPatch = '' 26 # Use the source of openrgb from nixpkgs instead of the submodule
+2 -2
pkgs/applications/misc/openrgb/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "openrgb"; 5 - version = "0.8"; 6 7 src = fetchFromGitLab { 8 owner = "CalcProgrammer1"; 9 repo = "OpenRGB"; 10 rev = "release_${version}"; 11 - sha256 = "sha256-46dL1D5oVlw6mNuFDCbbrUDmq42yFXV/qFJ1JnPT5/s="; 12 }; 13 14 nativeBuildInputs = [ qmake pkg-config wrapQtAppsHook ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "openrgb"; 5 + version = "0.9"; 6 7 src = fetchFromGitLab { 8 owner = "CalcProgrammer1"; 9 repo = "OpenRGB"; 10 rev = "release_${version}"; 11 + sha256 = "sha256-XBLj4EfupyeVHRc0pVI7hrXFoCNJ7ak2yO0QSfhBsGU="; 12 }; 13 14 nativeBuildInputs = [ qmake pkg-config wrapQtAppsHook ];