alsa-utils: 1.2.7 -> 1.2.8

authored by R. Ryantm and committed by ehmry 8e6ec9fc 11cca346

+2 -2
+2 -2
pkgs/os-specific/linux/alsa-project/alsa-utils/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "alsa-utils"; 5 - version = "1.2.7"; 6 7 src = fetchurl { 8 url = "mirror://alsa/utils/${pname}-${version}.tar.bz2"; 9 - sha256 = "sha256-6Qa/JAT/BMRI6qPSJtKDpiuaKD8S5P2EV/skusJ05ng="; 10 }; 11 12 nativeBuildInputs = [ gettext makeWrapper ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "alsa-utils"; 5 + version = "1.2.8"; 6 7 src = fetchurl { 8 url = "mirror://alsa/utils/${pname}-${version}.tar.bz2"; 9 + sha256 = "sha256-4UD6YEw1Hza9chZ8iGDGnYG5ZK5qtTmS1kNN3jjpMzw="; 10 }; 11 12 nativeBuildInputs = [ gettext makeWrapper ];