easyeffects: 8.0.4 -> 8.0.5 (#465214)

This commit is contained in:
Aleksana
2025-11-29 01:55:48 +00:00
committed by GitHub
+2 -2
View File
@@ -61,13 +61,13 @@ in
stdenv.mkDerivation rec {
pname = "easyeffects";
version = "8.0.4";
version = "8.0.5";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
tag = "v${version}";
hash = "sha256-K2oPY38SF8Xkg6uAh1xi8T380EwM7AWKDmLeYU0p2SQ=";
hash = "sha256-LBF8P512XeawlSgOz6AV03Q3ZGTwn+Gnqwh0xU0WEz4=";
};
patches = [ ./qmlmodule-fix.patch ];