libogg: update from 1.3.0 to 1.3.1
This commit is contained in:
parent
7a2584fb87
commit
2d2e6199ee
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, xz }:
|
{ stdenv, fetchurl, xz }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libogg-1.3.0";
|
name = "libogg-1.3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.xiph.org/releases/ogg/${name}.tar.xz";
|
url = "http://downloads.xiph.org/releases/ogg/${name}.tar.xz";
|
||||||
sha256 = "0jy79ffkl34vycnwfsj4svqsdg1lwy2l1rr49y8r4d44kh12a5r3";
|
sha256 = "1ynwij1qdibwb2nvcl3ixri0c6pvq1higl96hf87iyqsv1wasnrs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ xz ];
|
nativeBuildInputs = [ xz ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user