Merge pull request #179594 from Artturin/drumstickupdate

libsForQt5.drumstick: 2.5.1 -> 2.6.1
This commit is contained in:
Sandro 2022-06-29 19:56:41 +02:00 committed by GitHub
commit dc5316c534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [