openrgb-plugin-effects: 0.8 -> 0.9

removed patch 75f1b3617d9cabfb3b04a7afc75ce0c1b8514bc0, as this commit
has been included in v0.9.

+2 -11
+2 -11
pkgs/applications/misc/openrgb-plugins/effects/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitLab 4 - , fetchpatch 5 4 , qtbase 6 5 , openrgb 7 6 , glib ··· 13 12 14 13 stdenv.mkDerivation rec { 15 14 pname = "openrgb-plugin-effects"; 16 - version = "0.8"; 15 + version = "0.9"; 17 16 18 17 src = fetchFromGitLab { 19 18 owner = "OpenRGBDevelopers"; 20 19 repo = "OpenRGBEffectsPlugin"; 21 20 rev = "release_${version}"; 22 - hash = "sha256-2F6yeLWgR0wCwIj75+d1Vdk45osqYwRdenK21lcRoOg="; 21 + hash = "sha256-8BnHifcFf7ESJgJi/q3ca38zuIVa++BoGlkWxj7gpog="; 23 22 fetchSubmodules = true; 24 23 }; 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 24 34 25 postPatch = '' 35 26 # Use the source of openrgb from nixpkgs instead of the submodule