libshout: 2.4.5 -> 2.4.6

This commit is contained in:
R. Ryantm 2022-07-31 21:06:07 +00:00
parent efb7405702
commit 2c241721b1

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "libshout";
version = "2.4.5";
version = "2.4.6";
src = fetchurl {
url = "https://downloads.xiph.org/releases/libshout/${pname}-${version}.tar.gz";
sha256 = "sha256-2eVoZopnOZTr4/HrXyvuBuMjal25K40MSH4cD4hqaJA=";
sha256 = "sha256-OcvU8O/f3cl1XYghfkf48tcQj6dn+dWKK6JqFtj3yRA=";
};
outputs = [ "out" "dev" "doc" ];