mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
libmpc: 1.4.0 -> 1.4.1 (#512520)
This commit is contained in:
commit
1eee517037
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue