Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8752ff225446
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 74a391617ff5
Choose a head ref

Commits on Aug 9, 2019

  1. plan9port: use C compiler from Nix

    The install script was escaping the Nix environment on Mac OS by using
    `xcrun -sdk macos clang` as its C compiler.  Using the Nix compiler
    required declaring the necessary frameworks as inputs and patching
    build scripts to assume MacOS 10.12 (and not try to detect).
    
    So cached derivations prior to this would probably not work on all
    intended target machines.
    
    This *might* also fix installCheck on Darwin on Hydra.
    
    Other minor fixes:
    
    * Disable parallel building due to a race with a missing y.tab.h
    * Use NIX_CFLAGS_COMPILE/NIX_LDFLAGS instead of trying to synthesize
      something like them.
    * X11 dependencies aren't used on Darwin when the windowing system
      is correctly detected
    eraserhd committed Aug 9, 2019
    Copy the full SHA
    83c1e8c View commit details

Commits on Aug 12, 2019

  1. warzone: 3.2.3 -> 3.3.0_beta1

    rnhmjoj committed Aug 12, 2019
    Copy the full SHA
    bdda1e5 View commit details

Commits on Sep 1, 2019

  1. fcitx: use enchant2

    Averell Dalton committed Sep 1, 2019
    Copy the full SHA
    c055ac1 View commit details

Commits on Sep 4, 2019

  1. ktorrent: 5.1.0 -> 5.1.2

    Update ktorrent from 5.1.0 to 5.1.2 and libktorrent from 2.1 to 2.1.1,
    remove already included patches
    alapshin committed Sep 4, 2019
    Copy the full SHA
    3f0f7d5 View commit details

Commits on Sep 5, 2019

  1. rstudio: fix build with new hunspell-dicts

    Eamonn Coughlan committed Sep 5, 2019
    Copy the full SHA
    cd9aec6 View commit details

Commits on Sep 8, 2019

  1. Copy the full SHA
    3516b1d View commit details
  2. buildRustCrate: add support for renaming crates

    Before this change, buildRustCrate always called rustc with
    
    --extern libName=[...]libName[...]
    
    However, Cargo permits using a different name under which a dependency
    is known to a crate. For example, rand 0.7.0 uses:
    
    [dependencies]
    getrandom_package = { version = "0.1.1", package = "getrandom", optional = true }
    
    Which introduces the getrandom dependency such that it is known as
    getrandom_package to the rand crate. In this case, the correct extern
    flag is of the form
    
    --extern getrandom_package=[...]getrandom[...]
    
    which is currently not supported. In order to support such cases, this
    change introduces a crateRenames argument to buildRustCrate. This
    argument is an attribute set of dependencies that should be renamed. In
    this case, crateRenames would be:
    
    {
      "getrandom" = "getrandom_package";
    }
    
    The extern options are then built such that if the libName occurs as
    an attribute in this set, it value will be used as the local
    name. Otherwise libName will be used as before.
    danieldk committed Sep 8, 2019
    Copy the full SHA
    85c6d72 View commit details
  3. Copy the full SHA
    3518248 View commit details

Commits on Sep 9, 2019

  1. Copy the full SHA
    51faa42 View commit details
  2. Copy the full SHA
    ddbf8bd View commit details
  3. Copy the full SHA
    3817b06 View commit details
  4. vimPlugins: Update

    justinlovinger committed Sep 9, 2019
    Copy the full SHA
    552f566 View commit details
  5. Copy the full SHA
    bfb2389 View commit details

