easyeffects: 8.0.9 -> 8.1.2 (#487452)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-06 02:27:42 +00:00
committed by GitHub
+2 -2
View File
@@ -59,13 +59,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "easyeffects";
version = "8.0.9";
version = "8.1.2";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${finalAttrs.version}";
hash = "sha256-cFMbeJeEIDP7uiNi+rRKErgHtjP/PbPKASo+M2qogZQ=";
hash = "sha256-Tz14pjI5pNJOQH0KFaf9mJkFdup1GVxlkMnzVQusx/M=";
};
patches = [ ./qmlmodule-fix.patch ];