Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnuradio.pkgs: init + 3.8 -> 3.9 #106599

Merged
merged 11 commits into from Mar 13, 2021
Merged

Conversation

doronbehar
Copy link
Contributor

@doronbehar doronbehar commented Dec 10, 2020

  • Write a mkDerivation and mkDerivationWith function for gnuradio,
    like qt5.
  • qradiolink, gqrx: Use gnuradio's mkDerivation.
  • Use gnuradio's mkDerivation to define all gnuradio.pkgs.
  • Move all gnuradio packages expressions to pkgs/development/gnuradio-modules/.
  • Make the gnuradio wrapped and unwrapped derivations compose like python.
  • Add more paths to gnuradio's wrapper - add the extra packages as
    python modules, and add their executables with proper env vars
    wrapping.
Motivation for this change

Close #82263 .

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@markuskowa
Copy link
Member

building gnuradio-with-packages fails with Alias gnuradio-with-packages is still in all-packages.nix

@doronbehar doronbehar force-pushed the pkg/gnuradio/pkgs branch 2 times, most recently from 3cd50a0 to 534fb54 Compare December 15, 2020 09:00
@doronbehar
Copy link
Contributor Author

building gnuradio-with-packages fails with Alias gnuradio-with-packages is still in all-packages.nix

Fixed now :), and merge conflict fixed as well.

@doronbehar doronbehar force-pushed the pkg/gnuradio/pkgs branch 2 times, most recently from 57739b2 to 2b5da26 Compare December 15, 2020 10:08
@doronbehar
Copy link
Contributor Author

Fixed the eval error by pushing two more commits that refactor gqrx and gnss-sdr to use gnuradio.callPackage and gnuradio's mkDerivation.

@doronbehar
Copy link
Contributor Author

Refactored inspectrum as well. Demonstrating that most of the end user applications that need gnuradio can be built with gnuradio 3.8 that itself is built without gui support.

gnss-sdr needs it: boostorg/format#67 .
uhd and gnuradio need to use the same boost version to avoid
incompatibilities issues. icu is needed from some reason with boost17x.
doronbehar and others added 6 commits March 13, 2021 12:46
- Write a `mkDerivation` and `mkDerivationWith` function for gnuradio,
  like qt5.
- qradiolink, gqrx: Use gnuradio's callPackage and mkDerivation.
- Use gnuradio.callPackage to define all gnuradio.pkgs.
- Move all gnuradio packages expressions to pkgs/development/gnuradio-modules/ -
  modeled after Python's.
- Add more paths to gnuradio's wrapper - add the extra packages as
  python modules, and add their executables with proper env vars
  wrapping.

Co-authored-by: Frederik Rietdijk <fridh@fridh.nl>
Attributes such as gnuradioMinimal built without gui support should not
have the `qt` and `gtk` attributes in it's passthru.
Use the same dependencies that gnuradio uses, thanks to gnuradio's
`mkDerivation`. Add `gnuradio.pkgs.osmosdr` as dependency.
Use gnuradio.pkgs.mkDerivation (gnuradio 3.8) and updated deps.
- Use gnuradio's `mkDerivation` which includes most of the deps needed.
- Always enable pulseaudio support as that's part of gnuradio's deps
anyway.
- Use gnuradioMinimal.pkgs.osmosdr - not from the alias gr-osmosdr.
Use the same deps of gnuradioMinimal - thanks to gnuradio's
mkDerivation.
@doronbehar doronbehar changed the title gnuradio.pkgs: init gnuradio.pkgs: init + 3.8 -> 3.9 Mar 13, 2021
@doronbehar doronbehar force-pushed the pkg/gnuradio/pkgs branch 2 times, most recently from 4abd378 to 3af93da Compare March 13, 2021 14:37
@doronbehar
Copy link
Contributor Author

Now GR 3.9 is here :).

I think there's not much left to do here - It would be great if some users will make sure basic functionality is working with GR3.9 and the gnuradio packages which currently compile only with GR3.8. This can be tested with e.g:

  gnuradioEnv = gnuradio3_8.override {
    extraPackages = lib.attrVals [
      "osmosdr" "rds" "limesdr"
    ] gnuradio3_8Packages;
  };

Checking that GR and all new packages introduced here also work on Darwin would be great, but shouldn't block this from getting merged IMO.

The packages interface has improved since the last reviews and it can be changed in the future if a change to the interface will be required.

@FRidh
Copy link
Member

FRidh commented Mar 13, 2021

@doronbehar if you don't get any further feedback despite cc'ing previous contributors, then just go ahead with it.

@doronbehar
Copy link
Contributor Author

@doronbehar if you don't get any further feedback despite cc'ing previous contributors, then just go ahead with it.

Will merge once nixpkgs-review finishes on my machine.

@doronbehar doronbehar force-pushed the pkg/gnuradio/pkgs branch 2 times, most recently from 0b0a1cb to 7c15ebe Compare March 13, 2021 15:27
@doronbehar
Copy link
Contributor Author

Result of nixpkgs-review pr 106599 run on x86_64-linux 1

1 package blacklisted:
  • tests.nixos-functions.nixos-test
1 package failed to build:
  • gnuradioMinimal
33 packages built:
  • cubicsdr
  • gnss-sdr
  • gnuradio
  • gnuradio3_7
  • gnuradio3_7Minimal
  • gnuradio3_7Packages.ais
  • gnuradio3_7Packages.gnuradio
  • gnuradio3_7Packages.gsm
  • gnuradio3_7Packages.limesdr
  • gnuradio3_7Packages.nacl
  • gnuradio3_7Packages.osmosdr
  • gnuradio3_7Packages.rds
  • gnuradio3_8
  • gnuradio3_8Minimal
  • gnuradio3_8Packages.gnuradio
  • gnuradio3_8Packages.limesdr
  • gnuradio3_8Packages.osmosdr
  • gnuradio3_8Packages.rds
  • gnuradioPackages.gnuradio
  • gqrx
  • inspectrum
  • pothos
  • python38Packages.soapysdr-with-plugins
  • python39Packages.soapysdr-with-plugins
  • qradiolink
  • rtl_433
  • sdrangel
  • soapysdr-with-plugins
  • soapyuhd
  • uhd
  • uhd3_5
  • volk
  • welle-io

Now that volk is packaged, we can use our build and save some closure
space for those that have more then 1 version of gnuradio installed.
Also, simplify a bit how attributes are inherited in the expression.
Add some "3.9" attributes to srcs in gnuradio packages And update
packages using GR3.8 and that are incompatible yet with GR3.9 to use
GR3.8 explicitly.
@doronbehar
Copy link
Contributor Author

Fixed the build of gnuradioMinimal but didn't run nixpkgs-review again. Merging when ofborg is green.

