summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2021-05-22 14:35:45 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-05-30 02:32:21 +0000
commit9b98f808298ac44a1418dbf09274ff2256d8e43b (patch)
treef7e37186755b7dca1d39f8fb4c45a669f38768ee
parentMerge pull request #124827 from NixOS/backport-124685-to-release-21.05 (diff)
downloadnixpkgs-9b98f808298ac44a1418dbf09274ff2256d8e43b.tar.gz
Gxplugins-Lv2: 0.8 -> 0.9
(cherry picked from commit a9c375563e8c82a582ffeeed7dd257833109c72f)
-rw-r--r--pkgs/applications/audio/gxplugins-lv2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/gxplugins-lv2/default.nix b/pkgs/applications/audio/gxplugins-lv2/default.nix
index d71d40f401c4..5e8747f76566 100644
--- a/pkgs/applications/audio/gxplugins-lv2/default.nix
+++ b/pkgs/applications/audio/gxplugins-lv2/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "GxPlugins.lv2";
- version = "0.8";
+ version = "0.9";
src = fetchFromGitHub {
owner = "brummer10";
repo = pname;
rev = "v${version}";
- sha256 = "11iv7bwvvspm74pisqvcpsxpg9xi6b08hq4i8q67mri4mvy9hmal";
+ sha256 = "02fksl8wr443ygwgcd1c2zab8kp67a6ps12k71ysqx7szv4zq877";
fetchSubmodules = true;
};
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/brummer10/GxPlugins.lv2";
description = "A set of extra lv2 plugins from the guitarix project";
maintainers = [ maintainers.magnetophon ];
- license = licenses.gpl3;
+ license = licenses.gpl3Plus;
};
}