easyeffects: 7.1.6 -> 7.1.7

Changelog: https://github.com/wwmm/easyeffects/blob/v7.1.7/CHANGELOG.md
This commit is contained in:
seth 2024-06-25 21:14:24 -04:00
parent ee0d61e58f
commit 008ab4c6f5
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -47,13 +47,13 @@ in
stdenv.mkDerivation rec {
pname = "easyeffects";
version = "7.1.6";
version = "7.1.7";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
rev = "v${version}";
hash = "sha256-NViRZHNgsweoD1YbyWYrRTZPKTCkKk3fGDLLYDD7JfA=";
hash = "sha256-y7we7/MQWweAoZkM8SuHiOTVyWFj9/foufLYBum/KKc=";
};
nativeBuildInputs = [