easyeffects: 8.0.5 -> 8.0.6

This commit is contained in:
Gliczy
2025-12-04 00:19:06 +01:00
parent 08a05050f9
commit fbe043d2c8
+2 -2
View File
@@ -61,13 +61,13 @@ in
stdenv.mkDerivation rec {
pname = "easyeffects";
version = "8.0.5";
version = "8.0.6";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${version}";
hash = "sha256-LBF8P512XeawlSgOz6AV03Q3ZGTwn+Gnqwh0xU0WEz4=";
hash = "sha256-5UPwCdpFU1SiD9nlQd99lAK7QdC9jcizj5X3BhBYJ4U=";
};
patches = [ ./qmlmodule-fix.patch ];