mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
1.1.2 -> 1.1.3
svn path=/nixpkgs/trunk/; revision=5640
This commit is contained in:
parent
381a915353
commit
4be14fe52c
|
@ -1,9 +1,9 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libogg-1.1.2";
|
||||
name = "libogg-1.1.3";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/libogg-1.1.2.tar.gz;
|
||||
md5 = "4d82996517bf33bb912c97e9d0b635c4" ;
|
||||
url = http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz;
|
||||
md5 = "eaf7dc6ebbff30975de7527a80831585" ;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue