Skip to content

Commit

Permalink
alsa-utils: update to version 1.0.26
Browse files Browse the repository at this point in the history
ftp://ftp.alsa-project.org/ appears to be offline. We download from a mirror
until that issue has been resolved.
  • Loading branch information
peti committed Sep 24, 2012
1 parent 625e2e4 commit 436d8ce
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pkgs/os-specific/linux/alsa-utils/default.nix
@@ -1,16 +1,17 @@
{stdenv, fetchurl, alsaLib, gettext, ncurses}:

stdenv.mkDerivation rec {
name = "alsa-utils-1.0.25";
name = "alsa-utils-1.0.26";

src = fetchurl {
url = "ftp://ftp.alsa-project.org/pub/utils/${name}.tar.bz2";
sha256 = "0b1hbdq1bdkbz72zdfy5cgp75jqpysb0mqb0n9wy5gsbccpnlrrf";
# url = "ftp://ftp.alsa-project.org/pub/utils/${name}.tar.bz2";
url = "http://gd.tuwien.ac.at/opsys/linux/alsa/utils/${name}.tar.bz2";
sha256 = "1rw1n3w8syqky9i7kwy5xd2rzfdbihxas32vwfxpb177lqx2lpzq";
};

buildInputs = [ alsaLib ncurses ];
buildNativeInputs = [ gettext ];

configureFlags = "--disable-xmlto --with-udev-rules-dir=$(out)/lib/udev/rules.d";

installFlags = "ASOUND_STATE_DIR=$(TMPDIR)/dummy";
Expand Down

0 comments on commit 436d8ce

Please sign in to comment.