Commits on Sep 10, 2019

  1. skydive: remove it from nixpkgs

    The current Skydive version can not be build with a recent Go version
    and the maintainer (lewo) is no longer interested in maintaining it.
    nlewo committed Sep 10, 2019
    Copy the full SHA
    636e155 View commit details
  2. ocamlPackages.rpclib: init at 5.9.0

    vyorkin authored and vbgl committed Sep 10, 2019
    Copy the full SHA
    300464e View commit details
  3. Copy the full SHA
    6468d46 View commit details
  4. Merge pull request #67571 from leenaars/fire

    pythonPackages.fire: 0.1.3 -> 0.2.1
    lsix authored Sep 10, 2019
    Copy the full SHA
    9c171d2 View commit details
  5. Merge pull request #68296 from danieldk/crateRenames

    buildRustCrate: add support for renaming crates
    andir authored Sep 10, 2019
    Copy the full SHA
    a69a6c1 View commit details
  6. Merge pull request #66404 from eraserhd/pr/master/plan9port-mac-compi…

    …ler-fixes
    
    plan9port: use C compiler from Nix
    AndersonTorres authored Sep 10, 2019
    Copy the full SHA
    868bf10 View commit details
  7. Merge pull request #68325 from romildo/upd.matcha-gtk-theme

    matcha: 2019-06-22 -> 2019-07
    mmahut authored Sep 10, 2019
    Copy the full SHA
    ebf50e2 View commit details
  8. Copy the full SHA
    8668af2 View commit details
  9. Merge pull request #68146 from averelld/rstudio-build-fix

    rstudio: fix build with new hunspell-dicts
    lheckemann authored Sep 10, 2019
    Copy the full SHA
    f024caa View commit details
  10. Copy the full SHA
    64bd7a3 View commit details
  11. linux: 4.19.71 -> 4.19.72

    NeQuissimus committed Sep 10, 2019
    Copy the full SHA
    feb7dc9 View commit details
  12. linux: 4.4.191 -> 4.4.192

    NeQuissimus committed Sep 10, 2019
    Copy the full SHA
    3e828aa View commit details
  13. linux: 4.9.191 -> 4.9.192

    NeQuissimus committed Sep 10, 2019
    Copy the full SHA
    9c148f8 View commit details
  14. linux: 5.2.13 -> 5.2.14

    NeQuissimus committed Sep 10, 2019
    Copy the full SHA
    9145123 View commit details
  15. Copy the full SHA
    1d48389 View commit details
  16. moodle: 3.7.1 -> 3.7.2

    aanderse committed Sep 10, 2019
    Copy the full SHA
    cb7deb3 View commit details
  17. Merge pull request #68160 from rvolosatovs/fix/ghq

    ghq: Migrate to buildGoModule, ensure go 1.13 compatibility
    Mic92 authored Sep 10, 2019
    Copy the full SHA
    df02b1d View commit details
  18. Merge pull request #68355 from nlewo/pr-remove-skydive

    skydive: remove it from nixpkgs
    worldofpeace authored Sep 10, 2019
    Copy the full SHA
    0f3f515 View commit details
  19. Copy the full SHA
    17877ea View commit details
  20. nixosTests.xfce: fix test by enabling sound

    Same issue as f59b4cb
    worldofpeace committed Sep 10, 2019
    Copy the full SHA
    0eb814e View commit details
  21. nixosTests.plasma5: fix test by enabling sound

    Same issue as f59b4cb
    worldofpeace committed Sep 10, 2019
    Copy the full SHA
    bbcc947 View commit details
  22. Copy the full SHA
    baf36d9 View commit details
  23. Copy the full SHA
    20f8c3b View commit details
  24. Merge pull request #68086 from alapshin/ktorrent

    ktorrent: 5.1.0 -> 5.1.2
    peterhoeg authored Sep 10, 2019
    Copy the full SHA
    d9b2900 View commit details
  25. gem-config: fix gpgme

    manveru committed Sep 10, 2019
    Copy the full SHA
    35f849a View commit details
  26. sup: remove

    manveru committed Sep 10, 2019
    Copy the full SHA
    da7886c View commit details
  27. Copy the full SHA
    e63312e View commit details
  28. Copy the full SHA
    6fe75ff View commit details
  29. Copy the full SHA
    463faed View commit details
  30. Copy the full SHA
    764724a View commit details
  31. ocamlPackages.janeStreet: init at 0.12 (for OCaml ≥ 4.07)

    Also add a few legacy packages at version 0.11 for OCaml ≥ 4.07: configurator,
    ppx_core, ppx_driver, ppx_type_conv
    
    ocamlPackages.bap: disable for OCaml ≥ 4.07
    
    ocamlPackages.bistro: 0.4.0 -> 0.5.0
    vbgl committed Sep 10, 2019
    Copy the full SHA
    748046d View commit details
  32. Merge pull request #60386 from rvolosatovs/update/echoip

    Update echoip, switch to buildGoModule
    worldofpeace authored Sep 10, 2019
    Copy the full SHA
    19bf73d View commit details
  33. matrix-synapse: fix startup

    Currently, `setuptools` isn't propagated automatically to python
    packages[1] which causes the following error when starting
    `matrix-synapse`:
    
    ```
    Traceback (most recent call last):
       File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/bin/.homeserver-wrapped", line 39, in <module>
         import synapse.config.logger
       File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/config/logger.py", line 27, in <module>
         from synapse.app import _base as appbase
       File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/app/__init__.py", line 18, in <module>
     E402
       File "/nix/store/xxkds7821mrahfx75az0sq3ryf69m612-matrix-synapse-1.3.1/lib/python3.7/site-packages/synapse/python_dependencies.py", line 19, in <module>
         from pkg_resources import (
     No module named 'pkg_resources'
    ```
    
    [1] #68314
    Ma27 committed Sep 10, 2019
    Copy the full SHA
    58dc1e2 View commit details
  34. Merge pull request #68390 from worldofpeace/portal-gnome-shell

    nixos/gnome3: add gnome-shell xdg portal
    worldofpeace authored Sep 10, 2019
    Copy the full SHA
    e997860 View commit details
  35. Merge pull request #68413 from manveru/fix-gpgme-gem

    gem-config: fix gpgme
    srhb authored Sep 10, 2019
    Copy the full SHA
    8d6878c View commit details
  36. morph: 1.3.0 -> 1.3.1

    Johan Thomsen committed Sep 10, 2019
    Copy the full SHA
    b3de7e2 View commit details
  37. Copy the full SHA
    ea70d67 View commit details
