about summary refs log tree commit diff
path: root/pkgs/applications/editors/netbeans
diff options
context:
space:
mode:
authorJoel Moberg <joel.moberg@gmail.com>2016-05-12 15:03:00 +0200
committerJoel Moberg <joel.moberg@gmail.com>2016-05-12 15:08:17 +0200
commit9e929f3eb635181afbfdf66e5943a55869f52db7 (patch)
treebcc41cbaa634c5fdd2ea06b87b9db17e3fcca853 /pkgs/applications/editors/netbeans
parent7465bcd67a2177c63adeec66398b1b581260b31e (diff)
netbeans: 8.0.2 -> 8.1
Diffstat (limited to 'pkgs/applications/editors/netbeans')
-rw-r--r--pkgs/applications/editors/netbeans/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/netbeans/default.nix b/pkgs/applications/editors/netbeans/default.nix
index 3ea0c71f125a4..4fb4006c56760 100644
--- a/pkgs/applications/editors/netbeans/default.nix
+++ b/pkgs/applications/editors/netbeans/default.nix
@@ -13,10 +13,10 @@ let
   };
 in
 stdenv.mkDerivation {
-  name = "netbeans-8.0.2";
+  name = "netbeans-8.1";
   src = fetchurl {
-    url = http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2-201411181905.zip;
-    sha256 = "1h9cqpwsnrhcnn4fqz3rr4s5jln8cfwki8af9zikq9j6aza337xv";
+    url = http://download.netbeans.org/netbeans/8.1/final/zip/netbeans-8.1-201510222201.zip;
+    sha256 = "1aaf132mndpgfbd5v8izqzp37hjs5gwqwd6zrb519fx0viz9aq5r";
   };
 
   buildCommand = ''