libmpc: 1.3.1 -> 1.4.0 (#504502)

This commit is contained in:
Martin Weinelt
2026-04-06 17:07:22 +00:00
committed by GitHub
+3 -3
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmpc";
version = "1.3.1"; # to avoid clash with the MPD client
version = "1.4.0"; # to avoid clash with the MPD client
src = fetchurl {
url = "mirror://gnu/mpc/mpc-${finalAttrs.version}.tar.gz";
sha256 = "sha256-q2QkkvXPiCt0qgy3MM1BCoHtzb7IlRg86TDnBsHHWbg=";
url = "mirror://gnu/mpc/mpc-${finalAttrs.version}.tar.xz";
hash = "sha256-MhCzpUaxywDClso2CJHXdA7m/wbesCono1sgzTwLsaU=";
};
strictDeps = true;