Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #254152 from kashw2/netbeans

netbeans: 18 -> 19

authored by OTABI Tomoya and committed by GitHub bf36a10c 2f624d79

+3 -3
+3 -3
pkgs/applications/editors/netbeans/default.nix
··· 3 }: 4 5 let 6 - version = "18"; 7 desktopItem = makeDesktopItem { 8 name = "netbeans"; 9 exec = "netbeans"; ··· 19 inherit version; 20 src = fetchurl { 21 url = "mirror://apache/netbeans/netbeans/${version}/netbeans-${version}-bin.zip"; 22 - hash = "sha256-CTWOW1vd200oZZYqDRT4wqr4v5I3AAgEcqA/qi9Ief8="; 23 }; 24 25 buildCommand = '' ··· 68 binaryBytecode 69 binaryNativeCode 70 ]; 71 - maintainers = with lib.maintainers; [ sander rszibele ]; 72 platforms = lib.platforms.unix; 73 }; 74 }
··· 3 }: 4 5 let 6 + version = "19"; 7 desktopItem = makeDesktopItem { 8 name = "netbeans"; 9 exec = "netbeans"; ··· 19 inherit version; 20 src = fetchurl { 21 url = "mirror://apache/netbeans/netbeans/${version}/netbeans-${version}-bin.zip"; 22 + hash = "sha256-jfcO3WMH0Ir1+VfpZhaRcykTIoTmxA5DK8ZO8orP1Jg="; 23 }; 24 25 buildCommand = '' ··· 68 binaryBytecode 69 binaryNativeCode 70 ]; 71 + maintainers = with lib.maintainers; [ sander rszibele kashw2 ]; 72 platforms = lib.platforms.unix; 73 }; 74 }