mpdscribble: 0.24 -> 0.25

This commit is contained in:
2kybe3
2026-03-22 17:39:29 +01:00
parent 87d5802892
commit 4bf98cdf8c
+5 -10
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchurl,
fetchpatch,
pkg-config,
meson,
ninja,
@@ -15,20 +14,16 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mpdscribble";
version = "0.24";
version = "0.25";
src = fetchurl {
url = "https://www.musicpd.org/download/mpdscribble/${finalAttrs.version}/mpdscribble-${finalAttrs.version}.tar.xz";
sha256 = "sha256-9rTLp0izuH5wUnC0kjyOI+lMLgD+3VC+sUaNvi+yqOc=";
sha256 = "sha256-IPidlFv1F8TWi/d6d6NZ/bE4QqsSlejSHtp5vitbNc4=";
};
# Fix build issue on darwin; to be removed after the next release
patches = [
(fetchpatch {
name = "remove-empty-static-lib.patch";
url = "https://github.com/MusicPlayerDaemon/mpdscribble/commit/0dbcea25c81f3fdc608f71ef71a9784679fee17f.patch";
sha256 = "sha256-3wLfQvbwx+OFrCl5vMV7Zps4e4iEYFhqPiVCo5hDqgw=";
})
mesonFlags = [
(lib.mesonOption "systemd_user_unit_dir" "etc/systemd/user")
(lib.mesonOption "systemd_system_unit_dir" "etc/systemd/system")
];
postPatch = ''