lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
4e2a1eb1 78a418ca

+546 -288
+1 -1
pkgs/applications/audio/radiotray-ng/default.nix
··· 93 93 homepage = "https://github.com/ebruck/radiotray-ng"; 94 94 license = licenses.gpl3; 95 95 maintainers = with maintainers; [ dtzWill ]; 96 - platforms = platforms.all; 96 + platforms = platforms.linux; 97 97 }; 98 98 }
+44
pkgs/applications/editors/vscode/extensions/default.nix
··· 350 350 }; 351 351 }; 352 352 353 + dart-code.flutter = buildVscodeMarketplaceExtension { 354 + mktplcRef = { 355 + name = "flutter"; 356 + publisher = "dart-code"; 357 + version = "3.50.0"; 358 + sha256 = "sha256-2Mi0BWXfO73BBIZIRJMaQyml+jXBI9d7By+vx9Rg+pE="; 359 + }; 360 + 361 + meta.license = lib.licenses.mit; 362 + }; 363 + 364 + dart-code.dart-code = buildVscodeMarketplaceExtension { 365 + mktplcRef = { 366 + name = "dart-code"; 367 + publisher = "dart-code"; 368 + version = "3.50.0"; 369 + sha256 = "sha256-vdECvW4BfuT3H6GD2cH7lVW0f5591pKjXsWyJzzpHYA="; 370 + }; 371 + 372 + meta.license = lib.licenses.mit; 373 + }; 374 + 353 375 ms-python.vscode-pylance = buildVscodeMarketplaceExtension { 354 376 mktplcRef = { 355 377 name = "vscode-pylance"; ··· 2152 2174 }; 2153 2175 }; 2154 2176 2177 + rebornix.ruby = buildVscodeMarketplaceExtension { 2178 + mktplcRef = { 2179 + name = "ruby"; 2180 + publisher = "rebornix"; 2181 + version = "0.28.1"; 2182 + sha256 = "sha256-HAUdv+2T+neJ5aCGiQ37pCO6x6r57HIUnLm4apg9L50="; 2183 + }; 2184 + 2185 + meta.license = lib.licenses.mit; 2186 + }; 2187 + 2155 2188 richie5um2.snake-trail = buildVscodeMarketplaceExtension { 2156 2189 mktplcRef = { 2157 2190 name = "snake-trail"; ··· 2875 2908 llvm-org.lldb-vscode = llvmPackages_8.lldb; 2876 2909 2877 2910 WakaTime.vscode-wakatime = callPackage ./wakatime { }; 2911 + 2912 + wingrunr21.vscode-ruby = buildVscodeMarketplaceExtension { 2913 + mktplcRef = { 2914 + name = "vscode-ruby"; 2915 + publisher = "wingrunr21"; 2916 + version = "0.28.0"; 2917 + sha256 = "sha256-H3f1+c31x+lgCzhgTb0uLg9Bdn3pZyJGPPwfpCYrS70="; 2918 + }; 2919 + 2920 + meta.license = lib.licenses.mit; 2921 + }; 2878 2922 2879 2923 wholroyd.jinja = buildVscodeMarketplaceExtension { 2880 2924 mktplcRef = {
+39 -26
pkgs/applications/emulators/bochs/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchurl 4 - , SDL2 5 - , curl 6 4 , docbook_xml_dtd_45 7 5 , docbook_xsl 8 - , gtk2 6 + , libtool 7 + , pkg-config 8 + , curl 9 + , readline 10 + , wget 11 + , libobjc 12 + , enableX11 ? !stdenv.isDarwin 9 13 , libGL 10 14 , libGLU 11 15 , libX11 12 16 , libXpm 13 - , libtool 17 + , enableSdl2 ? true 18 + , SDL2 19 + , enableTerm ? true 14 20 , ncurses 15 - , pkg-config 16 - , readline 17 - , wget 21 + , enableWx ? !stdenv.isDarwin 18 22 , wxGTK 23 + , gtk3 19 24 }: 20 25 21 26 stdenv.mkDerivation (finalAttrs: { ··· 35 40 ]; 36 41 37 42 buildInputs = [ 38 - SDL2 39 43 curl 40 - gtk2 44 + readline 45 + wget 46 + ] ++ lib.optionals stdenv.isDarwin [ 47 + libobjc 48 + ] ++ lib.optionals enableX11 [ 41 49 libGL 42 50 libGLU 43 51 libX11 44 52 libXpm 53 + ] ++ lib.optionals enableSdl2 [ 54 + SDL2 55 + ] ++ lib.optionals enableTerm [ 45 56 ncurses 46 - readline 47 - wget 57 + ] ++ lib.optionals enableWx [ 48 58 wxGTK 59 + gtk3 49 60 ]; 50 61 51 62 configureFlags = [ 52 - "--with-x=yes" 53 - "--with-x11=yes" 54 - 55 63 "--with-rfb=no" 56 64 "--with-vncsrv=no" 57 65 "--with-nogui" ··· 84 92 "--enable-cpu-level=6" # from 3 to 6 85 93 "--enable-debugger" #conflicts with gdb-stub option 86 94 "--enable-debugger-gui" 87 - "--enable-e1000" 88 - "--enable-es1370" 89 95 "--enable-evex" 90 96 "--enable-fpu" 91 97 "--enable-gdb-stub=no" # conflicts with debugger option ··· 94 100 "--enable-iodebug" 95 101 "--enable-large-ramfile" 96 102 "--enable-largefile" 97 - "--enable-ne2000" 98 103 "--enable-pci" 99 - "--enable-plugins=yes" 100 - "--enable-pnic" 101 104 "--enable-repeat-speedups" 102 - "--enable-sb16" 103 105 "--enable-show-ips" 104 106 "--enable-smp" 105 107 "--enable-vmx=2" ··· 112 114 "--enable-voodoo" 113 115 "--enable-x86-64" 114 116 "--enable-x86-debugger" 115 - ] 116 - # Boolean flags 117 - ++ lib.optionals (SDL2 != null) [ "--with-sdl2" ] 118 - ++ lib.optionals (ncurses != null) [ "--with-term" ] 119 - ++ lib.optionals (gtk2 != null && wxGTK != null) [ "--with-wx" ]; 117 + ] ++ lib.optionals (!stdenv.isDarwin) [ 118 + "--enable-e1000" 119 + "--enable-es1370" 120 + "--enable-ne2000" 121 + "--enable-plugins" 122 + "--enable-pnic" 123 + "--enable-sb16" 124 + ] ++ lib.optionals enableX11 [ 125 + "--with-x" 126 + "--with-x11" 127 + ] ++ lib.optionals enableSdl2 [ 128 + "--with-sdl2" 129 + ] ++ lib.optionals enableTerm [ 130 + "--with-term" 131 + ] ++ lib.optionals enableWx [ 132 + "--with-wx" 133 + ]; 120 134 121 135 enableParallelBuilding = true; 122 136 ··· 131 145 license = licenses.lgpl2Plus; 132 146 maintainers = with maintainers; [ AndersonTorres ]; 133 147 platforms = platforms.unix; 134 - broken = stdenv.isDarwin; 135 148 }; 136 149 }) 137 150 # TODO: a better way to organize the options
+2 -2
pkgs/applications/graphics/batik/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "batik"; 5 - version = "1.15"; 5 + version = "1.16"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://apache/xmlgraphics/batik/binaries/batik-bin-${version}.tar.gz"; 9 - sha256 = "sha256-NYo7+8DikUmDsioM1Q1YW1s3KwsQeTnwIKDr+RHxxyo="; 9 + sha256 = "sha256-Y4bJ6X46sKx1+fmNkOS2RU7gn7n0fKDnkOYMq0S8fYM="; 10 10 }; 11 11 12 12 meta = with lib; {
+2 -2
pkgs/applications/misc/fluidd/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "fluidd"; 5 - version = "1.20.1"; 5 + version = "1.21.1"; 6 6 7 7 src = fetchurl { 8 8 name = "fluidd-v${version}.zip"; 9 9 url = "https://github.com/cadriel/fluidd/releases/download/v${version}/fluidd.zip"; 10 - sha256 = "sha256-CA0C3yERT6r33GdtCZ7UZheEhDL4uzjAvcuhZeZQLvg="; 10 + sha256 = "sha256-TahXPbZy7eoSJ/U2wL6GaMM8F6zypf7EU91JVWlevQg="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ unzip ];
+3 -3
pkgs/applications/misc/hugo/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "hugo"; 5 - version = "0.104.3"; 5 + version = "0.105.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "gohugoio"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-bGyU0i/wwFprAoLENrmBY2IxLjwyX4pQ9z4LFIUguI4="; 11 + sha256 = "sha256-qKcybKgdNkn3AhDVwl1vCYt0HoQimz8qi+O95jKaW8Q="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-is1dQJwvhygn95rbeHeGI97vDXo8ftnNqug4eERN3gI="; 14 + vendorSha256 = "sha256-M74pfS7bmSrXhUvQ3hDokBPNLYxJslc9UGR3Bhp2BBQ="; 15 15 16 16 doCheck = false; 17 17
+51 -7
pkgs/applications/misc/slade/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, cmake, pkg-config, wxGTK, gtk2, sfml, fluidsynth, curl, freeimage, ftgl, glew, zip }: 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , cmake 5 + , pkg-config 6 + , which 7 + , zip 8 + , wxGTK 9 + , gtk3 10 + , sfml 11 + , fluidsynth 12 + , curl 13 + , freeimage 14 + , ftgl 15 + , glew 16 + , lua 17 + , mpg123 18 + }: 2 19 3 20 stdenv.mkDerivation rec { 4 21 pname = "slade"; 5 - version = "3.1.1.5"; 22 + version = "3.2.1"; 6 23 7 24 src = fetchFromGitHub { 8 25 owner = "sirjuddington"; 9 26 repo = "SLADE"; 10 27 rev = version; 11 - sha256 = "0mdn59jm6ab4cdh99bgvadif3wdlqmk5mq635gg7krq35njgw6f6"; 28 + sha256 = "sha256-KFRX3sfI//Op/h/EfEuAZOY22RO5qNXmvhSksC0aS4U="; 12 29 }; 13 30 14 - nativeBuildInputs = [ cmake pkg-config zip ]; 15 - buildInputs = [ wxGTK gtk2 sfml fluidsynth curl freeimage ftgl glew ]; 31 + postPatch = lib.optionalString (!stdenv.hostPlatform.isx86) '' 32 + sed -i '/-msse/d' src/CMakeLists.txt 33 + ''; 34 + 35 + nativeBuildInputs = [ 36 + cmake 37 + pkg-config 38 + which 39 + zip 40 + ]; 41 + 42 + buildInputs = [ 43 + wxGTK 44 + gtk3 45 + sfml 46 + fluidsynth 47 + curl 48 + freeimage 49 + ftgl 50 + glew 51 + lua 52 + mpg123 53 + ]; 54 + 55 + cmakeFlags = [ 56 + "-DwxWidgets_LIBRARIES=${wxGTK}/lib" 57 + ]; 58 + 59 + NIX_CFLAGS_COMPILE = "-Wno-narrowing"; 16 60 17 61 meta = with lib; { 18 62 description = "Doom editor"; 19 63 homepage = "http://slade.mancubus.net/"; 20 - license = licenses.gpl2; 21 - platforms = [ "x86_64-linux" "i686-linux" ]; 64 + license = licenses.gpl2Plus; 65 + platforms = platforms.linux; 22 66 maintainers = with maintainers; [ abbradar ]; 23 67 }; 24 68 }
+35 -12
pkgs/applications/misc/slade/git.nix
··· 3 3 , fetchFromGitHub 4 4 , cmake 5 5 , pkg-config 6 + , which 7 + , zip 6 8 , wxGTK 9 + , gtk3 7 10 , sfml 8 11 , fluidsynth 9 12 , curl 10 13 , freeimage 11 14 , ftgl 12 15 , glew 13 - , zip 14 16 , lua 15 - , fmt 16 17 , mpg123 17 18 }: 18 19 19 - stdenv.mkDerivation { 20 + stdenv.mkDerivation rec { 20 21 pname = "slade"; 21 - version = "unstable-2021-05-13"; 22 + version = "unstable-2022-08-15"; 22 23 23 24 src = fetchFromGitHub { 24 25 owner = "sirjuddington"; 25 26 repo = "SLADE"; 26 - rev = "d2e249c89062a44c912a9b86951526edc8735ba0"; 27 - sha256 = "08dsvx7m7c97jm8fxzivmi1fr47hj53y0lv57clqc35bh2gi62dg"; 27 + rev = "1a0d25eec54f9ca2eb3667676d93fb0b6b6aea26"; 28 + sha256 = "sha256-mtaJr4HJbp2UnzwaLq12V69DqPYDmSNqMGiuPpMlznI="; 28 29 }; 29 30 31 + postPatch = lib.optionalString (!stdenv.hostPlatform.isx86) '' 32 + sed -i '/-msse/d' src/CMakeLists.txt 33 + ''; 34 + 35 + nativeBuildInputs = [ 36 + cmake 37 + pkg-config 38 + which 39 + zip 40 + ]; 41 + 42 + buildInputs = [ 43 + wxGTK 44 + gtk3 45 + sfml 46 + fluidsynth 47 + curl 48 + freeimage 49 + ftgl 50 + glew 51 + lua 52 + mpg123 53 + ]; 54 + 30 55 cmakeFlags = [ 31 - "-DwxWidgets_CONFIG_EXECUTABLE=${wxGTK}/bin/wx-config" 32 - "-DWX_GTK3=OFF" 33 - "-DNO_WEBVIEW=1" 56 + "-DwxWidgets_LIBRARIES=${wxGTK}/lib" 34 57 ]; 35 - nativeBuildInputs = [ cmake pkg-config zip ]; 36 - buildInputs = [ wxGTK wxGTK.gtk sfml fluidsynth curl freeimage ftgl glew lua fmt mpg123 ]; 58 + 59 + NIX_CFLAGS_COMPILE = "-Wno-narrowing"; 37 60 38 61 meta = with lib; { 39 62 description = "Doom editor"; 40 63 homepage = "http://slade.mancubus.net/"; 41 64 license = licenses.gpl2Plus; 42 - platforms = [ "x86_64-linux" "i686-linux" ]; 65 + platforms = platforms.linux; 43 66 maintainers = with maintainers; [ ertes ]; 44 67 }; 45 68 }
+3 -3
pkgs/applications/misc/spicetify-cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "spicetify-cli"; 5 - version = "2.14.0"; 5 + version = "2.14.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "spicetify"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-iaaf5ZHaHSEkQdxqZtsc6K/3+x6gAfvgQoWWYWcFeV4="; 11 + sha256 = "sha256-262tnSKX6M9ggm4JIs0pANeq2JSNYzKkTN8awpqLyMM="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-zYIbtcDM9iYSRHagvI9D284Y7w0ZxG4Ba1p4jqmQyng="; 14 + vendorSha256 = "sha256-E2Q+mXojMb8E0zSnaCOl9xp5QLeYcuTXjhcp3Hc8gH4="; 15 15 16 16 ldflags = [ 17 17 "-s -w"
+15 -4
pkgs/applications/misc/wofi/default.nix
··· 1 - { stdenv, lib, fetchhg, pkg-config, meson, ninja, wayland, gtk3, wrapGAppsHook, installShellFiles }: 2 - 1 + { stdenv 2 + , lib 3 + , fetchFromSourcehut 4 + , pkg-config 5 + , meson 6 + , ninja 7 + , wayland 8 + , gtk3 9 + , wrapGAppsHook 10 + , installShellFiles 11 + }: 3 12 stdenv.mkDerivation rec { 4 13 pname = "wofi"; 5 14 version = "1.3"; 6 15 7 - src = fetchhg { 8 - url = "https://hg.sr.ht/~scoopta/wofi"; 16 + src = fetchFromSourcehut { 17 + repo = pname; 18 + owner = "~scoopta"; 9 19 rev = "v${version}"; 10 20 sha256 = "sha256-GxMjEXBPQniD+Yc9QZjd8TH4ILJAX5dNzrjxDawhy8w="; 21 + vc = "hg"; 11 22 }; 12 23 13 24 nativeBuildInputs = [ pkg-config meson ninja wrapGAppsHook installShellFiles ];
+69 -14
pkgs/applications/misc/workrave/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, wrapGAppsHook 2 - , autoconf, autoconf-archive, automake, gettext, intltool, libtool, pkg-config 3 - , libICE, libSM, libXScrnSaver, libXtst, cheetah 4 - , gobject-introspection, glib, glibmm, gtkmm3, atk, pango, pangomm, cairo 5 - , cairomm , dbus, dbus-glib, gdome2, gstreamer, gst-plugins-base 6 - , gst-plugins-good, libsigcxx }: 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , wrapGAppsHook 5 + , autoconf 6 + , autoconf-archive 7 + , automake 8 + , gettext 9 + , intltool 10 + , libtool 11 + , pkg-config 12 + , libICE 13 + , libSM 14 + , libXScrnSaver 15 + , libXtst 16 + , gobject-introspection 17 + , glib 18 + , glibmm 19 + , gtkmm3 20 + , atk 21 + , pango 22 + , pangomm 23 + , cairo 24 + , cairomm 25 + , dbus 26 + , dbus-glib 27 + , gdome2 28 + , gstreamer 29 + , gst-plugins-base 30 + , gst-plugins-good 31 + , libsigcxx 32 + , boost 33 + , jinja2 34 + }: 7 35 8 36 stdenv.mkDerivation rec { 9 37 pname = "workrave"; 10 - version = "1.10.31"; 38 + version = "1.10.50"; 11 39 12 40 src = fetchFromGitHub { 13 - sha256 = "0v2mx2idaxlsyv5w66b7pknlill9j9i2gqcs3vq54gak7ix9fj1p"; 14 - rev = with lib; 15 - "v" + concatStringsSep "_" (splitVersion version); 16 41 repo = "workrave"; 17 42 owner = "rcaelers"; 43 + rev = with lib; 44 + "v" + concatStringsSep "_" (splitVersion version); 45 + sha256 = "sha256-fSUfgk0PmiteVQis+0NmMMZXBe/377X2k9oS2yp2Qzo="; 18 46 }; 19 47 20 48 nativeBuildInputs = [ 21 - autoconf autoconf-archive automake gettext intltool libtool pkg-config wrapGAppsHook 49 + autoconf 50 + autoconf-archive 51 + automake 52 + gettext 53 + intltool 54 + libtool 55 + pkg-config 56 + wrapGAppsHook 57 + jinja2 22 58 ]; 59 + 23 60 buildInputs = [ 24 - libICE libSM libXScrnSaver libXtst cheetah 25 - gobject-introspection glib glibmm gtkmm3 atk pango pangomm cairo cairomm 26 - dbus dbus-glib gdome2 gstreamer gst-plugins-base gst-plugins-good libsigcxx 61 + libICE 62 + libSM 63 + libXScrnSaver 64 + libXtst 65 + gobject-introspection 66 + glib 67 + glibmm 68 + gtkmm3 69 + atk 70 + pango 71 + pangomm 72 + cairo 73 + cairomm 74 + dbus 75 + dbus-glib 76 + gdome2 77 + gstreamer 78 + gst-plugins-base 79 + gst-plugins-good 80 + libsigcxx 81 + boost 27 82 ]; 28 83 29 84 preConfigure = "./autogen.sh";
+3 -3
pkgs/applications/networking/cluster/arkade/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "arkade"; 10 - version = "0.8.47"; 10 + version = "0.8.48"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "alexellis"; 14 14 repo = "arkade"; 15 15 rev = version; 16 - sha256 = "sha256-vKP/bexxXbhyJEa6ojLFw7ebDS+NYsZgq2jKtimbE3A="; 16 + sha256 = "sha256-3yYbuVx2dZsMefFFNVGivAR4wwXJwsr9XqGiyUKNAMo="; 17 17 }; 18 18 19 19 CGO_ENABLED = 0; 20 20 21 21 nativeBuildInputs = [ installShellFiles ]; 22 22 23 - vendorSha256 = "sha256-TUaCqHbPEwhB2xS8RSoF7RCSkKFJzQKbuV1PbxApyMQ="; 23 + vendorSha256 = "sha256-Kr6m1qhVTiXllm5xaxXKsWAtWbnsDwbwWH0iqc0sKfM="; 24 24 25 25 # Exclude pkg/get: tests downloading of binaries which fail when sandbox=true 26 26 subPackages = [
+2 -2
pkgs/applications/networking/cluster/kluctl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "kluctl"; 5 - version = "2.16.0"; 5 + version = "2.16.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "kluctl"; 9 9 repo = "kluctl"; 10 10 rev = "v${version}"; 11 - hash = "sha256-NwjPClD3P9EP7gKPPgKXI3h+kLeGPd7Gf6gZXMCCLHk="; 11 + hash = "sha256-rcwtVhtLc49rD6J3AZFumLQrZuTveE7OY+agufe/4MQ="; 12 12 }; 13 13 14 14 vendorHash = "sha256-IC+sjctDqd0lQD5labl+UYWsRiptQKSjSHYf2SGkp14=";
+50 -10
pkgs/applications/office/mmex/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, sqlite, wxGTK30, gettext, wrapGAppsHook }: 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , cmake 5 + , gettext 6 + , git 7 + , makeWrapper 8 + , lsb-release 9 + , pkg-config 10 + , wrapGAppsHook 11 + , curl 12 + , sqlite 13 + , wxGTK 14 + , gtk3 15 + , libobjc 16 + }: 2 17 3 18 stdenv.mkDerivation rec { 4 19 pname = "money-manager-ex"; 5 - version = "1.3.3"; 20 + version = "1.6.0"; 6 21 7 22 src = fetchFromGitHub { 8 23 owner = "moneymanagerex"; 9 24 repo = "moneymanagerex"; 10 - rev = "refs/tags/v${version}"; 11 - sha256 = "sha256-5NgkP9gY4eDBoKSC/IaXiHoiz+ZdU4c/iGAzPf5IlmQ="; 25 + rev = "v${version}"; 26 + fetchSubmodules = true; 27 + sha256 = "sha256-ADhTz6OMntgDg3TcAlf3lGBFb+fdZ0Lw7+UYYY1RD8M="; 12 28 }; 13 29 30 + postPatch = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) '' 31 + substituteInPlace src/platfdep_mac.mm \ 32 + --replace "appearance.name == NSAppearanceNameDarkAqua" "NO" 33 + ''; 34 + 14 35 nativeBuildInputs = [ 36 + cmake 37 + gettext 38 + git 39 + makeWrapper 40 + pkg-config 15 41 wrapGAppsHook 42 + ] ++ lib.optionals stdenv.isLinux [ 43 + lsb-release 16 44 ]; 17 45 18 46 buildInputs = [ 19 - gettext 47 + curl 20 48 sqlite 21 - wxGTK30 22 - wxGTK30.gtk 49 + wxGTK 50 + gtk3 51 + ] ++ lib.optionals stdenv.isDarwin [ 52 + libobjc 23 53 ]; 24 54 55 + NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isClang [ 56 + "-Wno-old-style-cast" 57 + ]); 58 + 59 + postInstall = lib.optionalString stdenv.isDarwin '' 60 + mkdir -p $out/{Applications,bin} 61 + mv $out/mmex.app $out/Applications 62 + makeWrapper $out/{Applications/mmex.app/Contents/MacOS,bin}/mmex 63 + ''; 64 + 25 65 meta = { 26 66 description = "Easy-to-use personal finance software"; 27 67 homepage = "https://www.moneymanagerex.org/"; 28 68 license = lib.licenses.gpl2Plus; 29 - maintainers = with lib.maintainers; [viric]; 30 - platforms = with lib.platforms; linux; 31 - broken = true; # at 2022-11-23 69 + maintainers = with lib.maintainers; [ viric ]; 70 + platforms = with lib.platforms; unix; 71 + mainProgram = "mmex"; 32 72 }; 33 73 }
+4 -4
pkgs/applications/virtualization/flintlock/default.nix
··· 10 10 11 11 buildGoModule rec{ 12 12 pname = "flintlock"; 13 - version = "0.3.0"; 13 + version = "0.4.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "weaveworks"; 17 17 repo = "flintlock"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-zVsI8443/4joOhhuqhrUGsIW6iFvetW9BhHqASL+XUk="; 19 + sha256 = "sha256-kHrVpQ4E8b1YV+ofZwd4iGJ9ucVUUam6rxdpOGmvRR4="; 20 20 }; 21 21 22 - vendorSha256 = "sha256-PPda8/9WSiWQYyJJQhWo94g8LqGEEwx2u2j2wfqpOv0="; 22 + vendorSha256 = "sha256-A3LrikB2KrnSI+OREiLmlkTFpRKQWRB8w4OJ6ApX7oY="; 23 23 24 24 subPackages = [ "cmd/flintlock-metrics" "cmd/flintlockd" ]; 25 25 ··· 41 41 42 42 meta = with lib; { 43 43 description = "Create and manage the lifecycle of MicroVMs backed by containerd"; 44 - homepage = "https://github.com/weaveworks/flintlock"; 44 + homepage = "https://github.com/weaveworks-liquidmetal/flintlock"; 45 45 license = licenses.mpl20; 46 46 platforms = [ "x86_64-linux" "aarch64-linux" ]; 47 47 maintainers = with maintainers; [ techknowlogick ];
+3 -3
pkgs/applications/virtualization/nixpacks/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "nixpacks"; 5 - version = "0.10.5"; 5 + version = "0.11.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "railwayapp"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Z1xmBoRdOTMB9NHGWKQyweT0/PyjGHiK+yj5uKjZPtE="; 11 + sha256 = "sha256-QLF49k8f8YYwPl26pyz9/bbO4IO0KqSlgTFNjbvPf7k="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-jLO1UPfu0vN2NCvvGBnUY1UPV1F+0fYlrtsM/AE39tU="; 14 + cargoSha256 = "sha256-u0L3NJ4ku5ETBx6PKgVStrcSCX4I7E6GNtW+iv3yy2g="; 15 15 16 16 # skip test due FHS dependency 17 17 doCheck = false;
+4 -3
pkgs/data/fonts/go-font/default.nix
··· 1 1 { lib, fetchgit }: 2 2 3 3 let 4 - version = "2017-03-30"; 4 + version = "2.010"; 5 5 in (fetchgit { 6 6 name = "go-font-${version}"; 7 7 url = "https://go.googlesource.com/image"; 8 - rev = "f03a046406d4d7fbfd4ed29f554da8f6114049fc"; 8 + rev = "41969df76e82aeec85fa3821b1e24955ea993001"; 9 9 10 10 postFetch = '' 11 11 mv $out/* . ··· 15 15 mv $out/share/fonts/truetype/README $out/share/doc/go-font/LICENSE 16 16 ''; 17 17 18 - sha256 = "1488426ya2nzmwjas947fx9h5wzxrp9wasn8nkjqf0y0mpd4f1xz"; 18 + sha256 = "dteUL/4ZUq3ybL6HaLYqu2Tslx3q8VvELIY3tVC+ODo="; 19 19 }) // { 20 20 meta = with lib; { 21 21 homepage = "https://blog.golang.org/go-fonts"; 22 22 description = "The Go font family"; 23 + changelog = "https://go.googlesource.com/image/+log/refs/heads/master/font/gofont"; 23 24 license = licenses.bsd3; 24 25 maintainers = with maintainers; [ sternenseemann ]; 25 26 platforms = lib.platforms.all;
+11 -19
pkgs/development/compilers/go-jsonnet/default.nix
··· 1 - { lib 2 - , buildGoModule 3 - , fetchFromGitHub 4 - , fetchpatch 5 - , testers 6 - }: 1 + { lib, buildGoModule, fetchFromGitHub, fetchpatch, testers, go-jsonnet }: 7 2 8 - let self = buildGoModule rec { 3 + buildGoModule rec { 9 4 pname = "go-jsonnet"; 10 - version = "0.18.0"; 5 + version = "0.19.1"; 11 6 12 7 src = fetchFromGitHub { 13 8 owner = "google"; 14 9 repo = pname; 15 10 rev = "v${version}"; 16 - hash = "sha256-o/IjXskGaMhvQmTsAS745anGBMI2bwHf/EOEp57H8LU="; 11 + hash = "sha256-FgQYnas0qkIedRAA8ApZXLzEylg6PS6+8zzl7j+yOeI="; 17 12 }; 13 + 14 + vendorSha256 = "sha256-j1fTOUpLx34TgzW94A/BctLrg9XoTtb3cBizhVJoEEI="; 18 15 19 16 patches = [ 17 + # See https://github.com/google/go-jsonnet/issues/653. 20 18 (fetchpatch { 21 - name = "update-x-sys-for-go-1.18-on-aarch64-darwin.patch"; 22 - url = "https://github.com/google/go-jsonnet/commit/7032dd729f7e684dcfb2574f4fe99499165ef9cb.patch"; 23 - hash = "sha256-emUcuE9Q4qkXFXLyLvLHjzrKAaQhjcSWLNafABvHxhM="; 19 + url = "https://github.com/google/go-jsonnet/commit/5712f2ed2c8dfa685e4f1234eefc7690a580af6f.patch"; 20 + hash = "sha256-/+6BlAaul4FoD7pq7yAy1xG78apEBuH2LC4fsfbugFQ="; 24 21 }) 25 22 ]; 26 23 27 - vendorHash = "sha256-H4vLVXpuPkECB15LHoS9N9IwUD7Fzccshwbo5hjeXXc="; 28 - 29 - doCheck = false; 30 - 31 24 subPackages = [ "cmd/jsonnet*" ]; 32 25 33 26 passthru.tests.version = testers.testVersion { 34 - package = self; 27 + package = go-jsonnet; 35 28 version = "v${version}"; 36 29 }; 37 30 ··· 42 35 maintainers = with maintainers; [ nshalman aaronjheng ]; 43 36 mainProgram = "jsonnet"; 44 37 }; 45 - }; 46 - in self 38 + }
+2 -2
pkgs/development/compilers/idris2/default.nix
··· 23 23 # Uses scheme to bootstrap the build of idris2 24 24 in stdenv.mkDerivation rec { 25 25 pname = "idris2"; 26 - version = "0.5.1"; 26 + version = "0.6.0"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "idris-lang"; 30 30 repo = "Idris2"; 31 31 rev = "v${version}"; 32 - sha256 = "sha256-6CTn8o5geWSesXO7vTrrV/2EOQ3f+nPQ2M5cem13ZSY="; 32 + sha256 = "sha256-80MAGM1IEtI09h5aCYfDL4PRrjGq2gT8OUEibOVk8H4="; 33 33 }; 34 34 35 35 strictDeps = true;
+2 -14
pkgs/development/libraries/libical/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitHub 4 - , fetchurl 5 4 , buildPackages 6 5 , cmake 7 6 , glib ··· 20 19 21 20 stdenv.mkDerivation rec { 22 21 pname = "libical"; 23 - version = "3.0.15"; 22 + version = "3.0.16"; 24 23 25 24 outputs = [ "out" "dev" ]; # "devdoc" ]; 26 25 ··· 28 27 owner = "libical"; 29 28 repo = "libical"; 30 29 rev = "v${version}"; 31 - sha256 = "sha256-7M5GBteFKmKCB6556XXV4s6iIC/+3c3Ck17s/QX3Jus="; 30 + sha256 = "sha256-3D/0leI3LLKDFOXkKSrmMamLoaXdi/2Z4iPUXqgwtg8="; 32 31 }; 33 32 34 33 strictDeps = true; ··· 75 74 # Will appear in 3.1.0 76 75 # https://github.com/libical/libical/issues/350 77 76 ./respect-env-tzdir.patch 78 - 79 - # Fixes tests with 32-bit time_t 80 - # Remove with next version update (v3.0.16+) 81 - (fetchurl { 82 - url = "https://github.com/libical/libical/commit/4adc6f1d2b39a1cc3363b57215e12fa81076498b.patch"; 83 - sha256 = "1k3hav0z86kc1xd1sk23b57aqqjk4gf73574w7f1m66cyz98bxr3"; 84 - }) 85 - (fetchurl { 86 - url = "https://github.com/libical/libical/commit/cce20bd051408b00521385c0bfb616ba068450d3.patch"; 87 - sha256 = "097hqmagl0q5p38r1kvx0592cfac2y7jbdqlis6m8gbs812pbqfc"; 88 - }) 89 77 ]; 90 78 91 79 # Using install check so we do not have to manually set
+6 -2
pkgs/development/libraries/wxsqliteplus/default.nix
··· 11 11 sha256 = "0mgfq813pli56mar7pdxlhwjf5k10j196rs3jd0nc8b6dkzkzlnf"; 12 12 }; 13 13 14 + postPatch = '' 15 + sed -i '/WX_CLEAR_ARRAY/s/$/;/' src/{createtable,sqlite3table}.cpp 16 + ''; 17 + 14 18 buildInputs = [ wxGTK wxsqlite3 sqlite ] ++ lib.optional stdenv.isDarwin Cocoa; 15 19 16 20 makeFlags = [ ··· 22 26 preBuild = '' 23 27 sed -ie 's|all: $(LIBPREFIX)wxsqlite$(LIBEXT)|all: |g' Makefile 24 28 sed -ie 's|wxsqliteplus$(EXEEXT): $(WXSQLITEPLUS_OBJECTS) $(LIBPREFIX)wxsqlite$(LIBEXT)|wxsqliteplus$(EXEEXT): $(WXSQLITEPLUS_OBJECTS) |g' Makefile 25 - sed -ie 's|-lwxsqlite |-lwxcode_${if stdenv.isDarwin then "osx_cocoau_wxsqlite3-3.0.0" else "gtk2u_wxsqlite3-3.0"} |g' Makefile 29 + sed -ie 's|-lwxsqlite |-lwxcode_${if stdenv.isDarwin then "osx_cocoau_wxsqlite3-3.2.0" else "gtk3u_wxsqlite3-3.2"} |g' Makefile 26 30 ''; 27 31 28 32 installPhase = '' ··· 35 39 meta = with lib; { 36 40 description = "A simple SQLite database browser built with wxWidgets"; 37 41 homepage = "https://github.com/guanlisheng/wxsqliteplus"; 38 - license = licenses.gpl2; 42 + license = licenses.gpl3Plus; 39 43 maintainers = [ maintainers.vrthra ]; 40 44 platforms = platforms.unix; 41 45 };
+2 -2
pkgs/development/misc/brev-cli/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "brev-cli"; 8 - version = "0.6.139"; 8 + version = "0.6.146"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "brevdev"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-yqyqlH2aYtVBFa5sFUTh6Ra0l5bOYpHjx/c7wlyxQfg="; 14 + sha256 = "sha256-XEWh74WQIHXrndUe8OfYub8foXDp7bMF4qKly6+/6yU="; 15 15 }; 16 16 17 17 vendorSha256 = "sha256-cNwfK1LpguRfM/ORebU6v+JLIxDJdT5y+zM3KmEamEw=";
+2 -2
pkgs/development/python-modules/google-re2/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "google-re2"; 12 - version = "0.2.20220601"; 12 + version = "1.0"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-zBCYPcqgsyYKTNHAfHrcH6aWfbz6zJwajxHkwRjHeQU="; 19 + hash = "sha256-IcitwpY2DeH/QmuqOMcS6tpiLChY0ZXrSH5BXZQZTpE="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/jupyterlab/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "jupyterlab"; 13 - version = "3.4.8"; 13 + version = "3.5.0"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "sha256-H6+4tlcAXZFgPzw639bZ6OrzP9xgFTf+8JKDMy7+Z8s="; 20 + sha256 = "sha256-4CVWyOobOGljxLRk5GGK7hU8VBawerSBQlyBegMzI6I="; 21 21 }; 22 22 23 23 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/sdds/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "sdds"; 11 - version = "0.3.0"; 11 + version = "0.3.1"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "pylhc"; 18 18 repo = pname; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-l9j+YJ5VNMzL6JW59kq0hQS7XIj53UxW5bNnfdURz/o="; 20 + hash = "sha256-lb4awMQ7GE7m2N2yiCpJ976I2j8hE98/93zCX7Rp4qU="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [
+1
pkgs/development/ruby-modules/with-packages/Gemfile
··· 58 58 gem 'fog-dnsimple' 59 59 gem 'gdk_pixbuf2' 60 60 gem 'gio2' 61 + gem 'git' 61 62 gem 'github-pages' 62 63 gem 'gitlab-markup' 63 64 gem 'glib2'
+22 -10
pkgs/development/tools/asn2quickder/default.nix
··· 1 - { lib, buildPythonApplication, fetchFromGitHub, makeWrapper, cmake 2 - , pytest-runner, pytest, six, pyparsing, asn1ate }: 1 + { lib 2 + , buildPythonApplication 3 + , fetchFromGitLab 4 + , makeWrapper 5 + , cmake 6 + , six 7 + , pyparsing 8 + , asn1ate 9 + , colored 10 + }: 3 11 4 12 buildPythonApplication rec { 5 13 pname = "asn2quickder"; 6 - version = "1.3.0"; 14 + version = "1.7.1"; 7 15 8 - src = fetchFromGitHub { 9 - sha256 = "15lxv8vcjnsjxg7ywcac5p6mj5vf5pxq1219yap653ci4f1liqfr"; 10 - rev = "version-${version}"; 11 - owner = "vanrein"; 16 + src = fetchFromGitLab { 17 + owner = "arpa2"; 12 18 repo = "quick-der"; 19 + rev = "v${version}"; 20 + sha256 = "sha256-f+ph5PL+uWRkswpOLDwZFWjh938wxoJ6xocJZ2WZLEk="; 13 21 }; 14 22 15 23 postPatch = '' 16 24 patchShebangs ./python/scripts/* 25 + 26 + # Unpin pyparsing 3.0.0. Issue resolved in latest version. 27 + substituteInPlace setup.py --replace 'pyparsing==3.0.0' 'pyparsing' 17 28 ''; 18 29 19 30 dontUseCmakeConfigure = true; 20 31 21 32 nativeBuildInputs = [ makeWrapper cmake ]; 22 - checkInputs = [ pytest-runner pytest ]; 23 33 24 - propagatedBuildInputs = [ pyparsing asn1ate six ]; 34 + propagatedBuildInputs = [ pyparsing asn1ate six colored ]; 35 + 36 + doCheck = false; # Flaky tests 25 37 26 38 meta = with lib; { 27 39 description = "An ASN.1 compiler with a backend for Quick DER"; 28 - homepage = "https://github.com/vanrein/asn2quickder"; 40 + homepage = "https://gitlab.com/arpa2/quick-der"; 29 41 license = licenses.bsd3; 30 42 platforms = platforms.linux; 31 43 maintainers = with maintainers; [ leenaars ];
+3 -3
pkgs/development/tools/codeowners/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "codeowners"; 5 - version = "1.1.0"; 5 + version = "1.1.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "hmarr"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-ttJLJtuZrY71eKcjoSLypGTUeXd2lAJlM10Ft9YEEKc="; 11 + hash = "sha256-lklKZCDX/e3MZ0ix3A4AIEICPoufBq7SAIULqDXOYDI="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-UMLM9grPSmx3nAh1/y7YhMWk12/JcT75/LQvjnLfCyE="; 14 + vendorSha256 = "sha256-G+oaX3SXsHJu3lq6n8dLmoRXDAYcFkrYarwePB/MdEU="; 15 15 16 16 meta = with lib; { 17 17 description = "A CLI and Go library for Github's CODEOWNERS file";
+3 -3
pkgs/development/tools/continuous-integration/drone/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "drone.io${lib.optionalString (!enableUnfree) "-oss"}"; 9 - version = "2.14.0"; 9 + version = "2.15.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "harness"; 13 13 repo = "drone"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-8G7Xy4bKBybw5waL/AqqYZ6FKBlnzp7b6PAwixydTEg="; 15 + sha256 = "sha256-2Yu0EFMuAlG6/3YuDKQpiZU5/fBexWJtsrU1MNABSyA="; 16 16 }; 17 17 18 - vendorSha256 = "sha256-6/wbxQ+Cv0lOlBqi8NUQQ8Z21w27betfeX/NiNDpOjA="; 18 + vendorSha256 = "sha256-ijUHMAcSDnZnhlzaYeD411L3ybRc08ac9jbvDDc2D4M="; 19 19 20 20 tags = lib.optionals (!enableUnfree) [ "oss" "nolimit" ]; 21 21
+2 -2
pkgs/development/tools/oh-my-posh/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "oh-my-posh"; 5 - version = "12.8.0"; 5 + version = "12.9.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "jandedobbeleer"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-TgfKsgRiSlPF3c2tdgr/1RTMZmN+9ME0BBdDrs0mPzo="; 11 + sha256 = "sha256-bjmYGQBJ4YdeQR+rlnXxE5Z6QRoF2EONciLz2ka29ys="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-OrtKFkWXqVoXKmN6BT8YbCNjR1gRTT4gPNwmirn7fjU=";
+3 -3
pkgs/development/tools/ruff/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "ruff"; 11 - version = "0.0.86"; 11 + version = "0.0.88"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "charliermarsh"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-6PcP4QzHmsuV73i3ptO/sIhsa1+/NgSBd/WCOgOx5Uw="; 17 + sha256 = "sha256-0G+a0sSWApTacX+cVEFDOvL9CUsT+q0rlnkvn0FrnTg="; 18 18 }; 19 19 20 - cargoSha256 = "sha256-owjGCZUduL7yAXE8BUD1Y4DdhQWsc8BwLa/rY8+VRuE="; 20 + cargoSha256 = "sha256-dNiWxw+enwV1tlct75MSF/MmAPr1+HUNEO2Fxhqmgig="; 21 21 22 22 buildInputs = lib.optionals stdenv.isDarwin [ 23 23 CoreServices
+3 -3
pkgs/development/tools/rust/cargo-deny/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "cargo-deny"; 14 - version = "0.13.0"; 14 + version = "0.13.1"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "EmbarkStudios"; 18 18 repo = pname; 19 19 rev = version; 20 - sha256 = "sha256-n+ZX/Qs5HUvwdFOZ15ziKkvHQN+CR2DwpK8F8ZApcmA="; 20 + sha256 = "sha256-5/8ydKsYRsst4pwZgt7ST6Kzt+IeWnp46QNmh9jKwMI="; 21 21 }; 22 22 23 23 # enable pkg-config feature of zstd 24 24 cargoPatches = [ ./zstd-pkg-config.patch ]; 25 25 26 - cargoSha256 = "sha256-YaI57BDQCUWYVuXfKaUgn3BCbADVa+NO16c53xLWPWQ="; 26 + cargoSha256 = "sha256-DTNKQICmt8MufHg/kN1uuWTfKi0/GPrwUWQWyZD5kPM="; 27 27 28 28 nativeBuildInputs = [ pkg-config ]; 29 29
+5 -5
pkgs/development/web/bun/default.nix
··· 12 12 }: 13 13 14 14 stdenvNoCC.mkDerivation rec { 15 - version = "0.2.1"; 15 + version = "0.2.2"; 16 16 pname = "bun"; 17 17 18 18 src = passthru.sources.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}"); ··· 33 33 sources = { 34 34 "aarch64-darwin" = fetchurl { 35 35 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-aarch64.zip"; 36 - sha256 = "n1uucciInOrvdJfXwbkq820SmnCrDEZJzOgTtZ5StWc="; 36 + sha256 = "IIy5ZEx/+StAhtRcGqM3uvvEqu4wGzGUls0K/ot4jRI="; 37 37 }; 38 38 "aarch64-linux" = fetchurl { 39 39 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-aarch64.zip"; 40 - sha256 = "Of6UPU1xORGuUxd7tFgi1k+bT5uAHoO0CyB/AkLfUOY="; 40 + sha256 = "5cScLXujNm14+SCr8OcO93RDL3EfAjsuAzfcwj+EMKs="; 41 41 }; 42 42 "x86_64-darwin" = fetchurl { 43 43 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-x64.zip"; 44 - sha256 = "iXYwkjkmD4CJN3mAz5OZ6ZpuNS8ih4tZ/JgE56i5i3s="; 44 + sha256 = "3PdLVz4qTJQHmM9laL413xnZaSuD6xlaSy8cuJ9M8us="; 45 45 }; 46 46 "x86_64-linux" = fetchurl { 47 47 url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip"; 48 - sha256 = "vhpYilnl+7l/3YtRQQLU21EzCZIRpznwQH6kfjENjo0="; 48 + sha256 = "eVEopSvyjzY8J3q52wowTlSVHZ4s1lIc8/yU6Ya+0QU="; 49 49 }; 50 50 }; 51 51 updateScript = writeShellScript "update-bun" ''
+2 -2
pkgs/development/web/flyctl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "flyctl"; 5 - version = "0.0.421"; 5 + version = "0.0.424"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "superfly"; 9 9 repo = "flyctl"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-5J+L4X/QbEQzVT3586Syxi8IsdC5zU3UHfhmMz74/mw="; 11 + sha256 = "sha256-VipCiWSuC1SSJPWk9WXgcMd0G0C2TsUSQgW2GM9yAII="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-a0ZnZlKB/Uotrm4npXB1dd1+oWHRhJVW7ofMSKlqcvM=";
+2 -2
pkgs/servers/atlassian/bamboo.nix
··· 5 5 6 6 stdenvNoCC.mkDerivation rec { 7 7 pname = "atlassian-bamboo"; 8 - version = "8.1.4"; 8 + version = "8.2.6"; 9 9 10 10 src = fetchurl { 11 11 url = "https://product-downloads.atlassian.com/software/bamboo/downloads/atlassian-bamboo-${version}.tar.gz"; 12 - sha256 = "sha256-v30Q3yGKkpHQFitOcH764SE6KuCdUJWn50buY7pb/Ng="; 12 + sha256 = "sha256-9TYTXSdGQ7qSqvF25Bn1l5N8NbKndcO8HiJSc4NUois="; 13 13 }; 14 14 15 15 buildPhase = ''
+2 -2
pkgs/servers/atlassian/confluence.nix
··· 15 15 optionalWarning (crowdProperties != null) "Using `crowdProperties` is deprecated!" 16 16 (stdenvNoCC.mkDerivation rec { 17 17 pname = "atlassian-confluence"; 18 - version = "7.18.1"; 18 + version = "7.19.1"; 19 19 20 20 src = fetchurl { 21 21 url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz"; 22 - sha256 = "sha256-MEq1ASnJUYWPvt7Z30+fUTv+QrDI+Xsb5e9K0c8ZtdQ="; 22 + sha256 = "sha256-icfyxuS6chh3ibXZ0V9YYB0oCDd9o5rmcDC5Rbr0tOQ="; 23 23 }; 24 24 25 25 buildPhase = ''
+2 -2
pkgs/servers/monitoring/mimir/default.nix
··· 1 1 { lib, buildGoModule, fetchFromGitHub, nixosTests }: 2 2 buildGoModule rec { 3 3 pname = "mimir"; 4 - version = "2.3.1"; 4 + version = "2.4.0"; 5 5 6 6 src = fetchFromGitHub { 7 7 rev = "${pname}-${version}"; 8 8 owner = "grafana"; 9 9 repo = pname; 10 - sha256 = "sha256-2Gg2SYH2cqSKXePEfUAwW4AXpiMGso3FeGTmHRNxtaU="; 10 + sha256 = "sha256-OpQxVp4Q2+r3Tqrqw3SrBsJDU5KJqChxsuYneT0PvYQ="; 11 11 }; 12 12 13 13 vendorSha256 = null;
+3 -3
pkgs/servers/nats-server/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "nats-server"; 5 - version = "2.9.3"; 5 + version = "2.9.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "nats-io"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-epu/LV9sXF8P+W8suo9wccZ7zr/O6jK6US6RviEULYQ="; 11 + sha256 = "sha256-yO6WaNZ1XUmCepNE/7USrJVCZ5i+a10WVOmQbAucBg8="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-yVTAgG3j2zrPEFGAcV4LSihws9XUoYrZ81fp/MYv8Eo="; 14 + vendorSha256 = "sha256-ASLy0rPuCSYGyy5Pw9fj559nxO4vPPagDKAe8wM29lo="; 15 15 16 16 doCheck = false; 17 17
+2 -2
pkgs/servers/snappymail/default.nix
··· 2 2 , dataPath ? "/var/lib/snappymail" }: 3 3 stdenv.mkDerivation rec { 4 4 pname = "snappymail"; 5 - version = "2.19.2"; 5 + version = "2.19.4"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/the-djmaze/snappymail/releases/download/v${version}/snappymail-${version}.tar.gz"; 9 - sha256 = "sha256-nIv70cS+7euRvtarI6DeXNst8a0rLVClYQ7CJubQUBU="; 9 + sha256 = "sha256-XjnNBK/w9aPfG11fVcESIMy1UFAI1j/iAKz1GvZzfq4="; 10 10 }; 11 11 12 12 sourceRoot = "snappymail";
+4 -4
pkgs/tools/X11/xcwd/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, libX11 }: 2 2 3 - stdenv.mkDerivation { 4 - version = "2019-05-09"; 3 + stdenv.mkDerivation rec { 4 + version = "1.0"; 5 5 pname = "xcwd"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "schischi"; 9 9 repo = "xcwd"; 10 - rev = "99738e1176acf3f39c2e709236c3fd87b806f2ed"; 11 - sha256 = "1wvhj5x8ysi1q73f9cw1f6znvp2zivd8pp6z1p3znw732h4zlv6v"; 10 + rev = "v${version}"; 11 + sha256 = "sha256-M6/1H6hI50Cvx40RTKzZXoUui0FGZfwe1IwdaxMJIQo="; 12 12 }; 13 13 14 14 buildInputs = [ libX11 ];
+2 -2
pkgs/tools/admin/fioctl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "fioctl"; 5 - version = "0.28"; 5 + version = "0.29"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "foundriesio"; 9 9 repo = "fioctl"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-ki00uIGStRRGEG2cEGPJWgt4Vc3pEIpCr37g0SMPc9o="; 11 + sha256 = "sha256-6SUlkjFc8SakphN6iz+yoFVXqCisfBonlKuot7E2p3E="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-ObS/100Tfq4rhOrwU+PPBzDwY3tKwH+Z0wm0bX0W8cE=";
+3 -3
pkgs/tools/misc/skim/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "skim"; 5 - version = "0.9.4"; 5 + version = "0.10.1"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "0yvjzmz2vqc63l8911jflqf5aww7wxsav2yal5wg9ci9hzq6dl7j"; 9 + sha256 = "sha256-gC4/oQpK9m6/p1DY2Kabk5l7vsS9iafW3E5dgO723B8="; 10 10 }; 11 11 12 12 outputs = [ "out" "vim" ]; 13 13 14 - cargoSha256 = "1jk2vcm2z6r1xd6md98jzpcy7kdwp5p2fzxvvaz9qscyfnx28x17"; 14 + cargoSha256 = "sha256-aNEfKHpNWDHebioUkEq6D0aL3Jf9NQXBuoWvpB7uO5U="; 15 15 16 16 postPatch = '' 17 17 sed -i -e "s|expand('<sfile>:h:h')|'$out'|" plugin/skim.vim
+3 -3
pkgs/tools/networking/frp/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "frp"; 5 - version = "0.44.0"; 5 + version = "0.45.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "fatedier"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-DH+MOMsDdW+GGrxhkXhC+5D+2IsAZwByd0FjNT+i+og="; 11 + sha256 = "sha256-ybcc1k0XSX+ZiG7Z1Bwai1RCypZfrHqhi3uJNhJYILo="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-5ljUbEvynNo1AxGpJq9B0bTFgzVfgVZbsqXcPBERLMI="; 14 + vendorSha256 = "sha256-ZwBSptOsFcxz+xBpjrsvnLvky8kSN4uFx1fXcdDwAmk="; 15 15 16 16 doCheck = false; 17 17
+2 -2
pkgs/tools/security/kdigger/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "kdigger"; 10 - version = "1.4.0"; 10 + version = "1.5.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "quarkslab"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-/KkqwjFxTipa5dCVRFlrKzl+PB4QB4aY0wjlsi1Phug="; 16 + sha256 = "sha256-/F1wmP1hfhrAmx2jJtAn02LkTabi0RJu36T/oW3tyZw="; 17 17 # populate values that require us to use git. By doing this in postFetch we 18 18 # can delete .git afterwards and maintain better reproducibility of the src. 19 19 leaveDotGit = true;
+3 -3
pkgs/tools/security/kubesec/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "kubesec"; 9 - version = "2.11.5"; 9 + version = "2.12.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "controlplaneio"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-SxXYtIoyKe9/M3Ct1qy2QC6pYpt9GOefGsC5nUCoTEA="; 15 + sha256 = "sha256-0irZ3mCpXDWc/RovTK9d7AT/Gfbyt1R4WjCJFZ5RFdg="; 16 16 }; 17 - vendorSha256 = "sha256-pq4s/Rqu1I1nrTxy5Cn1rt5HO6z7ziKz/9LLpXLYpPc="; 17 + vendorSha256 = "sha256-sRIGehDuAjtpOAYYtqANua8LSzl/+WolZimMxlkG5X8="; 18 18 19 19 nativeBuildInputs = [ installShellFiles ]; 20 20
+1 -1
pkgs/tools/security/metasploit/Gemfile
··· 1 1 # frozen_string_literal: true 2 2 source "https://rubygems.org" 3 3 4 - gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.2.23" 4 + gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.2.24"
+17 -17
pkgs/tools/security/metasploit/Gemfile.lock
··· 1 1 GIT 2 2 remote: https://github.com/rapid7/metasploit-framework 3 - revision: 98564a6c45884e021349c5c6dc235c7ba0ba6f44 4 - ref: refs/tags/6.2.23 3 + revision: 1c805324f10bafa3a99fcd0315cc99ef83430b23 4 + ref: refs/tags/6.2.24 5 5 specs: 6 - metasploit-framework (6.2.23) 6 + metasploit-framework (6.2.24) 7 7 actionpack (~> 6.0) 8 8 activerecord (~> 6.0) 9 9 activesupport (~> 6.0) ··· 129 129 arel-helpers (2.14.0) 130 130 activerecord (>= 3.1.0, < 8) 131 131 aws-eventstream (1.2.0) 132 - aws-partitions (1.649.0) 133 - aws-sdk-core (3.164.0) 132 + aws-partitions (1.652.0) 133 + aws-sdk-core (3.166.0) 134 134 aws-eventstream (~> 1, >= 1.0.2) 135 - aws-partitions (~> 1, >= 1.525.0) 136 - aws-sigv4 (~> 1.1) 135 + aws-partitions (~> 1, >= 1.651.0) 136 + aws-sigv4 (~> 1.5) 137 137 jmespath (~> 1, >= 1.6.1) 138 - aws-sdk-ec2 (1.341.0) 139 - aws-sdk-core (~> 3, >= 3.127.0) 138 + aws-sdk-ec2 (1.343.0) 139 + aws-sdk-core (~> 3, >= 3.165.0) 140 140 aws-sigv4 (~> 1.1) 141 - aws-sdk-iam (1.71.0) 142 - aws-sdk-core (~> 3, >= 3.127.0) 141 + aws-sdk-iam (1.73.0) 142 + aws-sdk-core (~> 3, >= 3.165.0) 143 143 aws-sigv4 (~> 1.1) 144 - aws-sdk-kms (1.58.0) 145 - aws-sdk-core (~> 3, >= 3.127.0) 144 + aws-sdk-kms (1.59.0) 145 + aws-sdk-core (~> 3, >= 3.165.0) 146 146 aws-sigv4 (~> 1.1) 147 - aws-sdk-s3 (1.116.0) 148 - aws-sdk-core (~> 3, >= 3.127.0) 147 + aws-sdk-s3 (1.117.1) 148 + aws-sdk-core (~> 3, >= 3.165.0) 149 149 aws-sdk-kms (~> 1) 150 150 aws-sigv4 (~> 1.4) 151 151 aws-sigv4 (1.5.2) ··· 280 280 pcaprub 281 281 patch_finder (1.0.2) 282 282 pcaprub (0.13.1) 283 - pdf-reader (2.10.0) 283 + pdf-reader (2.11.0) 284 284 Ascii85 (~> 1.0) 285 285 afm (~> 0.2.1) 286 286 hashery (~> 2.0) ··· 436 436 metasploit-framework! 437 437 438 438 BUNDLED WITH 439 - 2.3.22 439 + 2.3.23
+2 -2
pkgs/tools/security/metasploit/default.nix
··· 15 15 }; 16 16 in stdenv.mkDerivation rec { 17 17 pname = "metasploit-framework"; 18 - version = "6.2.23"; 18 + version = "6.2.24"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "rapid7"; 22 22 repo = "metasploit-framework"; 23 23 rev = version; 24 - sha256 = "sha256-DSLcGBKfw2/pSAV/6jF6xZlyIhPf7FDo14nz659F+qs="; 24 + sha256 = "sha256-BU6R4/wCgXjxLcWrIGo5MSRD71SV3kEHWil8HIeHK0k="; 25 25 }; 26 26 27 27 nativeBuildInputs = [ makeWrapper ];
+17 -17
pkgs/tools/security/metasploit/gemset.nix
··· 104 104 platforms = []; 105 105 source = { 106 106 remotes = ["https://rubygems.org"]; 107 - sha256 = "00gd6ad006wm6aqpb9hql86cnggaiqkm8mhk6053w6vrszmlhi65"; 107 + sha256 = "0jxv2az9l3q1nk4bif07yr7kc0wi9znihgdph6cf8z74lbbpl7kv"; 108 108 type = "gem"; 109 109 }; 110 - version = "1.649.0"; 110 + version = "1.652.0"; 111 111 }; 112 112 aws-sdk-core = { 113 113 groups = ["default"]; 114 114 platforms = []; 115 115 source = { 116 116 remotes = ["https://rubygems.org"]; 117 - sha256 = "1wdla6mwsli6w09z85abkhdxhmjmjawmb3c71rqfgqnffqdl351w"; 117 + sha256 = "1yj5975raq5abh6jfn66l1pkpb8rj2a032777jypy00k3yiq4yw2"; 118 118 type = "gem"; 119 119 }; 120 - version = "3.164.0"; 120 + version = "3.166.0"; 121 121 }; 122 122 aws-sdk-ec2 = { 123 123 groups = ["default"]; 124 124 platforms = []; 125 125 source = { 126 126 remotes = ["https://rubygems.org"]; 127 - sha256 = "198w8vxwqmrc1mqyklvfmz4yqwfp4f4v227vin70jq8pxqi0cyc6"; 127 + sha256 = "0crzfd4g0ym8gnn989cbv6xdwzkkp8fdqn4y7aqahyh4vixq0zki"; 128 128 type = "gem"; 129 129 }; 130 - version = "1.341.0"; 130 + version = "1.343.0"; 131 131 }; 132 132 aws-sdk-iam = { 133 133 groups = ["default"]; 134 134 platforms = []; 135 135 source = { 136 136 remotes = ["https://rubygems.org"]; 137 - sha256 = "109qqrxhwpjvv1gf94cf4dphbh38n91kq8l5xkcz058gkgfn5nlx"; 137 + sha256 = "1lkjrgmk56p5aymkh4y070jxzgfnc3jz95fxxkcflhy7wkkkkza0"; 138 138 type = "gem"; 139 139 }; 140 - version = "1.71.0"; 140 + version = "1.73.0"; 141 141 }; 142 142 aws-sdk-kms = { 143 143 groups = ["default"]; 144 144 platforms = []; 145 145 source = { 146 146 remotes = ["https://rubygems.org"]; 147 - sha256 = "1p2dbmb1vl8vk2xchrrsp2sxa95ya5w7ll1jlw89yyhls3l2l1ag"; 147 + sha256 = "0lq1f03gy02f8z5fpc61kngkja8kkgk2m8cc6g42aij0iszjw03c"; 148 148 type = "gem"; 149 149 }; 150 - version = "1.58.0"; 150 + version = "1.59.0"; 151 151 }; 152 152 aws-sdk-s3 = { 153 153 groups = ["default"]; 154 154 platforms = []; 155 155 source = { 156 156 remotes = ["https://rubygems.org"]; 157 - sha256 = "0wm4k4i1rplddrm4pnr39biv1fikc5jg8l48z84knh05bxp8wvln"; 157 + sha256 = "17ah9j82313ynb8nkcbq21fa3dy1a3v6lk5kdrhphazbpb2xmxkn"; 158 158 type = "gem"; 159 159 }; 160 - version = "1.116.0"; 160 + version = "1.117.1"; 161 161 }; 162 162 aws-sigv4 = { 163 163 groups = ["default"]; ··· 604 604 platforms = []; 605 605 source = { 606 606 fetchSubmodules = false; 607 - rev = "98564a6c45884e021349c5c6dc235c7ba0ba6f44"; 608 - sha256 = "1azs8ngypww9szl51v6z2ci756f5g8qylzq593lnzhwz28cdq8hd"; 607 + rev = "1c805324f10bafa3a99fcd0315cc99ef83430b23"; 608 + sha256 = "0j9bhy3iqz19b83l3plmakpl691i75m21ay55pqpi082zkir2kh5"; 609 609 type = "git"; 610 610 url = "https://github.com/rapid7/metasploit-framework"; 611 611 }; 612 - version = "6.2.23"; 612 + version = "6.2.24"; 613 613 }; 614 614 metasploit-model = { 615 615 groups = ["default"]; ··· 897 897 platforms = []; 898 898 source = { 899 899 remotes = ["https://rubygems.org"]; 900 - sha256 = "07chhyxf3qlr65jngns3z5187ibfibf5h2q59505vx45dfr3lvwz"; 900 + sha256 = "09sx25jpnip2sp6wh5sn5ad7za78rfi95qp5iiczfh43z4jqa8q3"; 901 901 type = "gem"; 902 902 }; 903 - version = "2.10.0"; 903 + version = "2.11.0"; 904 904 }; 905 905 pg = { 906 906 groups = ["default"];
+2 -2
pkgs/tools/system/runitor/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "runitor"; 5 - version = "0.10.1"; 5 + version = "1.0.0"; 6 6 vendorSha256 = null; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "bdd"; 10 10 repo = "runitor"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-qqfaA1WAHkuiyzyQbrSvnmwuRXElArErJ6PtLPOxzsg="; 12 + sha256 = "sha256-6+U6Mh1XMdGaAmOrqUlVBX9d/GfOgXE22GwcLl0EfIU="; 13 13 }; 14 14 15 15 ldflags = [
+2 -2
pkgs/tools/virtualization/google-guest-agent/default.nix
··· 4 4 5 5 buildGoModule rec { 6 6 pname = "guest-agent"; 7 - version = "20221018.00"; 7 + version = "20221025.00"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "GoogleCloudPlatform"; 11 11 repo = pname; 12 12 rev = version; 13 - sha256 = "sha256-FIyMFf5ZwSo7qjCrRu5ZwA7I0eoozyglVXttaeBMhUY="; 13 + sha256 = "sha256-LbpSRQgxAfgaO7UPJD5j/wrMjR383qjD5SD1cVTzWLs="; 14 14 }; 15 15 16 16 vendorSha256 = "sha256-JZfplQGwe+UCzdMLMD+9JJ2ksK9dZ6scz2jl0XoZ9rI=";
+23 -14
pkgs/top-level/all-packages.nix
··· 1487 1487 basiliskii = callPackage ../applications/emulators/basiliskii { }; 1488 1488 1489 1489 bochs = callPackage ../applications/emulators/bochs { 1490 - wxGTK = wxGTK30; 1490 + inherit (darwin) libobjc; 1491 + wxGTK = wxGTK32; 1491 1492 }; 1492 1493 1493 1494 box64 = callPackage ../applications/emulators/box64 { }; ··· 5933 5934 sl1-to-photon = python3Packages.callPackage ../applications/misc/sl1-to-photon { }; 5934 5935 5935 5936 slade = callPackage ../applications/misc/slade { 5936 - wxGTK = wxGTK30; 5937 + wxGTK = wxGTK32.override { 5938 + withWebKit = true; 5939 + }; 5937 5940 }; 5938 5941 5939 5942 sladeUnstable = callPackage ../applications/misc/slade/git.nix { 5940 - wxGTK = wxGTK30; 5943 + wxGTK = wxGTK32.override { 5944 + withWebKit = true; 5945 + }; 5941 5946 }; 5942 5947 5943 5948 drive = callPackage ../applications/networking/drive { }; ··· 12758 12763 hitch = callPackage ../servers/hitch { }; 12759 12764 12760 12765 veracrypt = callPackage ../applications/misc/veracrypt { 12761 - wxGTK = wxGTK30; 12766 + wxGTK = wxGTK32; 12762 12767 }; 12763 12768 12764 12769 vlan = callPackage ../tools/networking/vlan { }; ··· 16118 16123 16119 16124 arpa2common = callPackage ../development/libraries/arpa2common { }; 16120 16125 16121 - asn2quickder = python2Packages.callPackage ../development/tools/asn2quickder {}; 16126 + asn2quickder = python3Packages.callPackage ../development/tools/asn2quickder {}; 16122 16127 16123 16128 astyle = callPackage ../development/tools/misc/astyle { }; 16124 16129 ··· 16343 16348 bloop = callPackage ../development/tools/build-managers/bloop { }; 16344 16349 16345 16350 bossa = callPackage ../development/embedded/bossa { 16346 - wxGTK = wxGTK30; 16351 + wxGTK = wxGTK30-gtk3; 16347 16352 }; 16348 16353 16349 16354 bossa-arduino = callPackage ../development/embedded/bossa/arduino.nix { }; ··· 29030 29035 inherit (nodePackages) hueadm; 29031 29036 29032 29037 hugin = callPackage ../applications/graphics/hugin { 29033 - wxGTK = wxGTK30; 29038 + wxGTK = wxGTK32; 29034 29039 }; 29035 29040 29036 29041 haunt = callPackage ../applications/misc/haunt { }; ··· 30155 30160 MMA = callPackage ../applications/audio/MMA { }; 30156 30161 30157 30162 mmex = callPackage ../applications/office/mmex { 30158 - wxGTK30 = wxGTK30.override { 30163 + inherit (darwin) libobjc; 30164 + wxGTK = wxGTK32.override { 30159 30165 withWebKit = true; 30160 - withGtk2 = false; 30161 30166 }; 30162 30167 }; 30163 30168 ··· 31400 31405 radioboat = callPackage ../applications/audio/radioboat { }; 31401 31406 31402 31407 radiotray-ng = callPackage ../applications/audio/radiotray-ng { 31403 - wxGTK = wxGTK30; 31408 + wxGTK = wxGTK30-gtk3; 31404 31409 }; 31405 31410 31406 31411 raiseorlaunch = callPackage ../applications/misc/raiseorlaunch {}; ··· 32784 32789 wordgrinder = callPackage ../applications/office/wordgrinder { }; 32785 32790 32786 32791 workrave = callPackage ../applications/misc/workrave { 32787 - inherit (python27Packages) cheetah; 32792 + inherit (python3Packages) jinja2; 32788 32793 inherit (gst_all_1) gstreamer gst-plugins-base gst-plugins-good; 32789 32794 }; 32790 32795 ··· 35903 35908 inherit (linuxPackages) nvidia_x11; 35904 35909 }; 35905 35910 35906 - wxmaxima = callPackage ../applications/science/math/wxmaxima { wxGTK = wxGTK30; }; 35911 + wxmaxima = callPackage ../applications/science/math/wxmaxima { 35912 + wxGTK = wxGTK32; 35913 + }; 35907 35914 35908 35915 pari = callPackage ../applications/science/math/pari { tex = texlive.combined.scheme-basic; }; 35909 35916 gp2c = callPackage ../applications/science/math/pari/gp2c.nix { }; ··· 35989 35996 35990 35997 gravit = callPackage ../applications/science/astronomy/gravit { }; 35991 35998 35992 - golly = callPackage ../applications/science/misc/golly { wxGTK = wxGTK30; }; 35999 + golly = callPackage ../applications/science/misc/golly { 36000 + wxGTK = wxGTK32; 36001 + }; 35993 36002 35994 36003 megam = callPackage ../applications/science/misc/megam { 35995 36004 inherit (ocaml-ng.ocamlPackages_4_07) ocaml; ··· 37332 37341 }; 37333 37342 37334 37343 wxsqliteplus = callPackage ../development/libraries/wxsqliteplus { 37335 - wxGTK = wxGTK30; 37344 + wxGTK = wxGTK32; 37336 37345 inherit (darwin.apple_sdk.frameworks) Cocoa; 37337 37346 inherit (darwin.stubs) setfile; 37338 37347 };
+51 -30
pkgs/top-level/ruby-packages.nix
··· 824 824 platforms = []; 825 825 source = { 826 826 remotes = ["https://rubygems.org"]; 827 - sha256 = "0b3rfqy87yiv9xmh260nyddxxjqj0vy32xvajvyn5jnjx96jwa24"; 827 + sha256 = "1v71iii13cnlkck20xv0yrbz0g60qn88f4r6518k8vk31sddw4hx"; 828 828 type = "gem"; 829 829 }; 830 - version = "0.93.0"; 830 + version = "0.93.1"; 831 831 }; 832 832 execjs = { 833 833 groups = ["default"]; ··· 1006 1006 type = "gem"; 1007 1007 }; 1008 1008 version = "3.4.3"; 1009 + }; 1010 + git = { 1011 + dependencies = ["addressable" "rchardet"]; 1012 + groups = ["default"]; 1013 + platforms = []; 1014 + source = { 1015 + remotes = ["https://rubygems.org"]; 1016 + sha256 = "1l6mvn60qa215rjy0zjymvjb0vcgnbi4vj9d80v4qq1n6b9ld9xy"; 1017 + type = "gem"; 1018 + }; 1019 + version = "1.12.0"; 1009 1020 }; 1010 1021 github-pages = { 1011 1022 dependencies = ["github-pages-health-check" "jekyll" "jekyll-avatar" "jekyll-coffeescript" "jekyll-commonmark-ghpages" "jekyll-default-layout" "jekyll-feed" "jekyll-gist" "jekyll-github-metadata" "jekyll-include-cache" "jekyll-mentions" "jekyll-optional-front-matter" "jekyll-paginate" "jekyll-readme-index" "jekyll-redirect-from" "jekyll-relative-links" "jekyll-remote-theme" "jekyll-sass-converter" "jekyll-seo-tag" "jekyll-sitemap" "jekyll-swiss" "jekyll-theme-architect" "jekyll-theme-cayman" "jekyll-theme-dinky" "jekyll-theme-hacker" "jekyll-theme-leap-day" "jekyll-theme-merlot" "jekyll-theme-midnight" "jekyll-theme-minimal" "jekyll-theme-modernist" "jekyll-theme-primer" "jekyll-theme-slate" "jekyll-theme-tactile" "jekyll-theme-time-machine" "jekyll-titles-from-headings" "jemoji" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "minima" "nokogiri" "rouge" "terminal-table"]; ··· 1999 2010 platforms = []; 2000 2011 source = { 2001 2012 remotes = ["https://rubygems.org"]; 2002 - sha256 = "0b0jqrcsp4bbi4n4mzyf70cp2ysyp6x07j8k8cqgxnvb4i3a134j"; 2013 + sha256 = "1si2nq9l6jy5n2zw1q59a5gaji7v9vhy8qx08h4fg368906ysbdk"; 2003 2014 type = "gem"; 2004 2015 }; 2005 - version = "1.2.1"; 2016 + version = "4.0.0"; 2006 2017 }; 2007 2018 net-ssh = { 2008 2019 groups = ["default"]; ··· 2040 2051 platforms = []; 2041 2052 source = { 2042 2053 remotes = ["https://rubygems.org"]; 2043 - sha256 = "0g7axlq2y6gzmixzzzhw3fn6nhrhg469jj8gfr7gs8igiclpkhkr"; 2054 + sha256 = "0cam1455nmi3fzzpa9ixn2hsim10fbprmj62ajpd6d02mwdprwwn"; 2044 2055 type = "gem"; 2045 2056 }; 2046 - version = "1.13.8"; 2057 + version = "1.13.9"; 2047 2058 }; 2048 2059 octokit = { 2049 2060 dependencies = ["faraday" "sawyer"]; ··· 2240 2251 platforms = []; 2241 2252 source = { 2242 2253 remotes = ["https://rubygems.org"]; 2243 - sha256 = "080469yh9k1va9v6ws2y0bwg9k1mnfs4rl7871q8aak74x6mrv9p"; 2254 + sha256 = "1l5pk6w63bj7cxy4y9mqvpclw6r0pcm7xa44c33vx3f960px8wk8"; 2244 2255 type = "gem"; 2245 2256 }; 2246 - version = "0.1.0"; 2257 + version = "1.0.2"; 2247 2258 }; 2248 2259 pry = { 2249 2260 dependencies = ["coderay" "method_source"]; ··· 2424 2435 }; 2425 2436 version = "2.7.0"; 2426 2437 }; 2438 + rchardet = { 2439 + groups = ["default"]; 2440 + platforms = []; 2441 + source = { 2442 + remotes = ["https://rubygems.org"]; 2443 + sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9"; 2444 + type = "gem"; 2445 + }; 2446 + version = "1.8.0"; 2447 + }; 2427 2448 re2 = { 2428 2449 groups = ["default"]; 2429 2450 platforms = []; 2430 2451 source = { 2431 2452 remotes = ["https://rubygems.org"]; 2432 - sha256 = "13za43xb5xfg1xb1vwlvwx14jlmnk7jal5dqw8q9a5g13csx41sw"; 2453 + sha256 = "1habsrf67d3m5p12wc2bydsa7bj87r7w1266x8in59znf5wz4drf"; 2433 2454 type = "gem"; 2434 2455 }; 2435 - version = "1.4.0"; 2456 + version = "1.6.0"; 2436 2457 }; 2437 2458 red-colors = { 2438 2459 dependencies = ["matrix"]; ··· 2577 2598 platforms = []; 2578 2599 source = { 2579 2600 remotes = ["https://rubygems.org"]; 2580 - sha256 = "19dyb6rcvgi9j2mksd29wfdhfdyzqk7yjhy1ai77559hbhpg61w9"; 2601 + sha256 = "171rc90vcgjl8p1bdrqa92ymrj8a87qf6w20x05xq29mljcigi6c"; 2581 2602 type = "gem"; 2582 2603 }; 2583 - version = "3.11.0"; 2604 + version = "3.12.0"; 2584 2605 }; 2585 2606 rspec-core = { 2586 2607 dependencies = ["rspec-support"]; ··· 2588 2609 platforms = []; 2589 2610 source = { 2590 2611 remotes = ["https://rubygems.org"]; 2591 - sha256 = "118hkfw9b11hvvalr7qlylwal5h8dihagm9xg7k4gskg7587hca6"; 2612 + sha256 = "1ibb81slc35q5yp276sixp3yrvj9q92wlmi1glbnwlk6g49z8rn4"; 2592 2613 type = "gem"; 2593 2614 }; 2594 - version = "3.11.0"; 2615 + version = "3.12.0"; 2595 2616 }; 2596 2617 rspec-expectations = { 2597 2618 dependencies = ["diff-lcs" "rspec-support"]; ··· 2599 2620 platforms = []; 2600 2621 source = { 2601 2622 remotes = ["https://rubygems.org"]; 2602 - sha256 = "0l1bzk6a68i1b2qix83vs40r0pbjawv67hixiq2qxsja19bbq3bc"; 2623 + sha256 = "0qldsmjhqr4344zdlamzggr3y98wdk2c4hihkhwx8imk800gkl8v"; 2603 2624 type = "gem"; 2604 2625 }; 2605 - version = "3.11.1"; 2626 + version = "3.12.0"; 2606 2627 }; 2607 2628 rspec-mocks = { 2608 2629 dependencies = ["diff-lcs" "rspec-support"]; ··· 2610 2631 platforms = []; 2611 2632 source = { 2612 2633 remotes = ["https://rubygems.org"]; 2613 - sha256 = "07vagjxdm5a6s103y8zkcnja6avpl8r196hrpiffmg7sk83dqdsm"; 2634 + sha256 = "1yvwnb0x5d6d4ff3wlgahk0wcw72ic51gd2snr1xxc5ify41kabv"; 2614 2635 type = "gem"; 2615 2636 }; 2616 - version = "3.11.1"; 2637 + version = "3.12.0"; 2617 2638 }; 2618 2639 rspec-support = { 2619 2640 groups = ["default"]; 2620 2641 platforms = []; 2621 2642 source = { 2622 2643 remotes = ["https://rubygems.org"]; 2623 - sha256 = "1c01iicvrjk6vv744jgh0y4kk9d0kg2rd2ihdyzvg5p06xm2fpzq"; 2644 + sha256 = "12y52zwwb3xr7h91dy9k3ndmyyhr3mjcayk0nnarnrzz8yr48kfx"; 2624 2645 type = "gem"; 2625 2646 }; 2626 - version = "3.11.1"; 2647 + version = "3.12.0"; 2627 2648 }; 2628 2649 rubocop = { 2629 2650 dependencies = ["json" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width"]; ··· 2631 2652 platforms = []; 2632 2653 source = { 2633 2654 remotes = ["https://rubygems.org"]; 2634 - sha256 = "1b7zc3gissn5ki7zz2szg1mlxn8zqhgb3bdv96cl25w4mgf4g3in"; 2655 + sha256 = "1xhm882zzs4z4ivknrymh6lgnd3p90b651dn0fp32dciajdxr9f1"; 2635 2656 type = "gem"; 2636 2657 }; 2637 - version = "1.36.0"; 2658 + version = "1.37.1"; 2638 2659 }; 2639 2660 rubocop-ast = { 2640 2661 dependencies = ["parser"]; ··· 2642 2663 platforms = []; 2643 2664 source = { 2644 2665 remotes = ["https://rubygems.org"]; 2645 - sha256 = "0s4m9h9hzrpfmsnswvfimafmjwfa79cbqh9dvq18cja32dhrhpcg"; 2666 + sha256 = "1qiq3q66w57im0ryrvnd1yq0g2s2safhywpv94441kvc1amayjzy"; 2646 2667 type = "gem"; 2647 2668 }; 2648 - version = "1.21.0"; 2669 + version = "1.23.0"; 2649 2670 }; 2650 2671 rubocop-performance = { 2651 2672 dependencies = ["rubocop" "rubocop-ast"]; ··· 2989 3010 platforms = []; 2990 3011 source = { 2991 3012 remotes = ["https://rubygems.org"]; 2992 - sha256 = "1mp0b13gbkfz2chgn48ak28611yhgykdmx53p0yzby5j6ifsdirf"; 3013 + sha256 = "1im3kskcrmwa12q4pxilps7dyf9jlc82saasp6lkn5q7zqi7ilfh"; 2993 3014 type = "gem"; 2994 3015 }; 2995 - version = "3.6.3"; 3016 + version = "4.3.0"; 2996 3017 }; 2997 3018 syntax_tree-haml = { 2998 3019 dependencies = ["haml" "prettier_print" "syntax_tree"]; ··· 3000 3021 platforms = []; 3001 3022 source = { 3002 3023 remotes = ["https://rubygems.org"]; 3003 - sha256 = "137v6pwkqv6dcm9r7fl3i3l8hpalilr61vy08zx3ybb1bzp2fckb"; 3024 + sha256 = "0n2ag309fzz9qvj634aibv2khfc45vvsg1sra227ssn3xwcvx4vq"; 3004 3025 type = "gem"; 3005 3026 }; 3006 - version = "1.3.2"; 3027 + version = "2.0.0"; 3007 3028 }; 3008 3029 syntax_tree-rbs = { 3009 3030 dependencies = ["prettier_print" "rbs" "syntax_tree"]; ··· 3031 3052 platforms = []; 3032 3053 source = { 3033 3054 remotes = ["https://rubygems.org"]; 3034 - sha256 = "060zzj7c2kicdfk6cpnn40n9yjnhfrr13d0rsbdhdij68chp2861"; 3055 + sha256 = "1kzp8c08jl137v62rafmr81b7hg01q3d1q70fr5y5cmmranfpml1"; 3035 3056 type = "gem"; 3036 3057 }; 3037 - version = "0.8.2"; 3058 + version = "0.9.1"; 3038 3059 }; 3039 3060 terminal-table = { 3040 3061 dependencies = ["unicode-display_width"];