Showing with 2,406 additions and 3,311 deletions.
  1. +2 −0 nixos/modules/services/x11/desktop-managers/gnome3.nix
  2. +1 −0 nixos/tests/plasma5.nix
  3. +4 −0 nixos/tests/xfce.nix
  4. +4 −0 nixos/tests/xfce4-14.nix
  5. +9 −2 pkgs/applications/editors/rstudio/default.nix
  6. +7 −7 pkgs/applications/misc/qolibri/default.nix
  7. +1 −1 pkgs/applications/networking/browsers/qutebrowser/default.nix
  8. +3 −3 pkgs/applications/networking/gns3/default.nix
  9. +2 −2 pkgs/applications/networking/instant-messengers/zoom-us/default.nix
  10. +0 −4 pkgs/applications/networking/mailreaders/sup/.bundix/cache
  11. +0 −9 pkgs/applications/networking/mailreaders/sup/Gemfile
  12. +0 −41 pkgs/applications/networking/mailreaders/sup/Gemfile.lock
  13. +0 −28 pkgs/applications/networking/mailreaders/sup/default.nix
  14. +0 −155 pkgs/applications/networking/mailreaders/sup/gemset.nix
  15. +1 −1 pkgs/applications/networking/p2p/deluge/default.nix
  16. +2 −20 pkgs/applications/networking/p2p/ktorrent/default.nix
  17. +12 −6 pkgs/applications/version-management/git-and-tools/ghq/default.nix
  18. +0 −138 pkgs/applications/version-management/git-and-tools/ghq/deps.nix
  19. +2 −2 pkgs/build-support/rust/build-rust-crate/build-crate.nix
  20. +2 −1 pkgs/build-support/rust/build-rust-crate/configure-crate.nix
  21. +15 −9 pkgs/build-support/rust/build-rust-crate/default.nix
  22. +20 −6 pkgs/build-support/rust/build-rust-crate/test/default.nix
  23. +5 −5 pkgs/data/themes/matcha/default.nix
  24. +44 −0 pkgs/desktops/plasma-5/kwin/scripts/tiling.nix
  25. +6 −1 pkgs/development/compilers/ghc/8.2.2.nix
  26. +6 −1 pkgs/development/compilers/ghc/8.4.4.nix
  27. +6 −1 pkgs/development/compilers/ghc/8.6.4.nix
  28. +6 −1 pkgs/development/compilers/ghc/8.6.5.nix
  29. +6 −1 pkgs/development/compilers/ghc/8.8.1.nix
  30. +6 −1 pkgs/development/compilers/ghc/head.nix
  31. +5 −4 pkgs/development/compilers/openjdk/8.nix
  32. +50 −47 pkgs/development/haskell-modules/configuration-hackage2nix.yaml
  33. +1 −1 pkgs/development/haskell-modules/configuration-tensorflow.nix
  34. +850 −1,030 pkgs/development/haskell-modules/hackage-packages.nix
  35. +2 −1 pkgs/development/interpreters/python/hooks/default.nix
  36. +23 −0 pkgs/development/libraries/libipt/default.nix
  37. +5 −4 pkgs/development/libraries/libktorrent/default.nix
  38. +6 −2 pkgs/development/libraries/qt-5/modules/qtwebkit.nix
  39. +0 −2 pkgs/development/libraries/xapian/default.nix
  40. +4 −0 pkgs/development/ocaml-modules/bap/default.nix
  41. +5 −5 pkgs/development/ocaml-modules/bistro/default.nix
  42. +466 −0 pkgs/development/ocaml-modules/janestreet/0.12.nix
  43. +19 −0 pkgs/development/ocaml-modules/janestreet/janePackage_0_12.nix
  44. +2 −2 pkgs/development/ocaml-modules/nocrypto/default.nix
  45. +27 −0 pkgs/development/ocaml-modules/rpclib/default.nix
  46. +33 −0 pkgs/development/python-modules/aiohttp-swagger/default.nix
  47. +19 −2 pkgs/development/python-modules/blessed/default.nix
  48. +2 −0 pkgs/development/python-modules/brotli/default.nix
  49. +28 −0 pkgs/development/python-modules/clickclick/default.nix
  50. +94 −0 pkgs/development/python-modules/connexion/default.nix
  51. +13 −5 pkgs/development/python-modules/django-extensions/default.nix
  52. +0 −5 pkgs/development/python-modules/django/1_11.nix
  53. +0 −5 pkgs/development/python-modules/django/1_8.nix
  54. +0 −5 pkgs/development/python-modules/django/2_1.nix
  55. +4 −12 pkgs/development/python-modules/fire/default.nix
  56. +4 −0 pkgs/development/python-modules/pivy/default.nix
  57. +0 −4 pkgs/development/python-modules/setuptools_scm/default.nix
  58. +2 −1 pkgs/development/python-modules/snscrape/default.nix
  59. +29 −0 pkgs/development/python-modules/swagger-ui-bundle/default.nix
  60. +2 −2 pkgs/development/python-modules/thespian/default.nix
  61. +1 −13 pkgs/development/ruby-modules/gem-config/default.nix
  62. +0 −14 pkgs/development/ruby-modules/gem-config/mkrf_conf_xapian.rb
  63. +13 −0 pkgs/development/tools/misc/tokei/Cargo.lock.patch
  64. +14 −5 pkgs/development/tools/misc/tokei/default.nix
  65. +19 −10 pkgs/games/warzone2100/default.nix
  66. +145 −134 pkgs/misc/vim-plugins/generated.nix
  67. +1 −0 pkgs/misc/vim-plugins/vim-plugin-names
  68. +2 −2 pkgs/os-specific/linux/kernel/linux-4.14.nix
  69. +2 −2 pkgs/os-specific/linux/kernel/linux-4.19.nix
  70. +2 −2 pkgs/os-specific/linux/kernel/linux-4.4.nix
  71. +2 −2 pkgs/os-specific/linux/kernel/linux-4.9.nix
  72. +2 −2 pkgs/os-specific/linux/kernel/linux-5.2.nix
  73. +9 −11 pkgs/servers/echoip/default.nix
  74. +0 −74 pkgs/servers/echoip/deps.nix
  75. +1 −0 pkgs/servers/matrix-synapse/default.nix
  76. +11 −13 pkgs/servers/monitoring/plugins/labs_consol_de.nix
  77. +3 −3 pkgs/servers/routinator/default.nix
  78. +30 −0 pkgs/servers/sql/postgresql/ext/repmgr.nix
  79. +2 −0 pkgs/servers/sql/postgresql/packages.nix
  80. +2 −2 pkgs/servers/web-apps/moodle/default.nix
  81. +5 −0 pkgs/tools/inputmethods/fcitx-engines/fcitx-mozc/default.nix
  82. +42 −0 pkgs/tools/inputmethods/fcitx/find-enchant-lib.patch
  83. +4 −2 pkgs/tools/inputmethods/fcitx/unwrapped.nix
  84. +10 −2 pkgs/tools/inputmethods/ibus-engines/ibus-mozc/default.nix
  85. +3 −3 pkgs/tools/misc/lazydocker/default.nix
  86. +0 −45 pkgs/tools/networking/skydive/default.nix
  87. +0 −1,335 pkgs/tools/networking/skydive/deps.nix
  88. +2 −2 pkgs/tools/package-management/morph/default.nix
  89. +51 −8 pkgs/tools/system/plan9port/builder.sh
  90. +24 −0 pkgs/tools/system/plan9port/darwin-cfframework.patch
  91. +47 −0 pkgs/tools/system/plan9port/darwin-sw_vers.patch
  92. +22 −22 pkgs/tools/system/plan9port/default.nix
  93. +41 −0 pkgs/tools/system/plan9port/tmpdir.patch
  94. +2 −0 pkgs/top-level/aliases.nix
  95. +7 −17 pkgs/top-level/all-packages.nix
  96. +10 −1 pkgs/top-level/ocaml-packages.nix
  97. +8 −0 pkgs/top-level/python-packages.nix
