Merge pull request #271674 from r-ryantm/auto-update/netbeans

netbeans: 19 -> 20
This commit is contained in:
Mario Rodas 2023-12-03 11:04:59 -05:00 committed by GitHub
commit 4fa6181085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''