3
0
Fork 0
forked from mirrors/nixpkgs

ubuntu_font_family: update from 0.80 to 0.83, potentially fixes CVE-2012-5356

This commit is contained in:
Cillian de Róiste 2015-10-25 19:11:53 +01:00
parent 6c7775fe74
commit f7bfb4b466

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, unzip }:
stdenv.mkDerivation rec {
name = "ubuntu-font-family-0.80";
name = "ubuntu-font-family-0.83";
buildInputs = [unzip];
src = fetchurl {
url = "http://font.ubuntu.com/download/${name}.zip";
sha256 = "0k4f548riq23gmw4zhn30qqkcpaj4g2ab5rbc3lflfxwkc4p0w8h";
sha256 = "0hjvq2x758dx0sfwqhzflns0ns035qm7h6ygskbx1svzg517sva5";
};
installPhase =