Merge pull request #110066 from r-ryantm/auto-update/libshout
libshout: 2.4.4 -> 2.4.5
This commit is contained in:
commit
380a5629df
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue