netbeans 16 -> 18 https://repology.org/project/netbeans/versions attrpath: netbeans Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/editors/netbeans/default.nix b/pkgs/applications/editors/netbeans/default.nix index 65517d43bbf..87ea666d97c 100644 --- a/pkgs/applications/editors/netbeans/default.nix +++ b/pkgs/applications/editors/netbeans/default.nix @@ -3,7 +3,7 @@ }: let - version = "16"; + version = "18"; 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 = "sha512-k+Zj6TKW0tOSYvM6V1okF4Qz62gZMETC6XG98W23Vtz3+vdiaddd8BC2DBg7p9Z1CofRq8sbwtpeTJM3FaXv0g=="; + hash = "sha256-CTWOW1vd200oZZYqDRT4wqr4v5I3AAgEcqA/qi9Ief8="; }; buildCommand = '' @@ -42,7 +42,7 @@ stdenv.mkDerivation { # Extract pngs from the Apple icon image and create # the missing ones from the 1024x1024 image. icns2png --extract $out/netbeans/nb/netbeans.icns - for size in 16 24 32 48 64 128 256 512 1024; do + for size in 18 24 32 48 64 128 256 512 1024; do mkdir -pv $out/share/icons/hicolor/"$size"x"$size"/apps if [ -e netbeans_"$size"x"$size"x32.png ] then Successfully finished processing cachix "/nix/store/a4saj5hys2rkaf6l7w4liwk4czaffay0-netbeans-18" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/netbeans/versions. meta.description for netbeans is: An integrated development environment for Java, C, C++ and PHP meta.homepage for netbeans is: https://netbeans.apache.org/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 18 with grep in /nix/store/a4saj5hys2rkaf6l7w4liwk4czaffay0-netbeans-18 - found 18 in filename of file in /nix/store/a4saj5hys2rkaf6l7w4liwk4czaffay0-netbeans-18 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath netbeans ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/a4saj5hys2rkaf6l7w4liwk4czaffay0-netbeans-18 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A netbeans https://github.com/r-ryantm/nixpkgs/archive/61b37e5197e07d934f9e96dc008cd3c1d04ba2b6.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/a4saj5hys2rkaf6l7w4liwk4czaffay0-netbeans-18 ls -la /nix/store/a4saj5hys2rkaf6l7w4liwk4czaffay0-netbeans-18/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @svanderburg @rszibele for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/245025