easyeffects: 6.0.0 -> 6.0.3

This commit is contained in:
Ilan Joselevich 2021-07-31 02:00:41 +03:00
parent 8489d9e8fe
commit bc32030066

View file

@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "easyeffects";
version = "6.0.0";
version = "6.0.3";
src = fetchFromGitHub {
owner = "wwmm";
repo = "easyeffects";
rev = "v${version}";
hash = "sha256:1m3jamnhgpx3z51nfc8xg7adhf5x7dirvw0wf129hzxx4fjl7rch";
sha256 = "sha256-GzqPC/m/HMthLMamhJ4EXX6fxZYscdX1QmXgqHOPEcg=";
};
nativeBuildInputs = [