alsa-oss: split version from name

This commit is contained in:
Bob van der Linden 2019-04-11 22:03:07 +02:00
parent c5c0c8f9fa
commit fae2dc74a6
No known key found for this signature in database
GPG Key ID: 2A90361F99CF1795

View File

@ -1,7 +1,8 @@
{stdenv, fetchurl, alsaLib, gettext, ncurses, libsamplerate}:
stdenv.mkDerivation rec {
name = "alsa-oss-1.1.8";
name = "alsa-oss-${version}";
version = "1.1.8";
src = fetchurl {
url = "mirror://alsa/oss-lib/${name}.tar.bz2";