Unverified Commit 81554259 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

alsa-utils: 1.2.12 -> 1.2.13 (#367733)

parents 30d22926 41d38a5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "alsa-utils";
  version = "1.2.12";
  version = "1.2.13";

  src = fetchurl {
    url = "mirror://alsa/utils/alsa-utils-${version}.tar.bz2";
    hash = "sha256-mLxmd9DAB0AGZ5BRgiMkoKsIea6lWKj2i1EXgNMM2SQ=";
    hash = "sha256-FwKmsc35uj6ZbsvB3c+RceaAj1lh1QPQ8n6A7hYvHao=";
  };

  nativeBuildInputs = [