libogg: update from 1.3.0 to 1.3.1

This commit is contained in:
Nixpkgs Monitor 2013-12-18 17:47:22 +02:00 committed by Evgeny Egorochkin
parent 7a2584fb87
commit 2d2e6199ee

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, xz }:
stdenv.mkDerivation rec {
name = "libogg-1.3.0";
name = "libogg-1.3.1";
src = fetchurl {
url = "http://downloads.xiph.org/releases/ogg/${name}.tar.xz";
sha256 = "0jy79ffkl34vycnwfsj4svqsdg1lwy2l1rr49y8r4d44kh12a5r3";
sha256 = "1ynwij1qdibwb2nvcl3ixri0c6pvq1higl96hf87iyqsv1wasnrs";
};
nativeBuildInputs = [ xz ];