easyeffects: 7.0.1 -> 7.0.3

This commit is contained in:
R. Ryantm
2023-04-18 08:24:35 +00:00
parent 220889f069
commit 8e48a3d033
@@ -37,13 +37,13 @@
stdenv.mkDerivation rec {
pname = "easyeffects";
version = "7.0.1";
version = "7.0.3";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
rev = "v${version}";
sha256 = "sha256-PI29TJSYa/dARlSHe4mO4ejV+muhGFhwVvhA10jziTA=";
sha256 = "sha256-vHswNRu4JrW95nZaEBs95exUqslO0dyIr41E1gJhHow=";
};
nativeBuildInputs = [