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

easyeffects: 7.1.3 -> 7.1.4
This commit is contained in:
Weijia Wang
2024-03-07 11:00:47 +01:00
committed by GitHub
@@ -41,13 +41,13 @@
stdenv.mkDerivation rec {
pname = "easyeffects";
version = "7.1.3";
version = "7.1.4";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
rev = "v${version}";
hash = "sha256-OJy8HhojfpUwWo3zg+FgdFI4pMzWA61VMsdPE03MfeE=";
hash = "sha256-UNS7kHyxHB4VneELXGn2G8T8EeKUpjb1ib2q0G+gf/s=";
};
nativeBuildInputs = [