Skip to content

Commit fe23bda

Browse files
committed
alsaLib: 1.2.3 -> 1.2.4
1 parent 466759f commit fe23bda

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/os-specific/linux/alsa-lib/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{ stdenv, fetchurl, alsa-ucm-conf, alsa-topology-conf }:
22

33
stdenv.mkDerivation rec {
4-
name = "alsa-lib-1.2.3";
4+
pname = "alsa-lib";
5+
version = "1.2.4";
56

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

1112
patches = [

0 commit comments

Comments
 (0)