3
0
Fork 0
forked from mirrors/nixpkgs

gxplugins-lv2: 0.9 -> 1.0

This commit is contained in:
R. Ryantm 2023-01-21 21:08:34 +00:00
parent 4e9efbd52a
commit 6f87cb2be9

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "GxPlugins.lv2";
version = "0.9";
version = "1.0";
src = fetchFromGitHub {
owner = "brummer10";
repo = pname;
rev = "v${version}";
sha256 = "02fksl8wr443ygwgcd1c2zab8kp67a6ps12k71ysqx7szv4zq877";
sha256 = "sha256-NvmFoOAQtAnKrZgzG1Shy1HuJEWgjJloQEx6jw59hag=";
fetchSubmodules = true;
};