easyeffects: 8.0.3 -> 8.0.4 (#464327)

This commit is contained in:
Aleksana
2025-11-24 01:33:32 +00:00
committed by GitHub
+4 -2
View File
@@ -47,6 +47,7 @@ let
;
inherit (kdePackages)
appstream-qt
breeze
breeze-icons
extra-cmake-modules
kcolorscheme
@@ -60,13 +61,13 @@ in
stdenv.mkDerivation rec {
pname = "easyeffects";
version = "8.0.3";
version = "8.0.4";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${version}";
hash = "sha256-N1VxA68IzNPZcDodoFTdQ0zpS5hCrHyLjP8Y/bqO/JA=";
hash = "sha256-K2oPY38SF8Xkg6uAh1xi8T380EwM7AWKDmLeYU0p2SQ=";
};
patches = [ ./qmlmodule-fix.patch ];
@@ -82,6 +83,7 @@ stdenv.mkDerivation rec {
buildInputs = [
appstream-qt
breeze
breeze-icons
deepfilternet
fftw