netbeans: 27 -> 28

This commit is contained in:
R. Ryantm
2025-11-11 00:27:36 +00:00
parent ffd468f28a
commit 0f7d78754d
+2 -2
View File
@@ -13,7 +13,7 @@
}:
let
version = "27";
version = "28";
desktopItem = makeDesktopItem {
name = "netbeans";
exec = "netbeans";
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
inherit version;
src = fetchurl {
url = "mirror://apache/netbeans/netbeans/${version}/netbeans-${version}-bin.zip";
hash = "sha256-/B8qE/Dwv1L6gZ8oTPsfq+zLb3cEyQ2YDdw6UFNim8c=";
hash = "sha256-ALn6XALAcQbf6zeoieKgTj4sUis24VzzfTHukPoa/DI=";
};
buildCommand = ''