Skip to content

Commit

Permalink
alsa-plugins: 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Nov 2, 2016
1 parent 2e1871f commit 01fe648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/alsa-plugins/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, lib, pkgconfig, alsaLib, libogg, libpulseaudio ? null, libjack2 ? null }:

stdenv.mkDerivation rec {
name = "alsa-plugins-1.1.0";
name = "alsa-plugins-1.1.1";

src = fetchurl {
urls = [
"ftp://ftp.alsa-project.org/pub/plugins/${name}.tar.bz2"
"http://alsa.cybermirror.org/plugins/${name}.tar.bz2"
];
sha256 = "3b83c329953bef99f5fe25ae04ec4a455fe6514939f3b45a5321966652b2c9ee";
sha256 = "1w81z5jlwqhd1l2m7qrq69lc4k9dnrg1wn52jsl2hrf3hbhd394f";
};

# ToDo: a52, etc.?
Expand Down

0 comments on commit 01fe648

Please sign in to comment.