2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-12 07:54:50 +00:00

netbeans: 23 -> 24

This commit is contained in:
R. Ryantm 2024-12-11 00:48:06 +00:00
parent f425ed85dc
commit 92e3afea04

View File

@ -13,7 +13,7 @@
}:
let
version = "23";
version = "24";
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-UNTW0K8JlkxOKz9oO3HUBPZ4yZY7uWBkFZd2uenXtZA=";
hash = "sha256-mzmviZuyS68SZhOAzwWOdZLveOTS5UOgY1oW+oAv9Gs=";
};
buildCommand = ''