swt: 4.33 -> 4.34

Unfortunately it seems
https://github.com/eclipse-platform/eclipse.platform.swt/pull/1482 is
still not part of this release.

+4 -4
+4 -4
pkgs/by-name/sw/swt/package.nix
··· 11 11 12 12 stdenv.mkDerivation (finalAttrs: { 13 13 pname = "swt"; 14 - version = "4.33"; 15 - fullVersion = "${finalAttrs.version}-202409030240"; 14 + version = "4.34"; 15 + fullVersion = "${finalAttrs.version}-202411201800"; 16 16 17 17 hardeningDisable = [ "format" ]; 18 18 19 19 passthru.srcMetadataByPlatform = { 20 20 x86_64-linux.platform = "gtk-linux-x86_64"; 21 - x86_64-linux.hash = "sha256-0OUr+jpwTx5/eoA6Uo2E9/SBAtf+IMMiSVRhOfaWFhE="; 21 + x86_64-linux.hash = "sha256-lKAB2aCI3dZdt3pE7uSvSfxc8vc3oMSTCx5R+71Aqdk="; 22 22 x86_64-darwin.platform = "cocoa-macosx-x86_64"; 23 - x86_64-darwin.hash = "sha256-n948C/YPF55WPYvub3re/wARLP1Wk+XhJiIuI0YQH5c="; 23 + x86_64-darwin.hash = "sha256-Uns3fMoetbZAIrL/N0eVd42/3uygXakDdxpaxf5SWDI="; 24 24 }; 25 25 passthru.srcMetadata = 26 26 finalAttrs.passthru.srcMetadataByPlatform.${stdenv.hostPlatform.system} or null;