Merge pull request #287431 from orivej/x42-avldrums

x42-avldrums: 0.4.2 -> 0.7.2
This commit is contained in:
Orivej Desh (NixOS) 2024-02-12 17:58:12 +00:00 committed by GitHub
commit ed8b568db3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
};