Skip to content

Commit f7b810f

Browse files
authored
kdePackages.drumstick: 2.9.1 -> 2.10.0 (NixOS#367632)
2 parents 776809a + aa044ad commit f7b810f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/drumstick/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ let
2525
in
2626
stdenv.mkDerivation rec {
2727
pname = "drumstick";
28-
version = "2.9.1";
28+
version = "2.10.0";
2929

3030
src = fetchurl {
3131
url = "mirror://sourceforge/drumstick/${version}/${pname}-${version}.tar.bz2";
32-
hash = "sha256-U5Cm9pTDxC8NzyQfjaC/eBBDUWELV4jq4ov4QGefM9g=";
32+
hash = "sha256-rFoH1daXHiT3LZWQRP+buzMRQSWLJfGMgRtJ9XFy/L0=";
3333
};
3434

3535
patches = [ ./drumstick-plugins.patch ];

0 commit comments

Comments
 (0)