libogg: 1.3.2 -> 1.3.3

This commit is contained in:
Franz Pletz 2018-01-28 16:25:44 +01:00
parent b20284ddd8
commit 8ebba206e4
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "libogg-1.3.2";
name = "libogg-1.3.3";
src = fetchurl {
url = "http://downloads.xiph.org/releases/ogg/${name}.tar.xz";
sha256 = "16z74q422jmprhyvy7c9x909li8cqzmvzyr8cgbm52xcsp6pqs1z";
sha256 = "022wjlzn8fx7mfby4pcgyjwx8zir7jr7cizichh3jgaki8bwcgsg";
};
outputs = [ "out" "dev" "doc" ];