Skip to content

Commit

Permalink
alsaLib: 1.2.3 -> 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 24, 2020
1 parent 466759f commit fe23bda
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/os-specific/linux/alsa-lib/default.nix
@@ -1,11 +1,12 @@
{ stdenv, fetchurl, alsa-ucm-conf, alsa-topology-conf }:

stdenv.mkDerivation rec {
name = "alsa-lib-1.2.3";
pname = "alsa-lib";
version = "1.2.4";

src = fetchurl {
url = "mirror://alsa/lib/${name}.tar.bz2";
sha256 = "13k7dx1g749z74rz71hs5j8z0pqdjgx7l69pn0vsy7jizhi0kw02";
url = "mirror://alsa/lib/${pname}-${version}.tar.bz2";
sha256 = "sha256-91VL4aVs3/RotY/BwpuVtkhkxZADjdMJx6l4xxFpCPc=";
};

patches = [
Expand Down

0 comments on commit fe23bda

Please sign in to comment.