summary refs log tree commit diff
path: root/pkgs/development/compilers/icedtea-web
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2016-02-08 12:29:37 +0100
committerRicardo M. Correia <rcorreia@wizy.org>2016-02-08 18:46:46 +0100
commit05a8185fdae5d6236c93087f25bca4744881e089 (patch)
tree379fe54494e492f37e99cbc86daa10ae778018ab /pkgs/development/compilers/icedtea-web
parent371b57a716feeaa5309ebb376aceab62371c2348 (diff)
downloadnixlib-05a8185fdae5d6236c93087f25bca4744881e089.tar
nixlib-05a8185fdae5d6236c93087f25bca4744881e089.tar.gz
nixlib-05a8185fdae5d6236c93087f25bca4744881e089.tar.bz2
nixlib-05a8185fdae5d6236c93087f25bca4744881e089.tar.lz
nixlib-05a8185fdae5d6236c93087f25bca4744881e089.tar.xz
nixlib-05a8185fdae5d6236c93087f25bca4744881e089.tar.zst
nixlib-05a8185fdae5d6236c93087f25bca4744881e089.zip
icedtea_web: 1.6.1 -> 1.6.2
Diffstat (limited to 'pkgs/development/compilers/icedtea-web')
-rw-r--r--pkgs/development/compilers/icedtea-web/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/icedtea-web/default.nix b/pkgs/development/compilers/icedtea-web/default.nix
index 863c74bc4c1b..fb03d98dbdc0 100644
--- a/pkgs/development/compilers/icedtea-web/default.nix
+++ b/pkgs/development/compilers/icedtea-web/default.nix
@@ -3,11 +3,11 @@
 stdenv.mkDerivation rec {
   name = "icedtea-web-${version}";
 
-  version = "1.6.1";
+  version = "1.6.2";
 
   src = fetchurl {
     url = "http://icedtea.wildebeest.org/download/source/${name}.tar.gz";
-    sha256 = "0869j9jn0z5b5pfspp4v5cj2ksmbqmmmjhqicn4kqc6wr6v6md59";
+    sha256 = "004kwrngyxxlrlzby4vzxjr0xcyngcdc9dfgnvi61ffnjr006ryf";
   };
 
   nativeBuildInputs = [ pkgconfig bc perl ];