Merge pull request #184796 from r-ryantm/auto-update/drumstick

libsForQt5.drumstick: 2.6.1 -> 2.7.0
This commit is contained in:
Weijia Wang 2023-03-17 11:25:09 +02:00 committed by GitHub
commit 2448665c16
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.6.1";
version = "2.7.0";
src = fetchurl {
url = "mirror://sourceforge/drumstick/${version}/${pname}-${version}.tar.bz2";
hash = "sha256-5O9yD3MexorJUm5tv6oghDb4J/b3SO10mDQR9dT2jlA=";
hash = "sha256-Yb5SrXJ5ZK0IJ8XbnxAGLlfqKGOrfv2VET9Ba8dKItU=";
};
patches = [