libmpc: 1.4.0 -> 1.4.1 (#512520)

This commit is contained in:
Sandro 2026-05-19 00:39:44 +00:00 committed by GitHub
commit 1eee517037
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,11 +14,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmpc";
version = "1.4.0"; # to avoid clash with the MPD client
version = "1.4.1"; # to avoid clash with the MPD client
src = fetchurl {
url = "mirror://gnu/mpc/mpc-${finalAttrs.version}.tar.xz";
hash = "sha256-MhCzpUaxywDClso2CJHXdA7m/wbesCono1sgzTwLsaU=";
hash = "sha256-kSBM0y8WS9O3yZLUpqjOZRlRGq2rMPeLaYLQv41z6TE=";
};
strictDeps = true;