Merge pull request #143313 from r-ryantm/auto-update/x42-avldrums

This commit is contained in:
Sandro 2021-11-10 01:18:12 +01:00 committed by GitHub
commit 5fb426179a
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 = "x42-avldrums"; pname = "x42-avldrums";
version = "0.4.1"; version = "0.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "x42"; owner = "x42";
repo = "avldrums.lv2"; repo = "avldrums.lv2";
rev = "v${version}"; rev = "v${version}";
sha256 = "1vwdp3d8qzd493qa99ddya7iql67bbfxmbcl8hk96lxif2lhmyws"; sha256 = "sha256-L9rLSHHQIM6PqZ397TIxR6O1N9GKAQtDfWCofV5R85E=";
fetchSubmodules = true; fetchSubmodules = true;
}; };