Merge pull request #89708 from magnetophon/gxplugins-lv2

gxplugins-lv2: 0.7 -> 0.8
This commit is contained in:
Benjamin Hipple 2020-07-05 20:09:22 -04:00 committed by GitHub
commit d540339699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "GxPlugins.lv2"; pname = "GxPlugins.lv2";
version = "0.7"; version = "0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "brummer10"; owner = "brummer10";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0jqdqnkg7pg9plcbxy49p7gcs1aj6h0xf7y9gndmjmkw5yjn2940"; sha256 = "11iv7bwvvspm74pisqvcpsxpg9xi6b08hq4i8q67mri4mvy9hmal";
fetchSubmodules = true; fetchSubmodules = true;
}; };