32a88012c6
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libcdaudio/versions
15 lines
346 B
Nix
15 lines
346 B
Nix
{stdenv, fetchurl}:
|
|
|
|
stdenv.mkDerivation {
|
|
name = "libcdaudio-0.99.12p2";
|
|
src = fetchurl {
|
|
url = mirror://sourceforge/libcdaudio/libcdaudio-0.99.12p2.tar.gz ;
|
|
sha256 = "1fsy6dlzxrx177qc877qhajm9l4g28mvh06h2l15rxy4bapzknjz" ;
|
|
};
|
|
|
|
meta = {
|
|
platforms = stdenv.lib.platforms.linux;
|
|
license = stdenv.lib.licenses.lgpl2;
|
|
};
|
|
}
|