@doronbehar doronbehar merged commit 5e367ec into NixOS:master Mar 13, 2021
@doronbehar doronbehar deleted the pkg/gnuradio/pkgs branch March 13, 2021 17:27
xorilog added a commit to xorilog/home that referenced this pull request Mar 17, 2021
NUR: 2fd967769ef83dba558f929fc0d3ccac8db00af8 to 777e1e28ed519a4b358f9196fc46c08845303763
* [`b353e4ce`](https://github.com/nix-community/NUR/commit/b353e4ce5723c24baf13b5c71d4b32901cd9ad7c) automatic update
* [`a4ad7d46`](https://github.com/nix-community/NUR/commit/a4ad7d46309defa440293d8fa2ffb0b8af68acd3) automatic update
* [`09df0ea1`](https://github.com/nix-community/NUR/commit/09df0ea1b2c279a1658a3dc80417ebe93b3666f4) automatic update
* [`84428116`](https://github.com/nix-community/NUR/commit/84428116392971c00bb9a0f424e6d453d26150db) automatic update
* [`d92ab3dd`](https://github.com/nix-community/NUR/commit/d92ab3ddcff60299af433c1d6293315c4d82def2) automatic update
* [`3de2099d`](https://github.com/nix-community/NUR/commit/3de2099dffda41dd84b245f80fce98d095306981) automatic update
* [`0c5a1b2c`](https://github.com/nix-community/NUR/commit/0c5a1b2c8a6302ddf7c371c27061c6b74ec3a06c) automatic update
* [`246f0ba5`](https://github.com/nix-community/NUR/commit/246f0ba5d2ef4c28e4af4c87082786001c030451) automatic update
* [`478d8d1a`](https://github.com/nix-community/NUR/commit/478d8d1a1cff604c16609b11d286db85e1ebc64a) automatic update
* [`bc627094`](https://github.com/nix-community/NUR/commit/bc627094e91b321a96d2d51b3d6c8f54e2b12777) automatic update
* [`7f2cd036`](https://github.com/nix-community/NUR/commit/7f2cd03693a2927a3fa9012658a04ebe6f620211) automatic update
* [`e16df555`](https://github.com/nix-community/NUR/commit/e16df5558b31c061df12a4fc2c4333128e1a74fd) automatic update
* [`36a57407`](https://github.com/nix-community/NUR/commit/36a574073ac40ff9604d886da3e4ff8d5ecf62d1) automatic update
* [`24ad2440`](https://github.com/nix-community/NUR/commit/24ad24404722b01b22a5bfa2b3386c6e5d52f568) automatic update
* [`b94a750d`](https://github.com/nix-community/NUR/commit/b94a750d3dfd6131f93d7bedf853a075851410b4) automatic update
* [`2cc85960`](https://github.com/nix-community/NUR/commit/2cc859606143f51542ad66f3c232209ce6abf2ab) automatic update
* [`ceeadce5`](https://github.com/nix-community/NUR/commit/ceeadce5bffcdb201add24042d8cf9c096c5111c) automatic update
* [`c4f0b5d0`](https://github.com/nix-community/NUR/commit/c4f0b5d020db16055abe9d093e4e44a965a9f81f) automatic update
* [`85565784`](https://github.com/nix-community/NUR/commit/85565784d5b82ace5fd08fadfd143ea7e19d1738) automatic update
* [`faf862e8`](https://github.com/nix-community/NUR/commit/faf862e8cf009edfa38ecc61188f7a6ace293552) automatic update
* [`635dd3e5`](https://github.com/nix-community/NUR/commit/635dd3e568cbf9ea4ebb89dd29d4b19008823258) automatic update
* [`f299769b`](https://github.com/nix-community/NUR/commit/f299769b5dcfbf91e44a6461a4cd23c04a3371ed) automatic update
* [`2fb34829`](https://github.com/nix-community/NUR/commit/2fb34829b6066a997a78bf207581b6ec6d9763f8) automatic update
* [`4f38d798`](https://github.com/nix-community/NUR/commit/4f38d7986032d7887480f4548620de979641c482) automatic update
* [`f1aa6033`](https://github.com/nix-community/NUR/commit/f1aa60334945333dacfe32b95d45dd70c225b094) automatic update
* [`c77ab4a0`](https://github.com/nix-community/NUR/commit/c77ab4a0304a6a358422a6906f0a00f50a94bbfb) automatic update
* [`777e1e28`](https://github.com/nix-community/NUR/commit/777e1e28ed519a4b358f9196fc46c08845303763) automatic update

emacs-overlay: cc5a152154f67916735f2fa35b970d9fe2287c07 to 54967f1a51f2742c580c7ab1f3174e2e1afe874f
* [`c1370f15`](https://github.com/nix-community/emacs-overlay/commit/c1370f15f3f5752d506d7a45c26b6785c3f0b56f) Updated repos/elpa
* [`47c04352`](https://github.com/nix-community/emacs-overlay/commit/47c0435285c52c9b4f2033d13cfc020a9f609130) Updated repos/emacs
* [`ef682f29`](https://github.com/nix-community/emacs-overlay/commit/ef682f294ac0660c54594da556d272edd602f62b) Updated repos/melpa
* [`01568052`](https://github.com/nix-community/emacs-overlay/commit/01568052f636ce35c12162e30b747f47a4a21825) Updated repos/org
* [`d2f0c20e`](https://github.com/nix-community/emacs-overlay/commit/d2f0c20e807040c1f95ba5f9b234670a4f37efc7) Updated repos/elpa
* [`d6fe9179`](https://github.com/nix-community/emacs-overlay/commit/d6fe9179e0cc8cbb4a6048b4b08528fbe5ef0dff) Updated repos/melpa
* [`16614d69`](https://github.com/nix-community/emacs-overlay/commit/16614d69e70b27946d077b3198eebc71f76a1272) Updated repos/elpa
* [`4139571a`](https://github.com/nix-community/emacs-overlay/commit/4139571a236a7a47a129423ad907d7fe6049d255) Updated repos/emacs
* [`d1116b08`](https://github.com/nix-community/emacs-overlay/commit/d1116b08a6e9432a4e0c5233fba497f817cffd58) Updated repos/melpa
* [`dc7b0dc3`](https://github.com/nix-community/emacs-overlay/commit/dc7b0dc373cd09dd7274c6f571692a2985aff623) Updated repos/melpa
* [`54967f1a`](https://github.com/nix-community/emacs-overlay/commit/54967f1a51f2742c580c7ab1f3174e2e1afe874f) Updated repos/melpa

home-manager: 07f6c6481e0cbbcaf3447f43e964baf99465c8e1 to 920ea74afee92d321a4ff7dc714b165daaad78ec
* [`b42d987a`](https://github.com/nix-community/home-manager/commit/b42d987ad917edf315bf8d0d6350498d357c5d41) neovim: fall back to plugin name if no pname (rycee/home-manager#1864)
* [`920ea74a`](https://github.com/nix-community/home-manager/commit/920ea74afee92d321a4ff7dc714b165daaad78ec) flake.nix: add nixosModule and darwinModule to outputs (rycee/home-manager#1858)

nixos: 60b18a066e8ce5dd21ebff5324345d3586a67ad9 to 36e15cd6e7d55ba143caf3dc930467ace573d85c
* [`877ea686`](https://github.com/NixOS/nixpkgs/commit/877ea68602e0ce5f4686dbc3f2eb71d862dc07f3) corosync: 2.4.3 -> 2.4.5
* [`ea868fe8`](https://github.com/NixOS/nixpkgs/commit/ea868fe8485cc7f4ff89b5867370ee2c7baaaf9a) network-manager: 1.26.0 -> 1.26.6
* [`06396124`](https://github.com/NixOS/nixpkgs/commit/06396124bfbc9415415561780ebbcba46256d810) php74: 7.4.15 -> 7.4.16
* [`8b9c0165`](https://github.com/NixOS/nixpkgs/commit/8b9c0165eefa13fc530e0068e73a7c5ddf097023) chromium: 89.0.4389.72 -> 89.0.4389.82
* [`e1d7e8b1`](https://github.com/NixOS/nixpkgs/commit/e1d7e8b111aca6ec3989b0e66088d05821c76141) chromium: Make get-commit-message.py more robust
* [`61b43bf1`](https://github.com/NixOS/nixpkgs/commit/61b43bf1e5fc1aac02abef7cb1b8d0c2336871bc) chromiumDev: 90.0.4430.11 -> 90.0.4430.19
* [`402f862f`](https://github.com/NixOS/nixpkgs/commit/402f862f6749cb588f600a6f2882ed8f9f12ec8d) chromiumBeta: 89.0.4389.72 -> 90.0.4430.19
* [`7d749c6d`](https://github.com/NixOS/nixpkgs/commit/7d749c6d35dcfb123961c07335c4db87fa3881f4) chromiumDev: 90.0.4430.19 -> 91.0.4442.4
* [`26ba8cd7`](https://github.com/NixOS/nixpkgs/commit/26ba8cd77b5a4408799ffb02b281cd40382c8688) chromium: 89.0.4389.82 -> 89.0.4389.90
* [`c61fabc8`](https://github.com/NixOS/nixpkgs/commit/c61fabc8b3b62d6b4aad728d37db5b54899f3c82) nixos/plymouth: breeze-plymouth -> plasma5.breeze-plymouth
* [`bba2f2bd`](https://github.com/NixOS/nixpkgs/commit/bba2f2bdc4d711625a8b7c1725177fe0ab72bbd0) Merge pull request NixOS/nixpkgs#114346 from omasanori/backport-104857-20.09
* [`c6d4ef0d`](https://github.com/NixOS/nixpkgs/commit/c6d4ef0dff30e2d77e3a4fde53123b962887c8b9) Merge pull request NixOS/nixpkgs#116351 from samuelgrf/20.09_fix-plymouth-allowedAliases
* [`d496d57f`](https://github.com/NixOS/nixpkgs/commit/d496d57fc767ddfc41e46694d5e5b17bfa4af741) Merge pull request NixOS/nixpkgs#115414 from maxeaubrey/20.09_network-manager-1.26.6
* [`6563862d`](https://github.com/NixOS/nixpkgs/commit/6563862d353c2de2813d2d5c24905f6a1a941635) Merge pull request NixOS/nixpkgs#116158 from etu/2009-php-updates
* [`a520bc91`](https://github.com/NixOS/nixpkgs/commit/a520bc91689580c320d273b35d51fa515a92943c) Merge pull request NixOS/nixpkgs#116216 from primeos/chromium-backport
* [`de114cfd`](https://github.com/NixOS/nixpkgs/commit/de114cfdccc59c6547f82176d4cefb958288a015) imagemagick: move expression from default.nix to 6.x.nix
* [`19d9aa07`](https://github.com/NixOS/nixpkgs/commit/19d9aa073b0cb8275b3da02c18e3c12e9f75df67) imagemagick6: 6.9.11-60 -> 6.9.12-1 (NixOS/nixpkgs#113998)
* [`9e99bced`](https://github.com/NixOS/nixpkgs/commit/9e99bced1d903d65967d852a21b9e00735d8bbd1) imagemagick6: 6.9.12-1 -> 6.9.12-3
* [`2c1513f9`](https://github.com/NixOS/nixpkgs/commit/2c1513f9c767d17cb034f7ae550b04d2c0894d98) imagemagick6: add erictapen as maintainer
* [`3d3bee13`](https://github.com/NixOS/nixpkgs/commit/3d3bee1345575a268bdb5d35679d4ec17fce4657) linux: 4.14.224 -> 4.14.225
* [`266c2ec4`](https://github.com/NixOS/nixpkgs/commit/266c2ec4cb165341c4c31314502e6bb7f8532163) linux: 4.19.179 -> 4.19.180
* [`e7b8d731`](https://github.com/NixOS/nixpkgs/commit/e7b8d73123b69ee17f39933872daa4f7f560e79c) linux: 4.4.260 -> 4.4.261
* [`c1d2de39`](https://github.com/NixOS/nixpkgs/commit/c1d2de39ea78c0fbff22b85589b8e9cbc3fe25d3) linux: 4.9.260 -> 4.9.261
* [`5ea3943e`](https://github.com/NixOS/nixpkgs/commit/5ea3943e8321a1715ad42e2abce5263d07de8d04) linux: 5.4.104 -> 5.4.105
* [`a1838934`](https://github.com/NixOS/nixpkgs/commit/a1838934ec88ab0243bb3200268e769a24dbe97f) linux: 5.10.22 -> 5.10.23
* [`b3475a4c`](https://github.com/NixOS/nixpkgs/commit/b3475a4c64d17060b2a62baa256d10328cf7b8fa) linux/hardened/patches/4.14: 4.14.224-hardened1 -> 4.14.225-hardened1
* [`75069b91`](https://github.com/NixOS/nixpkgs/commit/75069b9106cce4254caaa5bfd267b5d469a03900) linux/hardened/patches/4.19: 4.19.179-hardened1 -> 4.19.180-hardened1
* [`895fa328`](https://github.com/NixOS/nixpkgs/commit/895fa3284c1c7fc63aac540e1930db8b15cf4629) linux/hardened/patches/5.10: 5.10.22-hardened1 -> 5.10.23-hardened1
* [`ebb0aefe`](https://github.com/NixOS/nixpkgs/commit/ebb0aefe503a4103cec9aad475b5f4371c827198) linux/hardened/patches/5.4: 5.4.104-hardened1 -> 5.4.105-hardened1
* [`40a38db5`](https://github.com/NixOS/nixpkgs/commit/40a38db58b0f310661c818c344985f4b594d88aa) Merge pull request NixOS/nixpkgs#116363 from erictapen/20.09/imagemagick-6.9.12-3
* [`8a291c0b`](https://github.com/NixOS/nixpkgs/commit/8a291c0bcac6d46e6fca70bc367041e8c3d01a4d) vimPlugins.fzfWrapper: place the fzf binary in the plugin's bin dir (NixOS/nixpkgs#116437)
* [`14ec2698`](https://github.com/NixOS/nixpkgs/commit/14ec269869a0d0cfe17a4d556db8edc707275643) libmysofa: 1.1 -> 1.2
* [`8aa1b492`](https://github.com/NixOS/nixpkgs/commit/8aa1b492a7b5dc1812cf082a887462684e2ff5bb) go_1_15: 1.15.8 -> 1.15.10 (NixOS/nixpkgs#116353)
* [`3cce2af8`](https://github.com/NixOS/nixpkgs/commit/3cce2af88f8a9dbe611422d1fcf0830d8a6b887b) wireguard-tools: 1.0.20210223 -> 1.0.20210315
* [`d82ff862`](https://github.com/NixOS/nixpkgs/commit/d82ff862ca1bbfd2473dd242a084d25eb730ec48) Merge branch 'release-20.09' into staging-20.09
* [`56ddf336`](https://github.com/NixOS/nixpkgs/commit/56ddf336ac9802f6238f76308ac32c5b54e5748a) ungoogled-chromium: 89.0.4389.82 -> 89.0.4389.90
* [`16308b59`](https://github.com/NixOS/nixpkgs/commit/16308b591f8a850b5618ef4d547f752d5146db5b) lhapdf.pdf_sets: update
* [`36e15cd6`](https://github.com/NixOS/nixpkgs/commit/36e15cd6e7d55ba143caf3dc930467ace573d85c) Merge branch 'staging-20.09' into release-20.09

nixos-unstable: 916ee862e87ac5ee2439f2fb7856386b4dc906ae to 266dc8c3d052f549826ba246d06787a219533b8f
* [`891636cf`](https://github.com/NixOS/nixpkgs/commit/891636cf254376aa3cc8958d3cfd6cea99a3b737) Merge pull request NixOS/nixpkgs#116214 from r-ryantm/auto-update/tfsec
* [`d751ff88`](https://github.com/NixOS/nixpkgs/commit/d751ff883cafaf9183cdfb4a53a4c29f34bbe7ad) Merge pull request NixOS/nixpkgs#116133 from r-ryantm/auto-update/clair
* [`34405e2c`](https://github.com/NixOS/nixpkgs/commit/34405e2ca542cb5bcae0ec45f6d640337b2595db) Merge pull request NixOS/nixpkgs#116178 from logan12358/use-fetchFromSourcehut
* [`301a945e`](https://github.com/NixOS/nixpkgs/commit/301a945e80b198dc018727f1c1de4e9d95359739) Merge pull request NixOS/nixpkgs#116170 from LeSuisse/age-1.0.0-rc.1
* [`3f8c8980`](https://github.com/NixOS/nixpkgs/commit/3f8c8980687dd29ba2c69122f5aa9b5c56d1ce7e) Merge pull request NixOS/nixpkgs#116211 from r-ryantm/auto-update/terraform-ls
* [`0175c11e`](https://github.com/NixOS/nixpkgs/commit/0175c11e65f424af03dbdbb96b443aa686706921) jasper: re-enable expression
* [`509377bb`](https://github.com/NixOS/nixpkgs/commit/509377bb432b911cededfc0486dc8c35358d3e0c) traefik: 2.4.6 -> 2.4.7
* [`6dd70b57`](https://github.com/NixOS/nixpkgs/commit/6dd70b5707eaa74d47503a01bd0962d74b4503ac) Merge pull request NixOS/nixpkgs#116212 from r-ryantm/auto-update/terragrunt
* [`3e376647`](https://github.com/NixOS/nixpkgs/commit/3e3766474431e9bac67890af2972b698e77f5276) Merge pull request NixOS/nixpkgs#116213 from r-ryantm/auto-update/terrascan
* [`25e1890a`](https://github.com/NixOS/nixpkgs/commit/25e1890a80b7439fd41a03d54ecb0f9772261003) Merge pull request NixOS/nixpkgs#116185 from r-ryantm/auto-update/resvg
* [`30d4de10`](https://github.com/NixOS/nixpkgs/commit/30d4de10ee2bc35c438e224b958b75f614a65f33) Merge pull request NixOS/nixpkgs#116179 from r-ryantm/auto-update/pueue
* [`25292339`](https://github.com/NixOS/nixpkgs/commit/25292339378a755643aa38fc956b709dac8e5c7a) Merge pull request NixOS/nixpkgs#116155 from r-ryantm/auto-update/minio
* [`20d6823b`](https://github.com/NixOS/nixpkgs/commit/20d6823b0f7904c5bbff28fc046961c755c286aa) Merge pull request NixOS/nixpkgs#116156 from r-ryantm/auto-update/minio-client
* [`6bb2bfd9`](https://github.com/NixOS/nixpkgs/commit/6bb2bfd941be702bee67810f9f4a942af412edaf) Merge pull request NixOS/nixpkgs#116138 from r-ryantm/auto-update/direnv
* [`d84abf51`](https://github.com/NixOS/nixpkgs/commit/d84abf51b3a033a85fb2559380a57521c4b8cbaa) Merge pull request NixOS/nixpkgs#116139 from r-ryantm/auto-update/emplace
* [`10042ddf`](https://github.com/NixOS/nixpkgs/commit/10042ddfd7159323f5ea2ced54d55e5136a7a00e) unciv: 3.12.14 -> 3.13.7-patch2
* [`2721f407`](https://github.com/NixOS/nixpkgs/commit/2721f407e519aa7ff42bf2f392ad3c128f2de556) Merge pull request NixOS/nixpkgs#116146 from Emantor/pkgconfig/iniparser
* [`8ef19ab8`](https://github.com/NixOS/nixpkgs/commit/8ef19ab88d6886f0ef2c6b2a2302c82fcfedcabb) wrangler: 1.13.0 -> 1.15.0
* [`35c5a6c5`](https://github.com/NixOS/nixpkgs/commit/35c5a6c57004b8dfd7458b284f9a11e79c73eeed) Merge pull request NixOS/nixpkgs#116210 from r-ryantm/auto-update/teler
* [`4f6919dc`](https://github.com/NixOS/nixpkgs/commit/4f6919dcc7d95682e1a7368e131b2dc8bd56e224) Merge pull request NixOS/nixpkgs#116200 from dotlambda/libhandy-1.2.0
* [`0e3fb2ae`](https://github.com/NixOS/nixpkgs/commit/0e3fb2ae42ade19ad5a034aee8f5573dabe1b80a) fzf: 0.25.1 -> 0.26.0
* [`650ee258`](https://github.com/NixOS/nixpkgs/commit/650ee258fde069a1ac3544cdce89029e9f91d5c5) gnuradio3_{7,8}: Use external volk
* [`fb024f50`](https://github.com/NixOS/nixpkgs/commit/fb024f50e5557e42b4bb8249d0298c244ff8082d) gnuradio: 3.8 -> 3.9
* [`5e367ece`](https://github.com/NixOS/nixpkgs/commit/5e367ecef917dadbe3e977b281a33c1fc9cf6e59) Merge pull request NixOS/nixpkgs#106599 from doronbehar/pkg/gnuradio/pkgs
* [`c30a9fd9`](https://github.com/NixOS/nixpkgs/commit/c30a9fd9460edbc8a0f3e8b91dca05e4a13d25ad) renderizer: 2.0.9 -> 2.0.12
* [`09481d06`](https://github.com/NixOS/nixpkgs/commit/09481d065e653b7e228e36af1190002cd4ab46dc) syncthingtray: 1.1.2 -> 1.1.3
* [`12de0d4c`](https://github.com/NixOS/nixpkgs/commit/12de0d4c91ac3d53fb4f818c4eb5a8a4d74e17c6) Merge pull request NixOS/nixpkgs#115974 from siraben/darwin-mass-fix-buildInputs=0-alt
* [`bccfa9e3`](https://github.com/NixOS/nixpkgs/commit/bccfa9e33e2cb8bdb736b63cafdfb270eea73059) Merge pull request NixOS/nixpkgs#116206 from r-ryantm/auto-update/syncthingtray
* [`e27a6e16`](https://github.com/NixOS/nixpkgs/commit/e27a6e16cf4bc3e2573ce1521193413539f4bea4) deadd-notification-center: 1.7.3 -> 2021-03-10
* [`02fa7b8e`](https://github.com/NixOS/nixpkgs/commit/02fa7b8edfed004aaf9f03b9071e00142ddf3b59) deadd-notification-center: use make to install and fix issues with service files
* [`3d15fa8a`](https://github.com/NixOS/nixpkgs/commit/3d15fa8ae656d797c750c459a7e79b288fe58e7e) jasper: init at 2.0.26
* [`116d152c`](https://github.com/NixOS/nixpkgs/commit/116d152c9e46fda02e04bb0046a09d67e297b837) Merge pull request NixOS/nixpkgs#116176 from primeos/chromium
* [`312390ca`](https://github.com/NixOS/nixpkgs/commit/312390ca50c87ef93c3d7661791ea546e79d2b76) Merge pull request NixOS/nixpkgs#116069 from obsidiansystems/new-mcfgthreads
* [`8ecf143c`](https://github.com/NixOS/nixpkgs/commit/8ecf143cb0cfe93cb50337865f5dbceceeee0d0a) Merge pull request NixOS/nixpkgs#113222 from Pacman99/fix-notification-center
* [`0703334f`](https://github.com/NixOS/nixpkgs/commit/0703334f6e646fa1dac2535a7d1eeda414d03e3d) Merge pull request NixOS/nixpkgs#116166 from r-ryantm/auto-update/orcania
* [`3f109f6f`](https://github.com/NixOS/nixpkgs/commit/3f109f6f275016eb3d93a59be134302f5a27f1ea) zulip-term: 0.5.2 -> 0.6.0
* [`2f03853a`](https://github.com/NixOS/nixpkgs/commit/2f03853ae06ea8c412e3fca41ff943c9e1d0f223) Merge pull request NixOS/nixpkgs#115923 from r-ryantm/auto-update/fio
* [`52ea5da2`](https://github.com/NixOS/nixpkgs/commit/52ea5da21bd59081cfe1a3b392211b2d5db370f2) Merge pull request NixOS/nixpkgs#115910 from r-ryantm/auto-update/eksctl
* [`a185acfc`](https://github.com/NixOS/nixpkgs/commit/a185acfca63b717c5db95134b5b79668afd2ceaf) Merge pull request NixOS/nixpkgs#116229 from kidonng/fzf-0.26.0
* [`91653621`](https://github.com/NixOS/nixpkgs/commit/916536210d4faa221216d6319f39b2a7167beb59) Merge pull request NixOS/nixpkgs#116140 from r-ryantm/auto-update/fatrace
* [`a93b67f0`](https://github.com/NixOS/nixpkgs/commit/a93b67f05e74ec889b665288903428ac10add307) Merge pull request NixOS/nixpkgs#116068 from ShrykeWindgrace/master
* [`20fd5600`](https://github.com/NixOS/nixpkgs/commit/20fd56001a8c967a3c3cc64ac7a1b57b74618e9e) Merge pull request NixOS/nixpkgs#116248 from dotlambda/zulip-term-0.6.0
* [`68e00abf`](https://github.com/NixOS/nixpkgs/commit/68e00abfcbdccf4786a321ebb66d4c3d5a4a1d9a) Merge pull request NixOS/nixpkgs#116047 from r-ryantm/auto-update/powerline
* [`86c7e929`](https://github.com/NixOS/nixpkgs/commit/86c7e9297d57437822ba166df98cc47f17ef255b) Merge pull request NixOS/nixpkgs#115866 from r-ryantm/auto-update/kapp
* [`6a813afe`](https://github.com/NixOS/nixpkgs/commit/6a813afe61a7db864f6bbf916c1eb1d20afe950c) vscode-extensions.hashicorp.terraform: 2.8.1 -> 2.8.2
* [`68f45df6`](https://github.com/NixOS/nixpkgs/commit/68f45df6beb3b156e533bdcf89a3ba1c8c92f750) vscode-extensions.gruntfuggly.todo-tree: 0.0.201 -> 0.0.204
* [`c47eacf4`](https://github.com/NixOS/nixpkgs/commit/c47eacf4ccb524030bc9e4ea2f6aa15165952a82) python3Packages.hass-nabucasa: 0.41.0 -> 0.42.0
* [`b67d1971`](https://github.com/NixOS/nixpkgs/commit/b67d19710c66af8e03ac9ef3325a742afb7d6945) kgx: init at unstable-2021-03-13
* [`dcbfa026`](https://github.com/NixOS/nixpkgs/commit/dcbfa026a3145c18332ee6db89d9cf4c4ee05073) python3Packages.convertdate: 2.3.1 -> 2.3.2
* [`be6d79d8`](https://github.com/NixOS/nixpkgs/commit/be6d79d83f07f053a2f986c983cd34b4ef9fdc07) folks: Fix tests with e-d-s linked with libphonenumber support
* [`4e701b58`](https://github.com/NixOS/nixpkgs/commit/4e701b586ada7abbdce1a7add69cd7f9437b56b7) python3Packages.xknx: 0.17.1 -> 0.17.2
* [`c826ae5b`](https://github.com/NixOS/nixpkgs/commit/c826ae5b14b14f2e459dbb8d300a3c02aa42ee9e) broadlink-cli: 0.16.0 -> 0.17.0
* [`89ca7d44`](https://github.com/NixOS/nixpkgs/commit/89ca7d44c022625d09ccbf5b827f22db97f8512e) python3Packages.adguardhome: 0.4.2 -> 0.5.0
* [`bf0ae594`](https://github.com/NixOS/nixpkgs/commit/bf0ae59408c9862a1e844a0ba4d5d2ebf63f41b3) Merge pull request NixOS/nixpkgs#116066 from Julow/ocamlformat-0-17-0
* [`d6742106`](https://github.com/NixOS/nixpkgs/commit/d6742106a058af4dc139b9da59ef2a2a18e0ceb3) Merge pull request NixOS/nixpkgs#109448 from fabaff/pynetdicom
* [`c78626fb`](https://github.com/NixOS/nixpkgs/commit/c78626fb3cb2cd46d2b93d4de138276c500804b4) Merge pull request NixOS/nixpkgs#116254 from rhoriguchi/vscode-extensions.hashicorp.terraform
* [`4693291f`](https://github.com/NixOS/nixpkgs/commit/4693291f625999111b181759fc56ffe3d51499f7) gupnp-igd: 0.2.5 -> 1.2.0
* [`921d0269`](https://github.com/NixOS/nixpkgs/commit/921d0269cc2b918f5e20a3f0bf5887280a28d1e6) doc: Port stdenv/meta to Markdown
* [`da4f4431`](https://github.com/NixOS/nixpkgs/commit/da4f44311b7353b2bff1221f6e9684fa45fd39a4) uutils-coreutils: install symlinks again by converting to stdenv.mkDerivation which executes make,
* [`53830ca0`](https://github.com/NixOS/nixpkgs/commit/53830ca04cc58dfbe8536dad266ffb23c3d2f3f4) doc: Port stdenv/multiple-output to Markdown
* [`f854ee87`](https://github.com/NixOS/nixpkgs/commit/f854ee87f088b04f7e0b49c9d3d898a575867b11) doc: Port stdenv to Markdown
* [`98fddac2`](https://github.com/NixOS/nixpkgs/commit/98fddac2b6ccdf85ff2cb8c91bbf70059bc0b144) Merge pull request NixOS/nixpkgs#116244 from zhaofengli/kgx
* [`e70d4b62`](https://github.com/NixOS/nixpkgs/commit/e70d4b62b6041a0e1749e91dbb3ff4fdd30f32a6) expliot: init at 0.9.6
* [`91574a3a`](https://github.com/NixOS/nixpkgs/commit/91574a3a39875475d295bdc594e79bb9d8919961) Merge pull request NixOS/nixpkgs#115123 from Pacman99/phone-evolution
* [`24b3e0cd`](https://github.com/NixOS/nixpkgs/commit/24b3e0cd78a1eb41fccf507ab31f868633c6da84) Merge pull request NixOS/nixpkgs#116262 from fabaff/bump-xknx
* [`84d33944`](https://github.com/NixOS/nixpkgs/commit/84d339448498eb06f702510c6d1942fcd2e8c10d) Merge pull request NixOS/nixpkgs#116255 from rhoriguchi/vscode-extensions.gruntfuggly.todo-tree
* [`ab476796`](https://github.com/NixOS/nixpkgs/commit/ab4767964e843954db58ff8a4f81138a072f123c) Merge pull request NixOS/nixpkgs#116118 from maxeaubrey/gupnp-igd_1.2.0
* [`6596d10f`](https://github.com/NixOS/nixpkgs/commit/6596d10f1d37f5d24b2dfe75931983d3b63d0500) _3mux: 1.0.1 -> 1.1.0
* [`52426825`](https://github.com/NixOS/nixpkgs/commit/524268252d468095e38415684824e52b554f10d4) glow: 1.3.0 -> 1.4.0
* [`0f13c4c5`](https://github.com/NixOS/nixpkgs/commit/0f13c4c5d311ce8a5fddd44274f0f7d04eca291a) Merge pull request NixOS/nixpkgs#116117 from AndersonTorres/new-zxing-cpp
* [`0948de92`](https://github.com/NixOS/nixpkgs/commit/0948de92e02ac90dcde4a412965a8f5f376268c5) Merge pull request NixOS/nixpkgs#116221 from AndersonTorres/new-jasper
* [`eb362f9a`](https://github.com/NixOS/nixpkgs/commit/eb362f9af966f04f74ee839f85562008a487eaf9) gnome3.hitori: 3.38.0 -> 3.38.1
* [`621f19d8`](https://github.com/NixOS/nixpkgs/commit/621f19d89c8af11b52bb50513558071ab7b7d139) calc: 2.12.8.2 -> 2.12.9.0
* [`b94530c5`](https://github.com/NixOS/nixpkgs/commit/b94530c576691c09ebd60b801a55aa8a59aa16a3) armadillo: 10.2.2 -> 10.3.0
* [`1a85b648`](https://github.com/NixOS/nixpkgs/commit/1a85b648af451f797f6c0866e1ed4d598659fbab) ticker: 3.1.9 -> 4.0.3
* [`88e379a2`](https://github.com/NixOS/nixpkgs/commit/88e379a2abbd985ae214f676d9535d11f9509736) tickrs: 0.14.1 -> 0.14.2
* [`24aa5fef`](https://github.com/NixOS/nixpkgs/commit/24aa5fefe4826c94c0f63a508a2192f89b41cc30) Merge pull request NixOS/nixpkgs#116277 from penguwin/glow
* [`d0cc6585`](https://github.com/NixOS/nixpkgs/commit/d0cc6585ee6cec9555a907025dcffb3faa3cdab0) orchis: 2021-01-22 -> 2021-02-28
* [`98c753c6`](https://github.com/NixOS/nixpkgs/commit/98c753c6626de8618016919df273bb1362329764) mark: 5.2.1 -> 5.2.2
* [`aa7d353c`](https://github.com/NixOS/nixpkgs/commit/aa7d353c75d8d67324fcd3364b07d877f31a0ac2) obsidian: 0.11.3 -> 0.11.5
* [`e9022849`](https://github.com/NixOS/nixpkgs/commit/e9022849e657c0f17b3fcd00167c0cdd0c6970cf) gofumpt: 0.1.0 -> 0.1.1
* [`b91fa69e`](https://github.com/NixOS/nixpkgs/commit/b91fa69ed0d12bef0451bab5fd71be0c10804f25) Merge pull request NixOS/nixpkgs#116272 from aaronjanse/mar2021-update-3mux
* [`43d381f9`](https://github.com/NixOS/nixpkgs/commit/43d381f918e8b9de2607d0a8a6db2747b961f9fd) progress: 0.15 -> 0.16
* [`d8a96e2f`](https://github.com/NixOS/nixpkgs/commit/d8a96e2f8f4fb578e70c005e3ecea763c73cff83) glab: 1.15.0 -> 1.16.0
* [`7dd7da52`](https://github.com/NixOS/nixpkgs/commit/7dd7da52014b280ffe6a67d3a49e7f20a0222c23) pspg: 4.3.0 -> 4.3.1
* [`243ddc22`](https://github.com/NixOS/nixpkgs/commit/243ddc22bf35670a716ff252ac7f3281b855f7e5) pentobi: 18.4 -> 18.5
* [`cac752ac`](https://github.com/NixOS/nixpkgs/commit/cac752acb21fce5e0575ded2734e63ad715176cc) osu-lazer: 2021.226.0 -> 2021.312.0
* [`bc1069bc`](https://github.com/NixOS/nixpkgs/commit/bc1069bcbdc22c092efd77dd6e8aa4739b7471a2) riscv-pk: riscv-pk-0.1pre438_e5846a2 -> 1.0.0
* [`44c21068`](https://github.com/NixOS/nixpkgs/commit/44c21068aeab776bb4ead395e3b8bef437977d98) spike: fix build
* [`85ad7501`](https://github.com/NixOS/nixpkgs/commit/85ad7501ec97903a3daa459c18141179234fb17e) nixos/tests/spike: Fix assertion
* [`29bf7e2b`](https://github.com/NixOS/nixpkgs/commit/29bf7e2b89110dfaa0821a432228cdea316cc793) jmol: 14.31.32 -> 14.31.34
* [`dd58f3ad`](https://github.com/NixOS/nixpkgs/commit/dd58f3ad13cec8c90d43e051e8cf5a1f50176889) firefox-bin: add pciutils to libPath
* [`8d301a28`](https://github.com/NixOS/nixpkgs/commit/8d301a28ad1e0d38e42adfed3b650b633ef64d0d) boundary: 0.1.7 -> 0.1.8
* [`6a99841c`](https://github.com/NixOS/nixpkgs/commit/6a99841c113d0d7baf3849087d2670f8f6bc4bed) go_1_15: 1.15.8 -> 1.15.10
* [`eecacdf3`](https://github.com/NixOS/nixpkgs/commit/eecacdf3d8d58ccc689b7194d33a5ba53a7bdd79) go_1_16: 1.16 -> 1.16.2
* [`0a5ef270`](https://github.com/NixOS/nixpkgs/commit/0a5ef27091b9a26c79a4b1d6679b0ca2891ce3a2) insomnia: 2020.5.2 -> 2021.1.0
* [`b40f1a81`](https://github.com/NixOS/nixpkgs/commit/b40f1a81189d7f88b4754c7f719e621e97139881) nats-streaming-server: 0.21.0 -> 0.21.1
* [`d908f40e`](https://github.com/NixOS/nixpkgs/commit/d908f40e8baee520953f9cfb91ae4476a02430c4) imgproxy: 2.16.0 -> 2.16.2
* [`9e6742b8`](https://github.com/NixOS/nixpkgs/commit/9e6742b8477a28966def4ed469e95ce184b08f2c) catcli: 0.6.1 -> 0.6.2
* [`8676e8fe`](https://github.com/NixOS/nixpkgs/commit/8676e8fe71f29065d3429898cda5f9b9c96e58f4) units: 2.19 -> 2.21
* [`ccf321f3`](https://github.com/NixOS/nixpkgs/commit/ccf321f37ab02c055cf474c59e7bffa6988cb813) worker: 4.5.0 -> 4.7.0
* [`2265051d`](https://github.com/NixOS/nixpkgs/commit/2265051d99e0e630255ead26f8ec091ee4a55ba9) snooze: 0.4 -> 0.5
* [`727471ee`](https://github.com/NixOS/nixpkgs/commit/727471ee5155982e0099925bc27ef8380b32d091) qstopmotion: 2.4.1 -> 2.5.2
* [`690a5f1d`](https://github.com/NixOS/nixpkgs/commit/690a5f1d2ad6c4db000ba38e8311caaab892a38a) Merge pull request NixOS/nixpkgs#116284 from lovesegfault/firefox-bin-pciutils
* [`e56ce5e7`](https://github.com/NixOS/nixpkgs/commit/e56ce5e794cb41f7e6dd5e5e37558e9a7952163e) elpa-packages 2021-03-13
* [`49888798`](https://github.com/NixOS/nixpkgs/commit/49888798876c012cff86dd16d356395b66cd98ae) emacs.pkgs.org-packages: 2021-03-14
* [`2475b551`](https://github.com/NixOS/nixpkgs/commit/2475b551f27a67b747f47ee7d3147a4c9678bc22) emacs.pkgs.melpa-packages: 2021-03-14
* [`bd5c89a5`](https://github.com/NixOS/nixpkgs/commit/bd5c89a5e4840407e32cab7d70be59ed24d83b4a) python3Packages.incomfort-client: init at 0.4.5
* [`d4b5a9a6`](https://github.com/NixOS/nixpkgs/commit/d4b5a9a6075a0eeb0b81ac66f3694c818a8417fd) home-assistant: update component-packages
* [`d60087b0`](https://github.com/NixOS/nixpkgs/commit/d60087b0295c366d447148571ae36ab236bf986a) Merge pull request NixOS/nixpkgs#116177 from r-ryantm/auto-update/procs
* [`a58bd74a`](https://github.com/NixOS/nixpkgs/commit/a58bd74aacac6346d7e4a0bf27fe8af36d947476) Merge pull request NixOS/nixpkgs#116227 from r-ryantm/auto-update/wrangler
* [`87f4d7a0`](https://github.com/NixOS/nixpkgs/commit/87f4d7a07a076e4c879c213da3df7cfa62630cdc) nixos/printing: simplify filterGutenprint function
* [`e53f145c`](https://github.com/NixOS/nixpkgs/commit/e53f145c5c591ea5c7e6a3c57b2d743632d9ec0b) canon-cups-ufr2: small refactor
* [`3329093c`](https://github.com/NixOS/nixpkgs/commit/3329093c6aca716761a3d91089d49e5cbb873d77) Remove repeating words from doc
* [`03c98972`](https://github.com/NixOS/nixpkgs/commit/03c98972ccb194111a2a21e34822cedabbec12fa) cups-brother-hll2340dw: remove unreferenced top-level argument
* [`4c117adb`](https://github.com/NixOS/nixpkgs/commit/4c117adb7602ec5a06a4260f0c7b1694dfe82664) networkmanagerapplet: 1.18.0 -> 1.20.0
* [`151cc36b`](https://github.com/NixOS/nixpkgs/commit/151cc36b9511f33685d03fb7d831cc3a9825e0da) networkmanagerapplet: licence, drop unused args
* [`5bf3230f`](https://github.com/NixOS/nixpkgs/commit/5bf3230f6b26baa313a5300ad000e5c6a98db257) firmwareLinuxNonfree: fix fetching from git (NixOS/nixpkgs#116306)
* [`f7574a5c`](https://github.com/NixOS/nixpkgs/commit/f7574a5c8fefd86b50def1827eadb9b8cb266ffd) pika-backup: init at 0.2.1 (NixOS/nixpkgs#115573)
* [`a79bb1c7`](https://github.com/NixOS/nixpkgs/commit/a79bb1c72b19495c593afb7b0da544101057802b) mkgmap: 4604 -> 4608
* [`03bc13f6`](https://github.com/NixOS/nixpkgs/commit/03bc13f68ccde33c6b6f6e3b49c55d20ac80b27c) python3Packages.adafruit-platformdetect: 3.3.0 -> 3.4.0
* [`03603137`](https://github.com/NixOS/nixpkgs/commit/0360313730a8a0592967b64eb0d6278676dea67e) Merge pull request NixOS/nixpkgs#116224 from JonathanReeve/master
* [`2cbd01d2`](https://github.com/NixOS/nixpkgs/commit/2cbd01d244a6a5ad17fbedc981de77c610d5426c) newsflash: 1.3.0 -> 1.4.0
* [`e031b213`](https://github.com/NixOS/nixpkgs/commit/e031b21364ca8982e4c1d01675ccaff0dee4c6ee) Merge pull request NixOS/nixpkgs#115415 from maxeaubrey/network-manager-applet-1.20.0
* [`92630146`](https://github.com/NixOS/nixpkgs/commit/92630146e1311152b2c6c1edde0361d80a6210a6) libxmlb: 0.2.1 -> 0.3.0
* [`99fe9787`](https://github.com/NixOS/nixpkgs/commit/99fe9787023ad58dfb68fbceede11774754a6da0) Merge pull request NixOS/nixpkgs#113881 from jtojnar/stdenv.md
* [`7c2e71f8`](https://github.com/NixOS/nixpkgs/commit/7c2e71f82acb06244fcd2ec5c5d89633d2de93d6) Merge pull request NixOS/nixpkgs#115797 from r-ryantm/auto-update/argo
* [`03754f91`](https://github.com/NixOS/nixpkgs/commit/03754f91eb5d45fd40853e8e163b84777818db15) Merge pull request NixOS/nixpkgs#115574 from r-ryantm/auto-update/SPAdes
* [`0e63a1bb`](https://github.com/NixOS/nixpkgs/commit/0e63a1bb3369a74521dfeea76064d70bfce58528) Merge pull request NixOS/nixpkgs#115579 from r-ryantm/auto-update/stacks
* [`2a04019f`](https://github.com/NixOS/nixpkgs/commit/2a04019f3f59834245b14b0acb88f9a33b1f30fe) Merge pull request NixOS/nixpkgs#115897 from r-ryantm/auto-update/cargo-criterion
* [`eff07af7`](https://github.com/NixOS/nixpkgs/commit/eff07af76ff46e038e5877cea428d94c0c028db1) Merge pull request NixOS/nixpkgs#115898 from r-ryantm/auto-update/cbonsai
* [`0e1a8cc3`](https://github.com/NixOS/nixpkgs/commit/0e1a8cc3ec6fd5844d30a24d99e44ad4a6971235) Merge pull request NixOS/nixpkgs#115499 from r-ryantm/auto-update/qbs
* [`56184344`](https://github.com/NixOS/nixpkgs/commit/561843447990dd769862a751d4b5de03a2fdcc24) Merge pull request NixOS/nixpkgs#116192 from r-ryantm/auto-update/sd-local
* [`87a34c40`](https://github.com/NixOS/nixpkgs/commit/87a34c40ed89782d90047377d2bb411c51f747e8) Merge pull request NixOS/nixpkgs#116225 from r-ryantm/auto-update/unciv
* [`994dc4b2`](https://github.com/NixOS/nixpkgs/commit/994dc4b2af68e8c1ab73d190d667023d6572d4f6) Merge pull request NixOS/nixpkgs#116165 from r-ryantm/auto-update/oppai-ng
* [`ef6fe133`](https://github.com/NixOS/nixpkgs/commit/ef6fe133714d57ac14dff64c7b99064a0b9c7ecc) Merge pull request NixOS/nixpkgs#116273 from marsam/update-gopass
* [`33278e2b`](https://github.com/NixOS/nixpkgs/commit/33278e2b20294d30876ae05b10c45c3260c8cdef) Merge pull request NixOS/nixpkgs#116193 from r-ryantm/auto-update/seaweedfs
* [`290fd595`](https://github.com/NixOS/nixpkgs/commit/290fd59580bbc521646557c2ce040f6c54da33e6) Merge pull request NixOS/nixpkgs#116269 from SuperSandro2000/uutils-coreutils
* [`189e47cf`](https://github.com/NixOS/nixpkgs/commit/189e47cf887ebc5b4be46d4e0f812f4e1b3c46c9) Merge pull request NixOS/nixpkgs#116311 from r-ryantm/auto-update/mkgmap
* [`54fe2547`](https://github.com/NixOS/nixpkgs/commit/54fe2547f92aa6f40d1bbd9ba89752a8e3a93f9b) Merge pull request NixOS/nixpkgs#116194 from r-ryantm/auto-update/shipyard
* [`bd1d38c7`](https://github.com/NixOS/nixpkgs/commit/bd1d38c700b9d63044427c90a9d03ce3b6d0c5fb) Merge pull request NixOS/nixpkgs#116135 from r-ryantm/auto-update/crow-translate
* [`f95739a7`](https://github.com/NixOS/nixpkgs/commit/f95739a799f2638d395d78face2785431dc545ab) Merge pull request NixOS/nixpkgs#116149 from r-ryantm/auto-update/kapowbang
* [`ba79287c`](https://github.com/NixOS/nixpkgs/commit/ba79287cee4665c4a46b1e3bbde0ae5dffbcfe6d) Merge pull request NixOS/nixpkgs#116171 from r-ryantm/auto-update/pdfsam-basic
* [`cd75732f`](https://github.com/NixOS/nixpkgs/commit/cd75732f9b1715179264b6939742313649d26371) Merge pull request NixOS/nixpkgs#115880 from r-ryantm/auto-update/musescore
* [`9ad528af`](https://github.com/NixOS/nixpkgs/commit/9ad528afeb84ccbe6dce0df09514d7dac0d962d1) Merge pull request NixOS/nixpkgs#115821 from r-ryantm/auto-update/codeql
* [`b0af9f3d`](https://github.com/NixOS/nixpkgs/commit/b0af9f3daafb33294c6f5f430bfade9ba9feb14e) Merge pull request NixOS/nixpkgs#115950 from r-ryantm/auto-update/go-shadowsocks2
* [`e3f5585c`](https://github.com/NixOS/nixpkgs/commit/e3f5585c6c9c0f890bd12a9b5f42be58c0ffaa29) Merge pull request NixOS/nixpkgs#116013 from r-ryantm/auto-update/libtpms
* [`d86882dd`](https://github.com/NixOS/nixpkgs/commit/d86882dd0f192dee1be08487e7b8647acf7518d9) nss: 3.60 -> 3.61
* [`16f10846`](https://github.com/NixOS/nixpkgs/commit/16f108467be3c9ed4db832256f4278ee0d49dd4b) rust-cbindgen: 0.15.0 -> 0.17.0
* [`a6136848`](https://github.com/NixOS/nixpkgs/commit/a613684873dbc71adde460f5ecbdabef28886515) firefox: 85.0.2 -> 86.0
* [`e73210fd`](https://github.com/NixOS/nixpkgs/commit/e73210fd67c3f81067c6120b8d03ce6b8466310a) nss: 3.61 -> 3.62
* [`a390e929`](https://github.com/NixOS/nixpkgs/commit/a390e92928384846eeabdca162d88f0917cf0072) firefox: 86.0 -> 86.0.1
* [`e57fd8cf`](https://github.com/NixOS/nixpkgs/commit/e57fd8cf446de3f735af5b7918dab2865c80d59a) Merge pull request NixOS/nixpkgs#116258 from fabaff/bump-hass-nabucasa
* [`f2cfae49`](https://github.com/NixOS/nixpkgs/commit/f2cfae49c28177327e94ebd79b0fa700efa743cd) Merge pull request NixOS/nixpkgs#116263 from fabaff/bump-broadlink
* [`769859fa`](https://github.com/NixOS/nixpkgs/commit/769859fa95fd81af69747a39f78ae0848d707883) Merge pull request NixOS/nixpkgs#116264 from fabaff/bump-adguardhome
* [`ddf18211`](https://github.com/NixOS/nixpkgs/commit/ddf18211121f8e03d3f626a7c8452f1edd92bdc6) tla-toolbox: 1.7.0 -> 1.7.1
* [`8d3254c5`](https://github.com/NixOS/nixpkgs/commit/8d3254c57b6facfc796ff8212a47d0108ba6d861) Merge pull request NixOS/nixpkgs#116276 from mweinelt/nss
* [`cc7a4866`](https://github.com/NixOS/nixpkgs/commit/cc7a4866aba8c29230bc137f64f42b9d1aaf25e2) Merge pull request NixOS/nixpkgs#116270 from fabaff/expliot
* [`6f0dd424`](https://github.com/NixOS/nixpkgs/commit/6f0dd4247b51111acf1539f7eda7bff2a13cc95a) fractal: port away from buildRustPackage
* [`4853c636`](https://github.com/NixOS/nixpkgs/commit/4853c6369d5fd0af478091812b4de5b2789bd975) contrast: port away from buildRustPackage
* [`e3b0f976`](https://github.com/NixOS/nixpkgs/commit/e3b0f976d44d1b4fee907496d904e3b648d72c26) shortwave: port away from buildRustPackage
* [`c3b4d2d0`](https://github.com/NixOS/nixpkgs/commit/c3b4d2d0739b4ac78e117506c050a96cea4ea722) gnome-podcasts: port away from buildRustPackage
* [`5caaae33`](https://github.com/NixOS/nixpkgs/commit/5caaae33fb32a221e306bea7b40321b84ddc368a) Merge pull request NixOS/nixpkgs#116303 from samuelgrf/printing-related-refactors
* [`b6cd9ea1`](https://github.com/NixOS/nixpkgs/commit/b6cd9ea18ebb5491d91d93a1d8f2329794e9037a) Merge pull request NixOS/nixpkgs#116320 from MetaDark/newsflash
* [`d516b27a`](https://github.com/NixOS/nixpkgs/commit/d516b27a1cfaa2c72cad68692acb17f094f7a04f) rmfuse: 0.1.1 -> 0.2.1
* [`e1ac66bd`](https://github.com/NixOS/nixpkgs/commit/e1ac66bd970b2a1d4a54d69a0a10a66a8db52f0c) s3backer: 1.5.4 -> 1.6.1
* [`7c14c1a8`](https://github.com/NixOS/nixpkgs/commit/7c14c1a8d0bdc2e773b30c04b01b435dd40cd211) pcb: 4.2.2 -> 4.3.0
* [`deefae97`](https://github.com/NixOS/nixpkgs/commit/deefae9708ca1446b65367ab99d6b72b84a3ca5a) luna-icons: 1.0 -> 1.1
* [`7ae28041`](https://github.com/NixOS/nixpkgs/commit/7ae2804166dca5e96f115191ab70da210a99840d) Merge pull request NixOS/nixpkgs#116142 from r-ryantm/auto-update/git-town
* [`abb6266d`](https://github.com/NixOS/nixpkgs/commit/abb6266dbc7e305312431c99fd98310c13422be6) zcash: 4.1.1 -> 4.3.0 (NixOS/nixpkgs#115463)
* [`7163929c`](https://github.com/NixOS/nixpkgs/commit/7163929ceece23d17f5198e35c0c2c6cff1bc625) doodle: 0.7.1 -> 0.7.2
* [`96390f42`](https://github.com/NixOS/nixpkgs/commit/96390f4286878291be9c267c5ade5c8917cabaad) Merge pull request NixOS/nixpkgs#115487 from stephank/fix-darwin-php
* [`c91b2aa9`](https://github.com/NixOS/nixpkgs/commit/c91b2aa9f14157a19855a6f1cefd9146a9a7423b) Merge pull request NixOS/nixpkgs#116329 from adisbladis/rmfuse-0_2_1
* [`e3e59d4a`](https://github.com/NixOS/nixpkgs/commit/e3e59d4ab7b9e353d1762100dfeafff66a4118ee) Merge pull request NixOS/nixpkgs#108363 from Flakebi/kakoune
* [`1ec933a6`](https://github.com/NixOS/nixpkgs/commit/1ec933a65f6e2743217c51f0794005495efc8778) Merge pull request NixOS/nixpkgs#116333 from romildo/upd.luna-icons
* [`8c5e7028`](https://github.com/NixOS/nixpkgs/commit/8c5e70287590c056e7022328f0f8f319b6f1174d) Merge pull request NixOS/nixpkgs#116084 from jonringer/bump-factorio
* [`5c2f5bbc`](https://github.com/NixOS/nixpkgs/commit/5c2f5bbc529d4282b4b81bd487788baa084de21d) Merge pull request NixOS/nixpkgs#116222 from r-ryantm/auto-update/traefik
* [`68b97478`](https://github.com/NixOS/nixpkgs/commit/68b974785c29c7e12498a281ef08260122606159) python3Packages.labgrid: 0.3.1 -> 0.3.2 (NixOS/nixpkgs#116288)
* [`17c8c57a`](https://github.com/NixOS/nixpkgs/commit/17c8c57a560c87501815e0267b1ae86c9e360434) Merge pull request NixOS/nixpkgs#115969 from r-ryantm/auto-update/keepalived
* [`40e2f9fb`](https://github.com/NixOS/nixpkgs/commit/40e2f9fb032a517839c1f0b774155c8917da00d6) ytfzf: 1.0.1 -> 1.1.0
* [`bed86681`](https://github.com/NixOS/nixpkgs/commit/bed86681367c1f57324249db181d142e2efc1f0b) kubecfg: 0.17.0 -> 0.18.0 (NixOS/nixpkgs#116150)
* [`3210e915`](https://github.com/NixOS/nixpkgs/commit/3210e9158f2888c487eade7ec221c6a65cde1675) imagemagick6: 6.9.12-1 -> 6.9.12-3
* [`c528ddd2`](https://github.com/NixOS/nixpkgs/commit/c528ddd2da8ebe1c441f4ebde6ff5757673127d0) imagemagick6: add erictapen as maintainer
* [`e4988898`](https://github.com/NixOS/nixpkgs/commit/e49888983dbc597942bddfe6311ce15c7c277585) steam: xlibs -> xorg
* [`63eb38c8`](https://github.com/NixOS/nixpkgs/commit/63eb38c8e3499c64d5662cb091ad333d942ca9c3) prime-server: 0.6.7 -> 0.7.0
* [`667d4264`](https://github.com/NixOS/nixpkgs/commit/667d42647ef39c0a3c8022ff5f368b55ef1940ee) Merge pull request NixOS/nixpkgs#116014 from r-ryantm/auto-update/libpostal
* [`6340e3af`](https://github.com/NixOS/nixpkgs/commit/6340e3af68023fcaef6ec1adb081164d1bd6258c) libebml: 1.4.1 -> 1.4.2
* [`ad4daeef`](https://github.com/NixOS/nixpkgs/commit/ad4daeefbd7f007862b950ccc75687bf91f991a3) libmatroska: 1.6.2 -> 1.6.3
* [`9235d126`](https://github.com/NixOS/nixpkgs/commit/9235d126cc377991479a81baac041040aef06d3c) mkvtoolnix: 53.0.0 -> 55.0.0
* [`f42624a9`](https://github.com/NixOS/nixpkgs/commit/f42624a9e45dc22debc59a78c470a2f7789bea52) Merge pull request NixOS/nixpkgs#116330 from erictapen/imagemagick-6.9.12-3
* [`d7724893`](https://github.com/NixOS/nixpkgs/commit/d7724893cfa1900727beb2ead35829b8371ba636) Merge pull request NixOS/nixpkgs#116298 from fabaff/incomfort-client
* [`68b676f1`](https://github.com/NixOS/nixpkgs/commit/68b676f19767870f296b9fd149e56c7d61956578) Merge pull request NixOS/nixpkgs#116312 from fabaff/bump-adafruit-platformdetect
* [`ea42c041`](https://github.com/NixOS/nixpkgs/commit/ea42c04107842992b2b1cf954385c8a66eb49e9c) Merge pull request NixOS/nixpkgs#116028 from r-ryantm/auto-update/nexus
* [`87acb6d6`](https://github.com/NixOS/nixpkgs/commit/87acb6d60bfe9469475dbaa80df90971aaa21997) Merge pull request NixOS/nixpkgs#116204 from r-ryantm/auto-update/svxlink
* [`0af0c5c8`](https://github.com/NixOS/nixpkgs/commit/0af0c5c8e79609c06a5532ab2a58d2f7c55e3c9a) osinfo-db: 20210215 -> 20210312
* [`cd2c0b50`](https://github.com/NixOS/nixpkgs/commit/cd2c0b501ea106d567d102dff9c59067bb34a2ee) Merge pull request NixOS/nixpkgs#115862 from r-ryantm/auto-update/jbang
* [`2a6fa658`](https://github.com/NixOS/nixpkgs/commit/2a6fa658cb66beabec8f5e3c72e72bcfd8ef01a0) Merge pull request NixOS/nixpkgs#116352 from samuelgrf/fix-steam-allowedAliases
* [`3b4d6238`](https://github.com/NixOS/nixpkgs/commit/3b4d6238c971e5737461e8b17cb1cd37c76fe09a) Merge pull request NixOS/nixpkgs#116197 from r-ryantm/auto-update/singularity
* [`4c0404ea`](https://github.com/NixOS/nixpkgs/commit/4c0404ea17314c82a6420f7cf4d9d1c9c658a1d7) python38Packages.bitarray: 1.7.0 -> 1.7.1
* [`ca4406f3`](https://github.com/NixOS/nixpkgs/commit/ca4406f30f741b3cbb728b3fc64a3413c1b790c1) python3Packages.evohome-async: init at 0.3.8
* [`46d8354a`](https://github.com/NixOS/nixpkgs/commit/46d8354af1a0866c9ec613b6056e3334c8821217) home-assistant: update component-packages
* [`9b50aa68`](https://github.com/NixOS/nixpkgs/commit/9b50aa683658976f96d3457296d2edefae19f4f0) Merge pull request NixOS/nixpkgs#115502 from fabaff/bump-plugwise
* [`b8f974d8`](https://github.com/NixOS/nixpkgs/commit/b8f974d8a75ccf9b3234c2904afa7af461531ca2) smplayer: 20.6.0 -> 21.1.0
* [`b78770a1`](https://github.com/NixOS/nixpkgs/commit/b78770a1ee898a105f55fab5ed78446dfd82a7c9) renderdoc: 1.11 -> 1.12
* [`06e916ee`](https://github.com/NixOS/nixpkgs/commit/06e916ee7901b4b1252306ae767f0460bee5e70f) Merge pull request NixOS/nixpkgs#116296 from tricktron/mkvtoolnix-55
* [`1561c538`](https://github.com/NixOS/nixpkgs/commit/1561c538e7f9ed3faf64f45dae9e094724eb8e49) Merge pull request NixOS/nixpkgs#116033 from r-ryantm/auto-update/pcb2gcode
* [`de61d425`](https://github.com/NixOS/nixpkgs/commit/de61d42596fac0539d82cccd573b37d9ccf6b0ed) Merge pull request NixOS/nixpkgs#114068 from r-ryantm/auto-update/gphoto2
* [`d5930430`](https://github.com/NixOS/nixpkgs/commit/d59304307ec68c77ee010688130ffe8d1a5081d3) python3Packages.azure-core: 1.10.0 -> 1.12.0
* [`f4e050e0`](https://github.com/NixOS/nixpkgs/commit/f4e050e01f82923d6b84d576d276f8c5d4fa8ea0) python3Packages.azure-eventgrid: 1.3.0 -> 2.0.0
* [`f6a6ee6b`](https://github.com/NixOS/nixpkgs/commit/f6a6ee6b477e76217f1146361b3f5da213813623) python3Packages.azure-mgmt-applicationinsights: 0.3.0 -> 1.0.0
* [`95b8b0d2`](https://github.com/NixOS/nixpkgs/commit/95b8b0d25683a5048f7625496de0d53150e715c6) python3Packages.azure-mgmt-compute: 18.1.0 -> 19.0.0
* [`fe74a7c7`](https://github.com/NixOS/nixpkgs/commit/fe74a7c71b080a99e96ca12fd6175aaa73fa68c6) python3Packages.azure-mgmt-kusto: 0.10.0 -> 1.0.0
* [`51462cec`](https://github.com/NixOS/nixpkgs/commit/51462cec1f71aa844c4af74a44434179c07a036c) python3Packages.azure-storage-blob: 12.7.1 -> 12.8.0
* [`1591e296`](https://github.com/NixOS/nixpkgs/commit/1591e296e77a8a3c7710a71227681d22fbb7ae24) python3Packages.msal: 1.8.0 -> 1.10.0
* [`4d711898`](https://github.com/NixOS/nixpkgs/commit/4d711898ef5d7971b7fbf06bf706a88231b4acc5) python3Packages.msrest: 0.6.19 -> 0.6.21
* [`3595db38`](https://github.com/NixOS/nixpkgs/commit/3595db38cd6b48fb10880f25ee31b79070a995f6) python3Packages.azure-multiapi-storage: 0.4.1 -> 0.6.0
* [`b32c4fc4`](https://github.com/NixOS/nixpkgs/commit/b32c4fc4573adcb3b60375e225d652a5231bd7f0) azure-cli: 2.18.0 -> 2.20.0
* [`2146f32a`](https://github.com/NixOS/nixpkgs/commit/2146f32a18520b4ce8fd18f45955669e08254856) python3Packages.azure*: remove unused imports
* [`6a36b730`](https://github.com/NixOS/nixpkgs/commit/6a36b730ae553ea237c049585a445d5bb8dd48bf) solc: 0.7.4 -> 0.8.2
* [`cbce4e76`](https://github.com/NixOS/nixpkgs/commit/cbce4e76d3e9b43b6987841deaa960ce197f846a) solc: make linux only
* [`3be81918`](https://github.com/NixOS/nixpkgs/commit/3be819187c3bd2669f1015ee6e6a62f9ee05d342) Merge pull request NixOS/nixpkgs#116350 from Thra11/prime-server-0-7-0
* [`41b5cb0a`](https://github.com/NixOS/nixpkgs/commit/41b5cb0a7caf0279b0ccc7fa2a1c19765cbb6b48) Merge pull request NixOS/nixpkgs#116362 from fabaff/bump-async-upnp-client
* [`4908c659`](https://github.com/NixOS/nixpkgs/commit/4908c65935d34a50a5736f31b0ebee60e39a29d5) Merge pull request NixOS/nixpkgs#116356 from r-ryantm/auto-update/python3.8-bitarray
* [`2484046c`](https://github.com/NixOS/nixpkgs/commit/2484046c5aefad4979d1f4cd190374703e2a4d19) Merge pull request NixOS/nixpkgs#116346 from jansol/renderdoc
* [`63a9f162`](https://github.com/NixOS/nixpkgs/commit/63a9f162355ec84c423690869a97848d73409fb8) Merge pull request NixOS/nixpkgs#116360 from AndersonTorres/new-smplayer
* [`609e0c9d`](https://github.com/NixOS/nixpkgs/commit/609e0c9d9c7057050aae986d8a2c6f3efa4369af) python38Packages.kaggle: 1.5.10 -> 1.5.12
* [`3e657131`](https://github.com/NixOS/nixpkgs/commit/3e6571316c65638e7a4c1aa2f2700e405be82487) Merge pull request NixOS/nixpkgs#116371 from r-ryantm/auto-update/python3.8-kaggle
* [`0080cc56`](https://github.com/NixOS/nixpkgs/commit/0080cc56d075b0ad4c1cdab113b84c99bfa6e06e) Merge pull request NixOS/nixpkgs#116324 from jtojnar/modernize-fractal
* [`43f9a64a`](https://github.com/NixOS/nixpkgs/commit/43f9a64a8a50b0cc339427cd3c0412aab4f0ecf0) python38Packages.google-cloud-os-config: 1.0.0 -> 1.1.0
* [`03d9f48f`](https://github.com/NixOS/nixpkgs/commit/03d9f48fc2b18ca208274f8b389bb0120c635963) python38Packages.google-cloud-automl: 2.1.0 -> 2.2.0
* [`a654a1e6`](https://github.com/NixOS/nixpkgs/commit/a654a1e6defad2c2c6eca06541e27084dd2a7eb8) python38Packages.google-cloud-redis: 2.0.0 -> 2.1.0
* [`6a6adfe0`](https://github.com/NixOS/nixpkgs/commit/6a6adfe0d333d3549a42924f6625b7ce1e3f33ee) python38Packages.howdoi: 2.0.12 -> 2.0.14
* [`7b093d97`](https://github.com/NixOS/nixpkgs/commit/7b093d978eb48273f5d72039a2e2e2a7031ee30d) python38Packages.google-cloud-dataproc: 2.2.0 -> 2.3.0
* [`53aa89c6`](https://github.com/NixOS/nixpkgs/commit/53aa89c6e670a9ba61d1355ed3d10d5f140f3745) python38Packages.azure-eventgrid: 2.0.0 -> 4.0.0
* [`39fa3cb6`](https://github.com/NixOS/nixpkgs/commit/39fa3cb68d450cfded5104fa5c6d951cafa04917) redkite: 1.3.0 -> 1.3.1
* [`60b59784`](https://github.com/NixOS/nixpkgs/commit/60b59784281df63ef543f3ad47ce6cda63968743) python38Packages.google-cloud-bigquery: 2.10.0 -> 2.11.0
* [`b816bfad`](https://github.com/NixOS/nixpkgs/commit/b816bfad73367d7e0f8a286ee4b4acd3a0103afb) python38Packages.azure-mgmt-network: 17.1.0 -> 18.0.0
* [`7d804ec1`](https://github.com/NixOS/nixpkgs/commit/7d804ec1692d96c3810710098849531d8ca81d4d) k6: 0.30.0 -> 0.31.0
* [`6708ee70`](https://github.com/NixOS/nixpkgs/commit/6708ee70f55b68ee227e512ffbc36d58499f7ade) cassowary: 0.13.0 -> 0.14.0
* [`baae14e9`](https://github.com/NixOS/nixpkgs/commit/baae14e981c4dd04580e06467665081b1b43a9f0) teams: 1.3.00.30857 -> 1.4.00.4855
* [`7d68e60d`](https://github.com/NixOS/nixpkgs/commit/7d68e60d27cfa1e28936ffbe9c6fc429c5604ac1) libfilezilla: 0.26.0 -> 0.27.0
* [`049c36c2`](https://github.com/NixOS/nixpkgs/commit/049c36c267b75db011f0414510dfecd3fc610b5a) gdal: 3.1.2 -> 3.2.2
* [`2b5ea1f2`](https://github.com/NixOS/nixpkgs/commit/2b5ea1f2cd1754762cb1bfc5cec6159922fc51cf) Merge pull request NixOS/nixpkgs#116039 from Flakebi/amdvlk
* [`420c7f1e`](https://github.com/NixOS/nixpkgs/commit/420c7f1e8cadab05d2d3cb9d83f8921fc1b34c81) photoflare: 1.6.6 -> 1.6.7
* [`edbaad14`](https://github.com/NixOS/nixpkgs/commit/edbaad140fd1c32cfdab69bba3abc95b28169549) calibre: 5.12.0 -> 5.13.0
* [`5a3feadb`](https://github.com/NixOS/nixpkgs/commit/5a3feadb55673b40922390b390b9658c633a8e59) ghorg: 1.5.0 -> 1.5.1
* [`3f74138c`](https://github.com/NixOS/nixpkgs/commit/3f74138ce2e97615bb8d50164214ad65c1093867) dijo: 0.2.6 -> 0.2.7
* [`0b0ce14b`](https://github.com/NixOS/nixpkgs/commit/0b0ce14b806c4b2d0dd0a166ef14b40f9c89e7cf) yad: 7.3 -> 8.0
* [`e1ae077b`](https://github.com/NixOS/nixpkgs/commit/e1ae077b4b5b3e8479221d107cde771568fe951b) monolith: 2.4.0 -> 2.4.1
* [`266dc8c3`](https://github.com/NixOS/nixpkgs/commit/266dc8c3d052f549826ba246d06787a219533b8f) Merge pull request NixOS/nixpkgs#116342 from dotlambda/ytfzf-1.1.0

nixpkgs: c5147860e23ed75ce9d40298c66b416c00be1167 to 8e1891d5b8d0b898db8890ddab73141f0cd3c2bc
* [`5c2f5bbc`](https://github.com/NixOS/nixpkgs/commit/5c2f5bbc529d4282b4b81bd487788baa084de21d) Merge pull request NixOS/nixpkgs#116222 from r-ryantm/auto-update/traefik
* [`68b97478`](https://github.com/NixOS/nixpkgs/commit/68b974785c29c7e12498a281ef08260122606159) python3Packages.labgrid: 0.3.1 -> 0.3.2 (NixOS/nixpkgs#116288)
* [`17c8c57a`](https://github.com/NixOS/nixpkgs/commit/17c8c57a560c87501815e0267b1ae86c9e360434) Merge pull request NixOS/nixpkgs#115969 from r-ryantm/auto-update/keepalived
* [`40e2f9fb`](https://github.com/NixOS/nixpkgs/commit/40e2f9fb032a517839c1f0b774155c8917da00d6) ytfzf: 1.0.1 -> 1.1.0
* [`bed86681`](https://github.com/NixOS/nixpkgs/commit/bed86681367c1f57324249db181d142e2efc1f0b) kubecfg: 0.17.0 -> 0.18.0 (NixOS/nixpkgs#116150)
* [`3210e915`](https://github.com/NixOS/nixpkgs/commit/3210e9158f2888c487eade7ec221c6a65cde1675) imagemagick6: 6.9.12-1 -> 6.9.12-3
* [`c528ddd2`](https://github.com/NixOS/nixpkgs/commit/c528ddd2da8ebe1c441f4ebde6ff5757673127d0) imagemagick6: add erictapen as maintainer
* [`e4988898`](https://github.com/NixOS/nixpkgs/commit/e49888983dbc597942bddfe6311ce15c7c277585) steam: xlibs -> xorg
* [`63eb38c8`](https://github.com/NixOS/nixpkgs/commit/63eb38c8e3499c64d5662cb091ad333d942ca9c3) prime-server: 0.6.7 -> 0.7.0
* [`667d4264`](https://github.com/NixOS/nixpkgs/commit/667d42647ef39c0a3c8022ff5f368b55ef1940ee) Merge pull request NixOS/nixpkgs#116014 from r-ryantm/auto-update/libpostal
* [`6340e3af`](https://github.com/NixOS/nixpkgs/commit/6340e3af68023fcaef6ec1adb081164d1bd6258c) libebml: 1.4.1 -> 1.4.2
* [`ad4daeef`](https://github.com/NixOS/nixpkgs/commit/ad4daeefbd7f007862b950ccc75687bf91f991a3) libmatroska: 1.6.2 -> 1.6.3
* [`9235d126`](https://github.com/NixOS/nixpkgs/commit/9235d126cc377991479a81baac041040aef06d3c) mkvtoolnix: 53.0.0 -> 55.0.0
* [`f42624a9`](https://github.com/NixOS/nixpkgs/commit/f42624a9e45dc22debc59a78c470a2f7789bea52) Merge pull request NixOS/nixpkgs#116330 from erictapen/imagemagick-6.9.12-3
* [`d7724893`](https://github.com/NixOS/nixpkgs/commit/d7724893cfa1900727beb2ead35829b8371ba636) Merge pull request NixOS/nixpkgs#116298 from fabaff/incomfort-client
* [`68b676f1`](https://github.com/NixOS/nixpkgs/commit/68b676f19767870f296b9fd149e56c7d61956578) Merge pull request NixOS/nixpkgs#116312 from fabaff/bump-adafruit-platformdetect
* [`ea42c041`](https://github.com/NixOS/nixpkgs/commit/ea42c04107842992b2b1cf954385c8a66eb49e9c) Merge pull request NixOS/nixpkgs#116028 from r-ryantm/auto-update/nexus
* [`87acb6d6`](https://github.com/NixOS/nixpkgs/commit/87acb6d60bfe9469475dbaa80df90971aaa21997) Merge pull request NixOS/nixpkgs#116204 from r-ryantm/auto-update/svxlink
* [`0af0c5c8`](https://github.com/NixOS/nixpkgs/commit/0af0c5c8e79609c06a5532ab2a58d2f7c55e3c9a) osinfo-db: 20210215 -> 20210312
* [`b747aa0f`](https://github.com/NixOS/nixpkgs/commit/b747aa0f9fd6363975e90a82210275a12bfbb696) zoom-us: unset Qt env variables to fix dialog boxes
* [`cd2c0b50`](https://github.com/NixOS/nixpkgs/commit/cd2c0b501ea106d567d102dff9c59067bb34a2ee) Merge pull request NixOS/nixpkgs#115862 from r-ryantm/auto-update/jbang
* [`2a6fa658`](https://github.com/NixOS/nixpkgs/commit/2a6fa658cb66beabec8f5e3c72e72bcfd8ef01a0) Merge pull request NixOS/nixpkgs#116352 from samuelgrf/fix-steam-allowedAliases
* [`3b4d6238`](https://github.com/NixOS/nixpkgs/commit/3b4d6238c971e5737461e8b17cb1cd37c76fe09a) Merge pull request NixOS/nixpkgs#116197 from r-ryantm/auto-update/singularity
* [`4c0404ea`](https://github.com/NixOS/nixpkgs/commit/4c0404ea17314c82a6420f7cf4d9d1c9c658a1d7) python38Packages.bitarray: 1.7.0 -> 1.7.1
* [`ca4406f3`](https://github.com/NixOS/nixpkgs/commit/ca4406f30f741b3cbb728b3fc64a3413c1b790c1) python3Packages.evohome-async: init at 0.3.8
* [`46d8354a`](https://github.com/NixOS/nixpkgs/commit/46d8354af1a0866c9ec613b6056e3334c8821217) home-assistant: update component-packages
* [`9b50aa68`](https://github.com/NixOS/nixpkgs/commit/9b50aa683658976f96d3457296d2edefae19f4f0) Merge pull request NixOS/nixpkgs#115502 from fabaff/bump-plugwise
* [`b8f974d8`](https://github.com/NixOS/nixpkgs/commit/b8f974d8a75ccf9b3234c2904afa7af461531ca2) smplayer: 20.6.0 -> 21.1.0
* [`a0714312`](https://github.com/NixOS/nixpkgs/commit/a0714312457fbea05017b24275d88840ebdbe022) maintainers: Add gtrunsec
* [`b78770a1`](https://github.com/NixOS/nixpkgs/commit/b78770a1ee898a105f55fab5ed78446dfd82a7c9) renderdoc: 1.11 -> 1.12
* [`06e916ee`](https://github.com/NixOS/nixpkgs/commit/06e916ee7901b4b1252306ae767f0460bee5e70f) Merge pull request NixOS/nixpkgs#116296 from tricktron/mkvtoolnix-55
* [`1561c538`](https://github.com/NixOS/nixpkgs/commit/1561c538e7f9ed3faf64f45dae9e094724eb8e49) Merge pull request NixOS/nixpkgs#116033 from r-ryantm/auto-update/pcb2gcode
* [`de61d425`](https://github.com/NixOS/nixpkgs/commit/de61d42596fac0539d82cccd573b37d9ccf6b0ed) Merge pull request NixOS/nixpkgs#114068 from r-ryantm/auto-update/gphoto2
* [`d5930430`](https://github.com/NixOS/nixpkgs/commit/d59304307ec68c77ee010688130ffe8d1a5081d3) python3Packages.azure-core: 1.10.0 -> 1.12.0
* [`f4e050e0`](https://github.com/NixOS/nixpkgs/commit/f4e050e01f82923d6b84d576d276f8c5d4fa8ea0) python3Packages.azure-eventgrid: 1.3.0 -> 2.0.0
* [`f6a6ee6b`](https://github.com/NixOS/nixpkgs/commit/f6a6ee6b477e76217f1146361b3f5da213813623) python3Packages.azure-mgmt-applicationinsights: 0.3.0 -> 1.0.0
* [`95b8b0d2`](https://github.com/NixOS/nixpkgs/commit/95b8b0d25683a5048f7625496de0d53150e715c6) python3Packages.azure-mgmt-compute: 18.1.0 -> 19.0.0
* [`fe74a7c7`](https://github.com/NixOS/nixpkgs/commit/fe74a7c71b080a99e96ca12fd6175aaa73fa68c6) python3Packages.azure-mgmt-kusto: 0.10.0 -> 1.0.0
* [`51462cec`](https://github.com/NixOS/nixpkgs/commit/51462cec1f71aa844c4af74a44434179c07a036c) python3Packages.azure-storage-blob: 12.7.1 -> 12.8.0
* [`1591e296`](https://github.com/NixOS/nixpkgs/commit/1591e296e77a8a3c7710a71227681d22fbb7ae24) python3Packages.msal: 1.8.0 -> 1.10.0
* [`4d711898`](https://github.com/NixOS/nixpkgs/commit/4d711898ef5d7971b7fbf06bf706a88231b4acc5) python3Packages.msrest: 0.6.19 -> 0.6.21
* [`3595db38`](https://github.com/NixOS/nixpkgs/commit/3595db38cd6b48fb10880f25ee31b79070a995f6) python3Packages.azure-multiapi-storage: 0.4.1 -> 0.6.0
* [`b32c4fc4`](https://github.com/NixOS/nixpkgs/commit/b32c4fc4573adcb3b60375e225d652a5231bd7f0) azure-cli: 2.18.0 -> 2.20.0
* [`2146f32a`](https://github.com/NixOS/nixpkgs/commit/2146f32a18520b4ce8fd18f45955669e08254856) python3Packages.azure*: remove unused imports
* [`bec3b30b`](https://github.com/NixOS/nixpkgs/commit/bec3b30b9edefc7656f8bf17e8eb7d702a5c23f5) onlyoffice-bin: init at 6.1.0
* [`6a36b730`](https://github.com/NixOS/nixpkgs/commit/6a36b730ae553ea237c049585a445d5bb8dd48bf) solc: 0.7.4 -> 0.8.2
* [`cbce4e76`](https://github.com/NixOS/nixpkgs/commit/cbce4e76d3e9b43b6987841deaa960ce197f846a) solc: make linux only
* [`3be81918`](https://github.com/NixOS/nixpkgs/commit/3be819187c3bd2669f1015ee6e6a62f9ee05d342) Merge pull request NixOS/nixpkgs#116350 from Thra11/prime-server-0-7-0
* [`41b5cb0a`](https://github.com/NixOS/nixpkgs/commit/41b5cb0a7caf0279b0ccc7fa2a1c19765cbb6b48) Merge pull request NixOS/nixpkgs#116362 from fabaff/bump-async-upnp-client
* [`4908c659`](https://github.com/NixOS/nixpkgs/commit/4908c65935d34a50a5736f31b0ebee60e39a29d5) Merge pull request NixOS/nixpkgs#116356 from r-ryantm/auto-update/python3.8-bitarray
* [`2484046c`](https://github.com/NixOS/nixpkgs/commit/2484046c5aefad4979d1f4cd190374703e2a4d19) Merge pull request NixOS/nixpkgs#116346 from jansol/renderdoc
* [`63a9f162`](https://github.com/NixOS/nixpkgs/commit/63a9f162355ec84c423690869a97848d73409fb8) Merge pull request NixOS/nixpkgs#116360 from AndersonTorres/new-smplayer
* [`609e0c9d`](https://github.com/NixOS/nixpkgs/commit/609e0c9d9c7057050aae986d8a2c6f3efa4369af) python38Packages.kaggle: 1.5.10 -> 1.5.12
* [`3e657131`](https://github.com/NixOS/nixpkgs/commit/3e6571316c65638e7a4c1aa2f2700e405be82487) Merge pull request NixOS/nixpkgs#116371 from r-ryantm/auto-update/python3.8-kaggle
* [`0080cc56`](https://github.com/NixOS/nixpkgs/commit/0080cc56d075b0ad4c1cdab113b84c99bfa6e06e) Merge pull request NixOS/nixpkgs#116324 from jtojnar/modernize-fractal
* [`43f9a64a`](https://github.com/NixOS/nixpkgs/commit/43f9a64a8a50b0cc339427cd3c0412aab4f0ecf0) python38Packages.google-cloud-os-config: 1.0.0 -> 1.1.0
* [`03d9f48f`](https://github.com/NixOS/nixpkgs/commit/03d9f48fc2b18ca208274f8b389bb0120c635963) python38Packages.google-cloud-automl: 2.1.0 -> 2.2.0
* [`a654a1e6`](https://github.com/NixOS/nixpkgs/commit/a654a1e6defad2c2c6eca06541e27084dd2a7eb8) python38Packages.google-cloud-redis: 2.0.0 -> 2.1.0
* [`6a6adfe0`](https://github.com/NixOS/nixpkgs/commit/6a6adfe0d333d3549a42924f6625b7ce1e3f33ee) python38Packages.howdoi: 2.0.12 -> 2.0.14
* [`7b093d97`](https://github.com/NixOS/nixpkgs/commit/7b093d978eb48273f5d72039a2e2e2a7031ee30d) python38Packages.google-cloud-dataproc: 2.2.0 -> 2.3.0
* [`53aa89c6`](https://github.com/NixOS/nixpkgs/commit/53aa89c6e670a9ba61d1355ed3d10d5f140f3745) python38Packages.azure-eventgrid: 2.0.0 -> 4.0.0
* [`39fa3cb6`](https://github.com/NixOS/nixpkgs/commit/39fa3cb68d450cfded5104fa5c6d951cafa04917) redkite: 1.3.0 -> 1.3.1
* [`60b59784`](https://github.com/NixOS/nixpkgs/commit/60b59784281df63ef543f3ad47ce6cda63968743) python38Packages.google-cloud-bigquery: 2.10.0 -> 2.11.0
* [`b816bfad`](https://github.com/NixOS/nixpkgs/commit/b816bfad73367d7e0f8a286ee4b4acd3a0103afb) python38Packages.azure-mgmt-network: 17.1.0 -> 18.0.0
* [`7d804ec1`](https://github.com/NixOS/nixpkgs/commit/7d804ec1692d96c3810710098849531d8ca81d4d) k6: 0.30.0 -> 0.31.0
* [`6708ee70`](https://github.com/NixOS/nixpkgs/commit/6708ee70f55b68ee227e512ffbc36d58499f7ade) cassowary: 0.13.0 -> 0.14.0
* [`baae14e9`](https://github.com/NixOS/nixpkgs/commit/baae14e981c4dd04580e06467665081b1b43a9f0) teams: 1.3.00.30857 -> 1.4.00.4855
* [`7d68e60d`](https://github.com/NixOS/nixpkgs/commit/7d68e60d27cfa1e28936ffbe9c6fc429c5604ac1) libfilezilla: 0.26.0 -> 0.27.0
* [`049c36c2`](https://github.com/NixOS/nixpkgs/commit/049c36c267b75db011f0414510dfecd3fc610b5a) gdal: 3.1.2 -> 3.2.2
* [`2b5ea1f2`](https://github.com/NixOS/nixpkgs/commit/2b5ea1f2cd1754762cb1bfc5cec6159922fc51cf) Merge pull request NixOS/nixpkgs#116039 from Flakebi/amdvlk
* [`420c7f1e`](https://github.com/NixOS/nixpkgs/commit/420c7f1e8cadab05d2d3cb9d83f8921fc1b34c81) photoflare: 1.6.6 -> 1.6.7
* [`edbaad14`](https://github.com/NixOS/nixpkgs/commit/edbaad140fd1c32cfdab69bba3abc95b28169549) calibre: 5.12.0 -> 5.13.0
* [`5a3feadb`](https://github.com/NixOS/nixpkgs/commit/5a3feadb55673b40922390b390b9658c633a8e59) ghorg: 1.5.0 -> 1.5.1
* [`3f74138c`](https://github.com/NixOS/nixpkgs/commit/3f74138ce2e97615bb8d50164214ad65c1093867) dijo: 0.2.6 -> 0.2.7
* [`0b0ce14b`](https://github.com/NixOS/nixpkgs/commit/0b0ce14b806c4b2d0dd0a166ef14b40f9c89e7cf) yad: 7.3 -> 8.0
* [`e1ae077b`](https://github.com/NixOS/nixpkgs/commit/e1ae077b4b5b3e8479221d107cde771568fe951b) monolith: 2.4.0 -> 2.4.1
* [`c6189e2f`](https://github.com/NixOS/nixpkgs/commit/c6189e2f284fc0be00a93f3fbdbe4e0d50f00402) manual/installation: s/boot.loader.systemd/boot.loader.systemd-boot
* [`266dc8c3`](https://github.com/NixOS/nixpkgs/commit/266dc8c3d052f549826ba246d06787a219533b8f) Merge pull request NixOS/nixpkgs#116342 from dotlambda/ytfzf-1.1.0
* [`f4e60e1c`](https://github.com/NixOS/nixpkgs/commit/f4e60e1caf5e43f5a23ccbea9b2161c2f2c0c20c) MIDIVisualizer: 6.2 -> 6.3
* [`82f1a411`](https://github.com/NixOS/nixpkgs/commit/82f1a411cf85d02a58b056f27def653e97dec597) python3Packages.fints: 3.0.0 -> 3.0.1
* [`270e468f`](https://github.com/NixOS/nixpkgs/commit/270e468f0e247b86a5f8e45991b792993b9b6969) ameba: 0.14.0 -> 0.14.1
* [`999ba6b4`](https://github.com/NixOS/nixpkgs/commit/999ba6b4b1c9cebe13d9242168f4c01660cc54a5) openbabel3: Fix multiple input issue
* [`226be786`](https://github.com/NixOS/nixpkgs/commit/226be786e8e962ed4d652d865312adc592a6465e) openrct2: 0.3.2 -> 0.3.3
* [`fe3c3a26`](https://github.com/NixOS/nixpkgs/commit/fe3c3a2641bc659d7fdb17afb576d889aac8aba2) Merge pull request NixOS/nixpkgs#116218 from primeos/chromium-drop-enableVaapi
* [`3300e31b`](https://github.com/NixOS/nixpkgs/commit/3300e31b245e28a7529d421d6a10cac526344f9a) editorconfig-checker: 2.3.3 -> 2.3.4
* [`e4f6ef4c`](https://github.com/NixOS/nixpkgs/commit/e4f6ef4c06161cf282713f708800d905cd8f61a0) emplace: 1.2.1 -> 1.2.2
* [`18f9a74a`](https://github.com/NixOS/nixpkgs/commit/18f9a74a187517f1ffaef07046dedbdd2173dbe6) coqPackages.mathcomp: etc (NixOS/nixpkgs#115417)
* [`22a56ecc`](https://github.com/NixOS/nixpkgs/commit/22a56ecc930d113443894ddbd89a12e9b3524f46) alttab: 1.5.0 -> 1.6.0 (NixOS/nixpkgs#116390)
* [`678ca27d`](https://github.com/NixOS/nixpkgs/commit/678ca27d788a1b694826f5e16372a18c7c0d1aa4) Merge pull request NixOS/nixpkgs#116396 from applePrincess/fix-openbabel
* [`c518d5ee`](https://github.com/NixOS/nixpkgs/commit/c518d5ee2272f5f55bfc10ad712b2bd5f76fa476) Merge pull request NixOS/nixpkgs#116402 from oxzi/openrct2-v0.3.3
* [`25a70a15`](https://github.com/NixOS/nixpkgs/commit/25a70a1548a4b2fefe3c31c1c50a288ca2860a4c) Merge pull request NixOS/nixpkgs#116386 from dotlambda/fints-3.0.1
* [`cc582f1f`](https://github.com/NixOS/nixpkgs/commit/cc582f1f59fc2ee617127163c95aa79edb9df6de) nixos/kubernetes: import all platforms for seeded images
* [`2996d6df`](https://github.com/NixOS/nixpkgs/commit/2996d6df1de087c18d94eda470be6b7618b8dc5c) coursier: 2.0.12 -> 2.0.13
* [`f9d912c1`](https://github.com/NixOS/nixpkgs/commit/f9d912c1c1e9596c5928e19b7908ad831f89d9d4) python3Packages.pyhomematic: 0.1.71 -> 0.1.72
* [`39e961fc`](https://github.com/NixOS/nixpkgs/commit/39e961fc2f42f0bebe644f0bc8da0ac23fd49fa4) linux: 4.14.224 -> 4.14.225
* [`3473cf54`](https://github.com/NixOS/nixpkgs/commit/3473cf548a7db8b8a82b8eb156b4cb4da59fc58e) linux: 4.19.179 -> 4.19.180
* [`82b3f867`](https://github.com/NixOS/nixpkgs/commit/82b3f86735024e77354adfa6e2fa419ffc397b3f) linux: 4.4.260 -> 4.4.261
* [`bd46e953`](https://github.com/NixOS/nixpkgs/commit/bd46e9531bc6548b724ee207a576ed8cdcb1243d) linux: 4.9.260 -> 4.9.261
* [`7513be6e`](https://github.com/NixOS/nixpkgs/commit/7513be6e65c234bb2140ba86b1bd50274a3884d6) linux: 5.4.104 -> 5.4.105
* [`7760c71c`](https://github.com/NixOS/nixpkgs/commit/7760c71c9cd153b040e348d6e94e5ea344136922) linux: 5.10.22 -> 5.10.23
* [`d6f3315b`](https://github.com/NixOS/nixpkgs/commit/d6f3315bf9290b2970f2e99fd2e22c406beb5856) linux: 5.11.5 -> 5.11.6
* [`27029eaf`](https://github.com/NixOS/nixpkgs/commit/27029eaf8f16bac2fd20adc8777fb6d4fa60cd22) linux/hardened/patches/4.14: 4.14.224-hardened1 -> 4.14.225-hardened1
* [`11504083`](https://github.com/NixOS/nixpkgs/commit/11504083833cb7e2c973414bcce3f565201a0688) linux/hardened/patches/4.19: 4.19.179-hardened1 -> 4.19.180-hardened1
* [`5c700b87`](https://github.com/NixOS/nixpkgs/commit/5c700b87005aacf42596ed4a942750dcb61f5822) linux/hardened/patches/5.10: 5.10.22-hardened1 -> 5.10.23-hardened1
* [`e3664fc1`](https://github.com/NixOS/nixpkgs/commit/e3664fc11b0116ad041f709aef585003168f8d5d) linux/hardened/patches/5.4: 5.4.104-hardened1 -> 5.4.105-hardened1
* [`dacd92f3`](https://github.com/NixOS/nixpkgs/commit/dacd92f31653329da6a1c5145702cb3eba284250) linux/hardened/patches/5.11: init at 5.11.6-hardened1
* [`132be9e4`](https://github.com/NixOS/nixpkgs/commit/132be9e4b77c22a7d3de8096e36742fd0a1896ea) Merge pull request NixOS/nixpkgs#113018 from andys8/update-elm-packages-20210213
* [`2a56da22`](https://github.com/NixOS/nixpkgs/commit/2a56da22359b6d4e2410e211eeef0a612bdd354f) ocamlPackages.torch: 0.11 → 0.12
* [`fcc359ce`](https://github.com/NixOS/nixpkgs/commit/fcc359cee3b761c38a8f3ece5d64ad63fc2e437c) lazygit: 0.26 -> 0.26.1
* [`ba5d0fcf`](https://github.com/NixOS/nixpkgs/commit/ba5d0fcf8904d336d571dd178fab8b3dbd13f6b1) Merge pull request NixOS/nixpkgs#116130 from r-ryantm/auto-update/brave
* [`29970ca8`](https://github.com/NixOS/nixpkgs/commit/29970ca82602885657fb8024d5e2b06b78f27cd0) Merge pull request NixOS/nixpkgs#116336 from singlethink/fix-gnome2.gtksourceview
* [`a20bcc0f`](https://github.com/NixOS/nixpkgs/commit/a20bcc0fd2a5c38d8133229d22e548bca367e8c4) vscode-extensions.gruntfuggly.todo-tree: 0.0.204 -> 0.0.205
* [`adb55a6c`](https://github.com/NixOS/nixpkgs/commit/adb55a6c29673a48ff6e5b5e6c77ac201e07679f) Merge pull request NixOS/nixpkgs#116310 from r-ryantm/auto-update/mcfly
* [`ada69102`](https://github.com/NixOS/nixpkgs/commit/ada691026aa424d7748ceae3c8adf94a3a362ba5) Merge pull request NixOS/nixpkgs#116091 from SFrijters/xmldiff
* [`ec20f9f7`](https://github.com/NixOS/nixpkgs/commit/ec20f9f71e03ad80f9a07074c5fca650e9d7e0ce) python3Packages.sagemaker: 2.29.1 -> 2.29.2
* [`79e7e20e`](https://github.com/NixOS/nixpkgs/commit/79e7e20ef533a29c89797114996107c7055e623c) oh-my-zsh: 2021-03-08 → 2021-03-13
* [`172a0643`](https://github.com/NixOS/nixpkgs/commit/172a06432de9758fc20d957a63e7cfa53c35d43b) sbt-extras: 2021-03-08 → 2021-03-13
* [`3964931f`](https://github.com/NixOS/nixpkgs/commit/3964931fa810101da8079a8252006bc9c014082c) amarok: 2020-06-12 -> 2.9.71
* [`3148c8a9`](https://github.com/NixOS/nixpkgs/commit/3148c8a9ad44e30c660c2f387d904297a029ef88) vscode-extensions.antfu.icons-carbon: init at 0.2.2
* [`88c64f8a`](https://github.com/NixOS/nixpkgs/comm…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GNU radio 3.8 update meta issue
8 participants