2 changes: 2 additions & 0 deletions nixos/modules/services/x11/desktop-managers/gnome3.nix
Original file line number Diff line number Diff line change
@@ -240,6 +240,8 @@ in

services.avahi.enable = mkDefault true;

xdg.portal.extraPortals = [ pkgs.gnome3.gnome-shell ];

services.geoclue2.enable = mkDefault true;
services.geoclue2.enableDemoAgent = false; # GNOME has its own geoclue agent

1 change: 1 addition & 0 deletions nixos/tests/plasma5.nix
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ import ./make-test.nix ({ pkgs, ...} :
enable = true;
user = "alice";
};
hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then
virtualisation.memorySize = 1024;
environment.systemPackages = [ sddm_theme ];
};
4 changes: 4 additions & 0 deletions nixos/tests/xfce.nix
Original file line number Diff line number Diff line change
@@ -17,6 +17,10 @@ import ./make-test.nix ({ pkgs, ...} : {
services.xserver.desktopManager.xfce.enable = true;

environment.systemPackages = [ pkgs.xorg.xmessage ];

hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then

virtualisation.memorySize = 1024;
};

testScript =
4 changes: 4 additions & 0 deletions nixos/tests/xfce4-14.nix
Original file line number Diff line number Diff line change
@@ -12,6 +12,10 @@ import ./make-test.nix ({ pkgs, ...} : {
services.xserver.displayManager.auto.user = "alice";

services.xserver.desktopManager.xfce4-14.enable = true;

hardware.pulseaudio.enable = true; # needed for the factl test, /dev/snd/* exists without them but udev doesn't care then

virtualisation.memorySize = 1024;
};

testScript =
11 changes: 9 additions & 2 deletions pkgs/applications/editors/rstudio/default.nix
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
, llvmPackages
}:

with stdenv.lib;
let
verMajor = "1";
verMinor = "2";
@@ -47,7 +48,13 @@ stdenv.mkDerivation rec {
sha256 = "19x000m3jwnkqgi6ic81lkzyjvvxcfacw2j0vcfcaknvvagzhyhb";
};

hunspellDictionaries = with stdenv.lib; filter isDerivation (unique (attrValues hunspellDicts));
hunspellDictionaries = filter isDerivation (unique (attrValues hunspellDicts));
# These dicts contain identically-named dict files, so we only keep the
# -large versions in case of clashes
largeDicts = filter (d: hasInfix "-large-wordlist" d) hunspellDictionaries;
otherDicts = filter (d: !(hasAttr "dictFileName" d &&
elem d.dictFileName (map (d: d.dictFileName) largeDicts))) hunspellDictionaries;
dictionaries = largeDicts ++ otherDicts;

mathJaxSrc = fetchurl {
url = https://s3.amazonaws.com/rstudio-buildtools/mathjax-26.zip;
@@ -77,7 +84,7 @@ stdenv.mkDerivation rec {
mv gwt-${gwtVer} $GWT_LIB_DIR/gwt/${gwtVer}
mkdir dependencies/common/dictionaries
for dict in ${builtins.concatStringsSep " " hunspellDictionaries}; do
for dict in ${builtins.concatStringsSep " " dictionaries}; do
for i in "$dict/share/hunspell/"*; do
ln -sv $i dependencies/common/dictionaries/
done
14 changes: 7 additions & 7 deletions pkgs/applications/misc/qolibri/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ stdenv, fetchFromGitHub, pkgconfig, cmake, libeb, lzo, qtbase
, qtmultimedia, qttools, qtwebengine }:
{ mkDerivation, lib, fetchFromGitHub, pkgconfig, cmake, libeb, lzo
, qtbase, qtmultimedia, qttools, qtwebengine }:

stdenv.mkDerivation {
mkDerivation {
pname = "qolibri";
version = "2018-11-14";
version = "2019-07-22";

src = fetchFromGitHub {
owner = "ludios";
repo = "qolibri";
rev = "133a1c33e74d931ad54407f70d84a0016d96981f";
sha256 = "16ifix0q8ww4l3xflgxr9j81c0lzlnkjr8fj961x3nxz7288pdg2";
rev = "b58f9838d39300cba444eba725a369181c5d746b";
sha256 = "0kcc6dvbcmq9y7hk8mp23pydiaqz6f0clg64d1f2y04ppphmah42";
};

nativeBuildInputs = [ pkgconfig cmake ];
@@ -19,7 +19,7 @@ stdenv.mkDerivation {

enableParallelBuilding = true;

meta = with stdenv.lib; {
meta = with lib; {
homepage = https://github.com/ludios/qolibri;
description = "EPWING reader for viewing Japanese dictionaries";
platforms = platforms.linux;
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ in mkDerivationWith python3Packages.buildPythonApplication rec {

propagatedBuildInputs = with python3Packages; [
pyyaml pyqt5 pyqtwebengine jinja2 pygments
pypeg2 cssutils pyopengl attrs
pypeg2 cssutils pyopengl attrs setuptools
# scripts and userscripts libs
tldextract beautifulsoup4
pyreadability pykeepass stem
6 changes: 3 additions & 3 deletions pkgs/applications/networking/gns3/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

let
stableVersion = "2.1.21";
previewVersion = "2.2.0rc4";
previewVersion = "2.2.0rc5";
addVersion = args:
let version = if args.stable then stableVersion else previewVersion;
branch = if args.stable then "stable" else "preview";
@@ -18,7 +18,7 @@ in {
};
guiPreview = mkGui {
stable = false;
sha256Hash = "14fzjaanaxya97wrya2lybxz6qv72fk4ws8i92zvjz4jkvjdk9n3";
sha256Hash = "0x4sp6yjnvzpk8cxdqlf51njckmvvkijdb7rvcb4hvqq1ab6gb2x";
};

serverStable = mkServer {
@@ -27,6 +27,6 @@ in {
};
serverPreview = mkServer {
stable = false;
sha256Hash = "03s2kq5f8whk14rhprg9yp3918641b1cwj6djcbjw8xpz0n3w022";
sha256Hash = "0inj6fac0683s1sxaba3ljia90cfach0y42xylzgzza36wpyqpqg";
};
}
Original file line number Diff line number Diff line change
@@ -14,11 +14,11 @@ assert pulseaudioSupport -> libpulseaudio != null;
let
inherit (stdenv.lib) concatStringsSep makeBinPath optional;

version = "3.0.287250.0828";
version = "3.0.291715.0908";
srcs = {
x86_64-linux = fetchurl {
url = "https://zoom.us/client/${version}/zoom_x86_64.tar.xz";
sha256 = "0k4h43wydbcyx7b7gwxkmvbph8qc6kjpcypd7vwz8rph1l7kl1y1";
sha256 = "1f2fcwf0p86bxcnfdhij6hvgizd7n7gjcccwzdm2jv0dbqskad2f";
};
};

4 changes: 0 additions & 4 deletions pkgs/applications/networking/mailreaders/sup/.bundix/cache

This file was deleted.

9 changes: 0 additions & 9 deletions pkgs/applications/networking/mailreaders/sup/Gemfile

This file was deleted.

41 changes: 0 additions & 41 deletions pkgs/applications/networking/mailreaders/sup/Gemfile.lock

This file was deleted.

28 changes: 0 additions & 28 deletions pkgs/applications/networking/mailreaders/sup/default.nix

This file was deleted.

155 changes: 0 additions & 155 deletions pkgs/applications/networking/mailreaders/sup/gemset.nix

This file was deleted.

Loading