mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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.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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user