libsForQt5.drumstick: 2.5.1 -> 2.6.1

This commit is contained in:
Artturin 2022-06-29 20:32:48 +03:00
parent c30f66c6c7
commit eda6d6e075

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "drumstick";
version = "2.5.1";
version = "2.6.1";
src = fetchurl {
url = "mirror://sourceforge/drumstick/${version}/${pname}-${version}.tar.bz2";
hash = "sha256-V57YnyeOVBXL5qjuCO1j1Ozy9CeaXxadw6ed1suUUIU=";
hash = "sha256-5O9yD3MexorJUm5tv6oghDb4J/b3SO10mDQR9dT2jlA=";
};
patches = [