netbeans: 19 -> 20

This commit is contained in:
R. Ryantm 2023-12-02 13:53:12 +00:00
parent 83bf011027
commit 15f186a491

View File

@ -3,7 +3,7 @@
}:
let
version = "19";
version = "20";
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";
hash = "sha256-jfcO3WMH0Ir1+VfpZhaRcykTIoTmxA5DK8ZO8orP1Jg=";
hash = "sha256-hseSusJiUqdnhIyOBtELProeMjrGdKa22h0VkbML80E=";
};
buildCommand = ''