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

easyeffects: 7.1.4 -> 7.1.5
This commit is contained in:
Martin Weinelt 2024-03-23 02:31:02 +01:00 committed by GitHub
commit 379e479da0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -41,13 +41,13 @@
stdenv.mkDerivation rec {
pname = "easyeffects";
version = "7.1.4";
version = "7.1.5";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
rev = "v${version}";
hash = "sha256-UNS7kHyxHB4VneELXGn2G8T8EeKUpjb1ib2q0G+gf/s=";
hash = "sha256-QoH1dOzBtQHQQKA0+eZFX6yOvjRUmUZVxcdpISIpLLk=";
};
nativeBuildInputs = [