We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605126d commit aa044adCopy full SHA for aa044ad
pkgs/development/libraries/drumstick/default.nix
@@ -25,11 +25,11 @@ let
25
in
26
stdenv.mkDerivation rec {
27
pname = "drumstick";
28
- version = "2.9.1";
+ version = "2.10.0";
29
30
src = fetchurl {
31
url = "mirror://sourceforge/drumstick/${version}/${pname}-${version}.tar.bz2";
32
- hash = "sha256-U5Cm9pTDxC8NzyQfjaC/eBBDUWELV4jq4ov4QGefM9g=";
+ hash = "sha256-rFoH1daXHiT3LZWQRP+buzMRQSWLJfGMgRtJ9XFy/L0=";
33
};
34
35
patches = [ ./drumstick-plugins.patch ];
0 commit comments