mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
update to 1.1.4
svn path=/nixpkgs/branches/stdenv-updates/; revision=19510
This commit is contained in:
parent
d3288dd878
commit
e2a24424ec
@ -1,9 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libogg-1.1.3";
|
||||
name = "libogg-1.1.4";
|
||||
src = fetchurl {
|
||||
url = http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz;
|
||||
md5 = "eaf7dc6ebbff30975de7527a80831585";
|
||||
url = http://downloads.xiph.org/releases/ogg/libogg-1.1.4.tar.gz;
|
||||
sha256 = "00z15ha73yfv7zn9z2z5yvc8g53ci6vn12vpc0l7qhc8zn1w2m4k";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user