Merge pull request #132178 from Kranzes/bump-easyeffects

easyeffects: 6.0.0 -> 6.0.3
This commit is contained in:
Ben Siraphob 2021-07-31 14:12:20 +07:00 committed by GitHub
commit 83ef9f3f8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [