mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
GNU IceCat 3.0.3-g1.
svn path=/nixpkgs/trunk/; revision=12936
This commit is contained in:
parent
ccf99b2ddf
commit
e2c0146ad0
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
, freetype, fontconfig
|
||||
, application ? "browser" }:
|
||||
|
||||
let version = "3.0.2-g1"; in
|
||||
let version = "3.0.3-g1"; in
|
||||
stdenv.mkDerivation {
|
||||
name = "icecat-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/gnuzilla/${version}/icecat-${version}.tar.lzma";
|
||||
sha256 = "0xb2llv21s3sp3i94fryw3wshr92h0wij6bq3kkcnp6mgda2g07a";
|
||||
sha256 = "189rfgcsp98hd8ix8mc294xg0iw3qwmn2nyb2495hx84zli09n5m";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue