Merge pull request #226817 from r-ryantm/auto-update/easyeffects

easyeffects: 7.0.1 -> 7.0.3
This commit is contained in:
Weijia Wang 2023-04-20 22:39:20 +03:00 committed by GitHub
commit 8f9a1ffb3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,13 +37,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "easyeffects"; pname = "easyeffects";
version = "7.0.1"; version = "7.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wwmm"; owner = "wwmm";
repo = "easyeffects"; repo = "easyeffects";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-PI29TJSYa/dARlSHe4mO4ejV+muhGFhwVvhA10jziTA="; sha256 = "sha256-vHswNRu4JrW95nZaEBs95exUqslO0dyIr41E1gJhHow=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [