easyeffects: 7.1.3 -> 7.1.4

This commit is contained in:
R. Ryantm 2024-02-03 07:15:38 +00:00
parent 8f2659f142
commit 4ee0db6137

View File

@ -40,13 +40,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 = [