mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
alsa-utils: 1.2.9 -> 1.2.10
This commit is contained in:
parent
43bad2a819
commit
f65ef7fff4
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "alsa-utils";
|
pname = "alsa-utils";
|
||||||
version = "1.2.9";
|
version = "1.2.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://alsa/utils/${pname}-${version}.tar.bz2";
|
url = "mirror://alsa/utils/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "sha256-52I9RSVZX5LhHOJe6al/IEChTG5NzQJ6qW4Gy854F70=";
|
sha256 = "sha256-EEti7H8Cp84WynefSBVhbfHMIZM1A3g6kQe1lE+DBjo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext makeWrapper ];
|
nativeBuildInputs = [ gettext makeWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue