qt6Packages.drumstick: 2.10.0 -> 2.11.0 (#478813)

This commit is contained in:
Weijia Wang
2026-01-11 22:29:01 +00:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+7 -7
View File
@@ -7,22 +7,22 @@
stdenv.mkDerivation rec {
pname = "sonivox";
version = "3.6.16";
version = "4.0.0";
src = fetchFromGitHub {
owner = "pedrolcl";
owner = "EmbeddedSynth";
repo = "sonivox";
rev = "v${version}";
hash = "sha256-2OWlm1GZI08OeiG3AswRyvguv9MUYo1dLo6QUPr3r3s=";
tag = "v${version}";
hash = "sha256-eOC/7R45X93Q9KKnP+/fyPMESOVyTnzpqnLHnDQwLnQ=";
};
nativeBuildInputs = [ cmake ];
meta = {
homepage = "https://github.com/pedrolcl/sonivox";
homepage = "https://github.com/EmbeddedSynth/sonivox";
description = "MIDI synthesizer library";
license = lib.licenses.asl20;
maintainers = [ ];
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.wegank ];
platforms = lib.platforms.all;
};
}
@@ -25,11 +25,11 @@ let
in
stdenv.mkDerivation rec {
pname = "drumstick";
version = "2.10.0";
version = "2.11.0";
src = fetchurl {
url = "mirror://sourceforge/drumstick/${version}/drumstick-${version}.tar.bz2";
hash = "sha256-rFoH1daXHiT3LZWQRP+buzMRQSWLJfGMgRtJ9XFy/L0=";
hash = "sha256-vPlhQ+i8gifI/UIXii7KhZQ+RYBdnE09FVCXQiJcQdU=";
};
patches = [ ./drumstick-plugins.patch ];