libshout: 2.4.4 -> 2.4.5

This commit is contained in:
R. RyanTM 2021-01-20 03:09:18 +00:00
parent d1bfbb992d
commit 535c54bca0
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
# need pkg-config so that libshout installs ${out}/lib/pkgconfig/shout.pc
stdenv.mkDerivation rec {
name = "libshout-2.4.4";
name = "libshout-2.4.5";
src = fetchurl {
url = "http://downloads.xiph.org/releases/libshout/${name}.tar.gz";
sha256 = "1hz670a4pfpsb89b0mymy8nw4rx8x0vmh61gq6j1vbg70mfhrscc";
sha256 = "sha256-2eVoZopnOZTr4/HrXyvuBuMjal25K40MSH4cD4hqaJA=";
};
outputs = [ "out" "dev" "doc" ];