Merge pull request #250358 from panda2134/master

openrgb: 0.8 -> 0.9

Changed files
+6 -29
pkgs
applications
misc
openrgb
openrgb-plugins
effects
hardwaresync
+2 -11
pkgs/applications/misc/openrgb-plugins/effects/default.nix
···
{ lib
, stdenv
, fetchFromGitLab
-
, fetchpatch
, qtbase
, openrgb
, glib
···
stdenv.mkDerivation rec {
pname = "openrgb-plugin-effects";
-
version = "0.8";
+
version = "0.9";
src = fetchFromGitLab {
owner = "OpenRGBDevelopers";
repo = "OpenRGBEffectsPlugin";
rev = "release_${version}";
-
hash = "sha256-2F6yeLWgR0wCwIj75+d1Vdk45osqYwRdenK21lcRoOg=";
+
hash = "sha256-8BnHifcFf7ESJgJi/q3ca38zuIVa++BoGlkWxj7gpog=";
fetchSubmodules = true;
};
-
-
patches = [
-
# Add install rule
-
(fetchpatch {
-
url = "https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin/-/commit/75f1b3617d9cabfb3b04a7afc75ce0c1b8514bc0.patch";
-
hash = "sha256-X+zMNE3OCZNmUb68S4683r/RbE+CDrI/Jv4BMWPI47E=";
-
})
-
];
postPatch = ''
# Use the source of openrgb from nixpkgs instead of the submodule
+2 -16
pkgs/applications/misc/openrgb-plugins/hardwaresync/default.nix
···
{ lib
, stdenv
, fetchFromGitLab
-
, fetchpatch
, qtbase
, openrgb
, glib
···
stdenv.mkDerivation rec {
pname = "openrgb-plugin-hardwaresync";
-
version = "0.8";
+
version = "0.9";
src = fetchFromGitLab {
owner = "OpenRGBDevelopers";
repo = "OpenRGBHardwareSyncPlugin";
rev = "release_${version}";
-
hash = "sha256-P+IitP8pQLUkBdMfcNw4fOggqyFfg6lNlnSfUGjddzo=";
+
hash = "sha256-3sQFiqmXhuavce/6v3XBpp6PAduY7t440nXfbfCX9a0=";
};
-
-
patches = [
-
(fetchpatch {
-
name = "use-pkgconfig";
-
url = "https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/commit/df2869d679ea43119fb9b174cd0b2cb152022685.patch";
-
hash = "sha256-oBtrHwpvB8Z3xYi4ucDSuw+5WijPEbgBW7vLGELFjfw=";
-
})
-
(fetchpatch {
-
name = "add-install-rule";
-
url = "https://gitlab.com/OpenRGBDevelopers/OpenRGBHardwareSyncPlugin/-/commit/bfbaa0a32ed05112e0cc8b6b2a8229945596e522.patch";
-
hash = "sha256-76UMMzeXnyQRCEE1tGPNR5XSHTT480rQDnJ9hWhfIqY=";
-
})
-
];
postPatch = ''
# Use the source of openrgb from nixpkgs instead of the submodule
+2 -2
pkgs/applications/misc/openrgb/default.nix
···
stdenv.mkDerivation rec {
pname = "openrgb";
-
version = "0.8";
+
version = "0.9";
src = fetchFromGitLab {
owner = "CalcProgrammer1";
repo = "OpenRGB";
rev = "release_${version}";
-
sha256 = "sha256-46dL1D5oVlw6mNuFDCbbrUDmq42yFXV/qFJ1JnPT5/s=";
+
sha256 = "sha256-XBLj4EfupyeVHRc0pVI7hrXFoCNJ7ak2yO0QSfhBsGU=";
};
nativeBuildInputs = [ qmake pkg-config wrapQtAppsHook ];