tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libmpc: 1.2.1 -> 1.3.1
R. Ryantm
3 years ago
be71db89
e23d2314
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libmpc
default.nix
+2
-2
pkgs/development/libraries/libmpc/default.nix
···
9
10
stdenv.mkDerivation rec {
11
pname = "libmpc";
12
-
version = "1.2.1"; # to avoid clash with the MPD client
13
14
src = fetchurl {
15
url = "mirror://gnu/mpc/mpc-${version}.tar.gz";
16
-
sha256 = "0n846hqfqvmsmim7qdlms0qr86f1hck19p12nq3g3z2x74n3sl0p";
17
};
18
19
strictDeps = true;
···
9
10
stdenv.mkDerivation rec {
11
pname = "libmpc";
12
+
version = "1.3.1"; # to avoid clash with the MPD client
13
14
src = fetchurl {
15
url = "mirror://gnu/mpc/mpc-${version}.tar.gz";
16
+
sha256 = "sha256-q2QkkvXPiCt0qgy3MM1BCoHtzb7IlRg86TDnBsHHWbg=";
17
};
18
19
strictDeps = true;