x42-avldrums: 0.4.2 -> 0.7.2

This commit is contained in:
Orivej Desh 2024-02-04 05:49:46 +00:00
parent 830a7417cc
commit 3b31da53b9

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "x42-avldrums";
version = "0.4.2";
version = "0.7.2";
src = fetchFromGitHub {
owner = "x42";
repo = "avldrums.lv2";
rev = "v${version}";
sha256 = "sha256-L9rLSHHQIM6PqZ397TIxR6O1N9GKAQtDfWCofV5R85E=";
hash = "sha256-NNqBZTWjIM97qsXTW/+6T7eOAELi/OwXh4mCYPD/C6I=";
fetchSubmodules = true;
};