summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-12-08 17:18:08 +0100
committerGitHub <noreply@github.com>2020-12-08 17:18:08 +0100
commit39ad6d53746a97e5b58745ccf1a42453f9d1cb48 (patch)
treeeceb57fe07445e4ee41d76e930092f1fc64b8a4a /pkgs/applications/editors
parent02698c9618c7c8248a8a63e950bcdaa8e02adbc1 (diff)
parenta9616e521f6dadad15cc07747595679848ab2495 (diff)
Merge pull request #106300 from asbachb/update/netbeans
netbeans: 12.1 -> 12.2
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/netbeans/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/editors/netbeans/default.nix b/pkgs/applications/editors/netbeans/default.nix
index 718b1b8dcb61..eb4698c69d6f 100644
--- a/pkgs/applications/editors/netbeans/default.nix
+++ b/pkgs/applications/editors/netbeans/default.nix
@@ -3,7 +3,7 @@
}:
let
- version = "12.1";
+ version = "12.2";
desktopItem = makeDesktopItem {
name = "netbeans";
exec = "netbeans";
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
inherit version;
src = fetchurl {
url = "mirror://apache/netbeans/netbeans/${version}/netbeans-${version}-bin.zip";
- sha512 = "ad4bb5b191c784ed144b0b4831a8b95e0707c362917833c279d3f6fad11d7b3fb1f004f30121a941b694fc2ce323974b15072aa31cb5449111bc5d33d0d77103";
+ sha512 = "b25cda9830e8fe1d05687b08cc5fa9bcac7e8e6d12776998a4da7e483b3be0d04493345e56be7e6198fa8f86428d57d4459bfa7372c2e3f918f4a1101d0a31a7";
};
buildCommand = ''
@@ -27,6 +27,8 @@ stdenv.mkDerivation {
unzip $src
patchShebangs .
+ rm netbeans/bin/*.exe
+
# Copy to installation directory and create a wrapper capable of starting
# it.
mkdir -pv $out/bin