Commit Graph

67311 Commits

Author SHA1 Message Date
Frederik Rietdijk
2e5cfa6de7 python2Packages.platformdirs: init at 2.0.2
needed for python2Packages.virtualenv
2021-12-18 14:31:13 +01:00
Zane van Iperen
cef1694515 mednaffe: remove gtk2
Upstream has removed support for it.
2021-12-18 10:15:33 +00:00
Bobby Rong
5d0baf47eb
Merge pull request #150920 from kira-bruneau/goverlay
goverlay: 0.7 → 0.7.1
2021-12-18 17:58:06 +08:00
Fabian Affolter
0f7239019d log4j-sniffer: init at 0.4.0 2021-12-18 10:42:23 +01:00
Bobby Rong
c9ec5a228d
Merge pull request #151153 from bobby285271/pantheon
Pantheon updates 2021-12-17
2021-12-18 14:01:54 +08:00
Bobby Rong
7cc11f76af
wingpanel-indicator-ayatana: init at unstable-2021-12-01 2021-12-18 13:13:29 +08:00
Mario Rodas
5d736328db ytarchive: init at 0.3.0 2021-12-18 04:20:00 +00:00
Bobby Rong
5afe0ddcf3
pantheon-tweaks: move to pkgs/desktops/pantheon/third-party 2021-12-18 11:35:56 +08:00
Bobby Rong
62103c4e41
pantheon.xdg-desktop-portal-pantheon: move to pkgs/desktop/pantheon
Only used by Pantheon AFAIK.
2021-12-18 11:35:55 +08:00
github-actions[bot]
eec551fc15
Merge master into haskell-updates 2021-12-18 00:07:57 +00:00
Ben Siraphob
054ca1dbb9
morsel: init at 0.1.0 2021-12-17 15:44:55 -06:00
Zhaofeng Li
c65302ee7a python3Packages.flask-session: init at 0.4.0 2021-12-17 10:50:56 -08:00
Doron Behar
91cd6f6207
Merge pull request #150079 from bergkvist/darwin-binary-wrapper-fixes 2021-12-17 16:51:31 +02:00
Aaron Andersen
ced417eb72
Merge pull request #147015 from NorfairKing/mod_itk
mod_itk: init at 2.4.7-04
2021-12-17 06:21:46 -05:00
Emery Hemingway
a5b49f272f Remove nimPackages.python
Python 2 is deprecated.
Ref #148669
2021-12-17 11:13:35 +00:00
Emery Hemingway
cc5e2c9613 xastir: 2.1.6 -> 2.1.8 2021-12-17 10:52:32 +00:00
Dmitry Kalinkin
50a4c52747
Merge pull request #147648 from veprbl/pr/mxnet_1_8_0
mxnet: 1.6.0 -> 1.8.0, enable on darwin
2021-12-16 22:37:03 -05:00
Dmitry Kalinkin
03ec468b14
Merge pull request #150910 from veprbl/pr/audacity_darwin_fix
audacity: fix for darwin
2021-12-16 19:08:54 -05:00
github-actions[bot]
2189a53dad
Merge master into haskell-updates 2021-12-17 00:07:55 +00:00
Tobias Bergkvist
ebf46e5764 makeBinaryWrapper: Fix issues on aarch64-darwin/macOS 12 (Monterey)
Sanitizers don't seem to be present on aarch64-darwin/macOS 12 (Monterey), so they are removed from the aarch64-darwin tests.

Switching from nativeBuildInputs to buildInputs and adding cc to the deps list caused some strange error messages to go away.
2021-12-16 21:29:21 +01:00
Tobias Bergkvist
d5435990b0 makeBinaryWrapper: Disable sanitizers by default outside of tests
Although sanitizers can catch and prevent undefined behaviour during runtime, it has a significant impact on performance. They also cause issues on macOS where they can make compilation fail. The future goal is to instead utilize static analysis to prevent undefined behaviour as makeBinaryWrapper evolves.
2021-12-16 21:23:16 +01:00
David Anderson
84bc3a0280 influxdb2: add comment to indicate that influxdb2 is a legacy compat package. 2021-12-16 12:14:04 -08:00
Tobias Bergkvist
f7b5083cb6 makeBinaryWrapper: Make tests discoverable to OfBorg
Move makeBinaryWrapper tests to pkgs.makeBinaryWrapper.passthru.tests, since OfBorg doesn't discover/skips the tests in the previous location.
2021-12-16 21:04:07 +01:00
Tobias Bergkvist
3104da4085 makeBinaryWrapper: Switch from stdenv.cc.cc to stdenv.cc
"${stdenv.cc.cc}/bin" does not contain a cc-symlink, since this is the unwrapped version of the compiler - however "${stdenv.cc}/bin" does.
2021-12-16 21:03:08 +01:00
David Anderson
ec3133d46e influxdb2: split CLI and server, add compat buildEnv. 2021-12-16 11:58:30 -08:00
Serhii Khoma
eea670e7b8 top-level/impure.nix: refactor by removing 'with builtins' 2021-12-16 18:46:43 +02:00
Alyssa Ross
82f2c5e3a1 symbolic-preview: init at 0.0.2 2021-12-16 16:09:26 +00:00
Alyssa Ross
8d63b3ddb3 icon-library: init at 0.0.8 2021-12-16 16:09:16 +00:00
Kim Lindberger
ebaa226853
elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module and tests (#150879)
* elk7: 7.11.1 -> 7.16.1

* nixosTests.elk: Improve reliability and compatibility with ELK 7.x

- Use comparisons in jq instead of grepping
- Match for `.hits.total.value` if version >= 7, otherwise it always
  passes
- Make curl fail if requests fails

* nixos/filebeat: Add initial module and test

Filebeat is an open source file harvester, mostly used to fetch logs
files and feed them into logstash.

This module can be used instead of journalbeat if used with
`filebeat7` and configured with the `journald` input.

* python3Packages.parsedmarc.tests: Fix breakage

- Don't use the deprecated elasticsearch7-oss package
- Improve jq query robustness and add tracing

* rl-2205: Note the addition of the filebeat service

* elk6: 6.8.3 -> 6.8.21

The latest version includes a fix for CVE-2021-44228.

* nixos/journalbeat: Add a loose dependency on elasticsearch

Avoid unnecssary back-off when elasticsearch is running on the same
host.
2021-12-17 00:20:52 +09:00
cresh
5d5aa5c74d
squirrel-sql: Add jtds as a driver. (#147191)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-12-16 14:12:28 +01:00
Sandro
da9fd1b1bb
Merge pull request #146443 from Madouura/dev/ares 2021-12-16 12:30:08 +01:00
Sandro
b7bf746756
Merge pull request #148842 from vs49688/orfix 2021-12-16 10:59:28 +01:00
Fabian Affolter
0b42278ebc
Merge pull request #150901 from fabaff/logmap
logmap: init at unstable-2021-12-15
2021-12-16 08:36:56 +01:00
Dmitry Kalinkin
7095591d7e
audacity: fix for darwin 2021-12-15 23:38:33 -05:00
Kira Bruneau
9f6a86e5aa goverlay: 0.7 → 0.7.1 2021-12-15 20:54:50 -05:00
Silvan Mosberger
e30a4fa4bd
Merge pull request #149404 from Infinisil/remove-scyther 2021-12-16 01:56:39 +01:00
github-actions[bot]
82ecb2df7f
Merge master into haskell-updates 2021-12-16 00:07:46 +00:00
Fabian Affolter
cf3a2f50dc logmap: init at unstable-2021-12-15 2021-12-15 23:06:00 +01:00
Vladimír Čunát
126aee739c
Merge #150885: phpExtensions: skip performance sensitive tests 2021-12-15 21:21:09 +01:00
Konrad Borowski
0af523ae77 phpExtensions: skip performance sensitive tests 2021-12-15 20:55:31 +01:00
Ryan Mulligan
dc9b2267e3
Merge pull request #150424 from jacereda/code-browser80
code-browser 8.0
2021-12-15 11:50:32 -08:00
Neubauer, Sebastian
923ad46057 rocclr: 4.3.1 → 4.5.2
rocclr cannot be built alone and needs to be distributed by source now.
2021-12-15 16:57:22 +01:00
Kris La
23c0ff1384 libspatialaudio: init at 0.3.0;vlc: fix headphones mode 2021-12-15 22:50:28 +07:00
Artturi
9ff29f8c2b
Merge pull request #150840 from Luflosi/update/include-what-you-use 2021-12-15 17:43:01 +02:00
Jörg Thalheim
1edd08b8d7
Merge pull request #150800 from abbradar/dotnet-createdump
dotnet: fix createdump
2021-12-15 15:27:47 +00:00
Fabian Affolter
56231f2481
Merge pull request #150277 from fabaff/ghdorker
ghdorker: init at 0.3.2
2021-12-15 15:39:00 +01:00
Stig
6d1dfa4811
Merge pull request #150596 from Artturin/perl-PLS
perlPackages.PLS: init at 0.897
2021-12-15 15:13:41 +01:00
Madoura
b83dac8bd1
ares: init at 126 2021-12-15 07:10:49 -06:00
Luflosi
a77548dd3e
include-what-you-use: 0.16 -> 0.17
https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.17
2021-12-15 13:46:56 +01:00
Fabian Affolter
91f4e98e28 ghdorker: init at 0.3.2 2021-12-15 12:42:08 +01:00
Fabian Affolter
16c153f7d7 python3Packages.ghapi: init at 0.1.19 2021-12-15 12:38:11 +01:00
Fabian Affolter
834ff9a604 python3Packages.fastcore: init at 1.3.27 2021-12-15 12:38:10 +01:00
Nikolay Amiantov
c07e19fc00 lttng-ust_2_12: init at 2.12.2 2021-12-15 14:23:54 +03:00
sternenseemann
119de5da93 haskell.compiler.ghc921.hlint: 3.3.4 -> unstable-2021-12-12
hlint introduced GHC 9.2.1 support on its development branch recently.
2021-12-15 12:03:30 +01:00
Fabian Affolter
317b245bcf
Merge pull request #150820 from fabaff/lmp
lmp: init at 1.0
2021-12-15 11:53:56 +01:00
Fabian Affolter
ead4c2dd98
Merge pull request #150476 from fabaff/gomapenum
gomapenum: init at 1.0.0
2021-12-15 11:50:25 +01:00
Fabian Affolter
0a33034152 lmp: init at 1.0 2021-12-15 11:20:32 +01:00
sternenseemann
243cd8e8df haskell.packages.ghc921.hoogle: unbreak
haskell.packages.ghc921.bsb-http-chunked: disable doctest suite

This package's doctest suite is invoked in a weird way apparently which
makes it fail to typecheck with GHC 9.2.1.
2021-12-15 11:13:48 +01:00
Fabian Affolter
1cca7ef379 log4j-vuln-scanner: init at 0.6 2021-12-15 08:55:17 +01:00
Fabian Affolter
c0aa017887 log4j-detect: init at unstable-2021-12-14 2021-12-15 08:28:36 +01:00
Fabian Affolter
c7e48917ad log4shell-detector: init at unstable-2021-12-14 2021-12-15 08:05:46 +01:00
Fabian Affolter
526d8657b4
Merge pull request #150745 from fabaff/log4jcheck
log4jcheck: init at unstable-2021-12-14
2021-12-15 08:03:16 +01:00
Justin Bedő
f6e14b6ada
Merge pull request #150628 from jbedo/subread
subread: init 2.0.3
2021-12-15 13:46:45 +11:00
figsoda
b650f134be
Merge pull request #150584 from davidak/fbmark
fbmark: init at 0.3
2021-12-14 20:37:11 -05:00
davidak
dee0a18b6d fbmark: init at 0.3 2021-12-15 01:53:45 +01:00
figsoda
e35c34e58c
Merge pull request #150373 from figsoda/update-fishfight
fishfight: 0.1 -> 0.3
2021-12-14 17:35:41 -05:00
Nikolay Amiantov
5fc6fd62e6 imagescan-plugin-networkscan: init at 1.1.4 2021-12-15 01:24:38 +03:00
Fabian Affolter
f172eba7ae log4jcheck: init at unstable-2021-12-14 2021-12-14 22:45:15 +01:00
Fabian Affolter
3a69a7eaaa
Merge pull request #150727 from fabaff/log4j-scan
log4j-scan: init at unstable-2021-12-14
2021-12-14 22:43:04 +01:00
AndersonTorres
fac4c247ca meson: 0.57.1 -> 0.60.2 2021-12-14 16:37:40 -03:00
AndersonTorres
1a53eeda71 meson: put 0.57 in a subdirectory
Meson is a delicate package. It needs some patches to properly work in Nixpkgs
and many packages have it as a dependency, from many small applications to
systemd (yay, mass rebuilds in sight!). Updating it is not a trivial and
harmless task.

Therefore, I took the paranoid way and encapsulate the current version in a
subdir, instead of the regular write-over procedure. This way, at the best we
can just remove the whole dir in the future, and at the worse we just maintain
duplicated code.
2021-12-14 16:37:25 -03:00
Pavol Rusnak
fc58c3761e
Merge pull request #149748 from prusnak/rustpython
rustpython: init at unstable-2021-12-09
2021-12-14 19:11:14 +01:00
Pavol Rusnak
dbf7134d29
rustpython: init at unstable-2021-12-09 2021-12-14 18:53:25 +01:00
7c6f434c
dcf4fb5133
Merge pull request #150732 from collares/primecount
primecount: init at 7.2
2021-12-14 17:52:08 +00:00
Mauricio Collares
2ace52c087 primecount: init at 7.2 2021-12-14 14:03:46 -03:00
Robert Schütz
a7c1bcec09 python3Packages.vpk: init at 1.3.3 2021-12-14 08:50:55 -08:00
Dmitry Kalinkin
33967b375a
Merge pull request #150508 from illustris/sssd
sssd: 2.6.0 -> 2.6.1, fix broken build
2021-12-14 10:31:21 -05:00
Fabian Affolter
bad5eb111f log4j-scan: init at unstable-2021-12-14 2021-12-14 16:25:29 +01:00
illustris
580952d787 sssd: 2.6.0 -> 2.6.1, fix broken build
python2Packages.ldap fails to build since https://github.com/NixOS/nixpkgs/pull/149010
This PR drops python2 bindings for sssd.
2021-12-14 19:46:12 +05:30
Bobby Rong
f6e6287d0b
Merge pull request #147010 from NickCao/v2ray-geoip
v2ray-geoip: init at 202111250029
2021-12-14 15:56:51 +08:00
Vincent Laporte
293e9224cc ocamlPackages.pa_ounit: remove at 113.00.00 2021-12-14 07:39:17 +01:00
Vincent Laporte
f42e1dd9e4 ocamlPackages.pa_bench: remove at 113.00.00
This is a legacy package for OCaml ≤ 4.02
2021-12-14 07:39:17 +01:00
Nick Cao
7747c15593
v2ray-geoip: init at 202112090029 2021-12-14 14:22:51 +08:00
Justin Bedo
6a1f4a51eb
subread: init 2.0.3 2021-12-14 13:30:23 +11:00
Martin Weinelt
bdfb8cf971
Merge pull request #150604 from dotlambda/ircrobots-0.4.6 2021-12-14 00:29:26 +01:00
Robert Schütz
bccef8531c python3Packages.asyncio-rlock: init at 0.1.0 2021-12-13 14:36:50 -08:00
Artturin
61d396e81e perlPackages.PLS: init at 0.897 2021-12-13 22:51:05 +02:00
Artturin
6f8793ef98 perlPackages.PerlTidy: 20201207 -> 20211029 2021-12-13 22:51:05 +02:00
Artturin
a3406d4277 perlPackages.PerlCritic: 1.138 -> 1.140 2021-12-13 22:51:05 +02:00
Artturin
bd0ded59a1 perlPackages.Future: 0.46 -> 0.47 2021-12-13 22:51:02 +02:00
Artturin
9398d9a866 perlPackages.PPR: init at 0.000028 2021-12-13 22:31:24 +02:00
Mario Rodas
f61303a9cb
terraform: 1.0.11 -> 1.1.0 (#149720)
https://github.com/hashicorp/terraform/releases/tag/v1.1.0
2021-12-13 17:16:44 +01:00
sternenseemann
d94eebe616 gitin: remove at 0.2.3
gitin depends on a precise version of git2go. Not even the latest
gitin/git2go version is compatible with an up to date libgit2. As the
upstream project hasn't seen activity in some time and doesn't respond
to the related issue (https://github.com/isacikgoz/gitin/issues/71),
drop this package.
2021-12-13 15:32:17 +01:00
Jörg Thalheim
afa3c99cd5
Merge pull request #148593 from veehaitch/sgx-psw
sgx-psw: init package and module
2021-12-13 14:16:26 +00:00
Fabian Affolter
3d089767be python3Packages.oletools: init at 0.60 2021-12-13 14:35:11 +01:00
Fabian Affolter
be9389e318 python3Packages.pcodedmp: init at 1.2.6 2021-12-13 14:35:11 +01:00
Fabian Affolter
fb00cd161c python3Packages.msoffcrypto-tool: init at 4.12.0 2021-12-13 14:35:11 +01:00
Fabian Affolter
92d83948ee
Merge pull request #150043 from fabaff/arsenal
arsenal: init at 1.0.2
2021-12-13 12:07:22 +01:00
Fabian Affolter
4247c4a76c
Merge pull request #150451 from fabaff/elastic-apm
python3Packages.elastic-apm: init at 6.7.2
2021-12-13 12:06:20 +01:00
Fabian Affolter
7796f47d77
Merge pull request #150444 from fabaff/notifications-python-client
python3Packages.notifications-python-client: init at 6.3.0
2021-12-13 12:06:10 +01:00
Fabian Affolter
b84064905a
Merge pull request #150312 from fabaff/whispers
whispers: init at 1.5.3
2021-12-13 12:02:22 +01:00
Fabian Affolter
15f8e1e630
Merge pull request #150033 from fabaff/subzerod
python3Packages.subzerod: init at 1.0
2021-12-13 11:56:13 +01:00
Fabian Affolter
b0dc827839
Merge pull request #150454 from fabaff/circuitbreaker
python3Packages.circuitbreaker: init at 1.3.2
2021-12-13 11:53:59 +01:00
Fabian Affolter
e24f363a6b
Merge pull request #150405 from fabaff/python-datemath
python3Packages.python-datemath: init at 1.5.5
2021-12-13 11:53:41 +01:00
Fabian Affolter
69ad8a536e
Merge pull request #150416 from fabaff/cart
python3Packages.cart: init at 1.2.1
2021-12-13 11:53:32 +01:00
Samuel Ainsworth
c473cc8714
python3Packages.dm-tree: init at 0.1.6 2021-12-12 17:09:35 -08:00
Samuel Ainsworth
7aa8593369
python3Packages.mizani: init at 0.7.3
* python3Packages.mizani: init at 0.7.3

* python3Packages.mizani: patch out pytest-cov and run nixpkgs-fmt

* python3Packages.mizani: use postPatch instead of patchPhase

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* python3Packages.mizani: include `pythonImportsCheck`

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-12-12 17:07:56 -08:00
Samuel Ainsworth
087242632b
python3Packages.ml-collections: init at 0.1.0
* python3Packages.ml-collections: init at 0.1.0

* python3Packages.ml-collections: add pythonImportsCheck

* python3Packages.ml-collections: use `postPatch` instead of `patchPhase`

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-12-12 17:02:37 -08:00
Marek Fajkus
b0bf5f888d
Merge pull request #150453 from WolfangAukang/imgui
imgui: init at 1.85
2021-12-12 23:14:25 +01:00
P. R. d. O
03d3ea7798
imgui: init at 1.85 2021-12-12 15:29:29 -06:00
Martin Weinelt
ea11136279
Merge pull request #148050 from mweinelt/python/pyoctoprintapi 2021-12-12 22:12:24 +01:00
Vincent Laporte
8fda3f6989 jackline: use default version of OCaml 2021-12-12 22:00:06 +01:00
Fabian Affolter
1f4809b3f4 gomapenum: init at 1.0.0 2021-12-12 21:48:47 +01:00
Martin Weinelt
b27d0da9d8
python3Packages.pyoctoprintapi: init at 0.1.7 2021-12-12 21:36:14 +01:00
Janne Heß
b979768afd
Merge pull request #150322 from Alexnortung/nordzy-cursor-theme 2021-12-12 20:03:45 +01:00
Fabian Affolter
280fdf5e3d python3Packages.circuitbreaker: init at 1.3.2 2021-12-12 18:22:25 +01:00
Fabian Affolter
83433b8ea7 python3Packages.elastic-apm: init at 6.7.2 2021-12-12 17:53:56 +01:00
Fabian Affolter
88666041df python3Packages.ecs-logging: init at 1.1.0 2021-12-12 17:28:53 +01:00
Fabian Affolter
ef3fdedc15 python3Packages.notifications-python-client: init at 6.3.0 2021-12-12 16:36:08 +01:00
Thiago Kenji Okada
96c10bb224
Merge pull request #150314 from fabaff/migrate-wad
wad: migrate to new Python app style
2021-12-12 11:58:07 -03:00
Thiago Kenji Okada
e384fc4347
Merge pull request #150418 from fabaff/update-ssdeep
python3Packages.ssdeep: enable tests
2021-12-12 11:54:20 -03:00
Mario Rodas
d648115124
Merge pull request #149484 from magnetophon/arpeggiator-lv2
mod-arpeggiator-lv2: init at unstable-2021-11-09
2021-12-12 08:48:51 -05:00
Jorge Acereda
0241614f27 code-browser: 7.1.20 -> 8.0 2021-12-12 14:23:00 +01:00
Fabian Affolter
5e4b6df585 python3Packages.ssdeep: enable tests 2021-12-12 13:55:21 +01:00
Fabian Affolter
886805ba2f python3Packages.cart: init at 1.2.1 2021-12-12 13:41:32 +01:00
Fabian Affolter
d37aa5609b python3Packages.python-datemath: init at 1.5.5 2021-12-12 12:30:58 +01:00
Andreas Schmid
c4dbe8fe65 colima: init at 0.2.2
`colima` is a very easy usable replacement for Docker Desktop on MacOS.

Signed-off-by: Andreas Schmid <service@aaschmid.de>
2021-12-12 19:54:54 +10:00
Bart Brouns
1c55acf8cd mod-arpeggiator-lv2: init at unstable-2021-11-09 2021-12-12 08:43:07 +01:00
figsoda
036201a519 fishfight: 0.1 -> 0.3 2021-12-12 00:03:13 -05:00
zowoq
ba32d99381 release: add cargo and go as unstable blockers for x86_64-{darwin,linux}
Except for `go.x86_64-darwin` these are already implicit blockers on `nix{os,pkgs}-unstable` so this just improves visibility during `staging-next` cycles.
https://hydra.nixos.org/job/nixpkgs/staging-next/unstable#tabs-constituents
2021-12-11 22:15:38 -05:00
Mario Rodas
4e9a016de9
Merge pull request #150325 from marsam/update-rubypackages
rubyPackages: update
2021-12-11 18:12:03 -05:00
Fabian Affolter
d6c720e978
Merge pull request #149822 from fabaff/tago
python3Packages.tago: init at 3.0.0
2021-12-12 00:00:20 +01:00
Fabian Affolter
33425c2c13
Merge pull request #149801 from fabaff/cometblue-lite
python3Packages.cometblue-lite: init at 0.4.1
2021-12-12 00:00:07 +01:00
Fabian Affolter
2b44445849
Merge pull request #149799 from fabaff/finitude
python3Packages.finitude: init at 0.1.1
2021-12-11 23:59:54 +01:00
Alexander Nortung
5a6e995a46 nordzy-cursor-theme: init at 0.1.0 2021-12-11 23:38:40 +01:00
Fabian Affolter
90185d9f22 wad: migrate to new Python app style 2021-12-11 23:01:07 +01:00
Fabian Affolter
2cbc6f5074 whispers: init at 1.5.3 2021-12-11 22:49:49 +01:00
Fabian Affolter
70b114a9f9 python3Packages.jproperties: init at 2.1.1 2021-12-11 22:37:03 +01:00
Fabian Affolter
982ebfa2b8 python3Packages.luhn: init at 0.2.0 2021-12-11 22:07:11 +01:00
Bruno Bigras
65e86e8cf8
Merge pull request #149696 from bbigras/kdi
kafka-delta-ingest: init at unstable-2021-12-08
2021-12-11 15:42:49 -05:00
Martin Weinelt
51b266c797
Merge pull request #148522 from fabaff/bump-python-izone 2021-12-11 20:47:53 +01:00
Fabian Affolter
e116afd102 inql: init at 4.0.5 2021-12-11 10:21:22 -08:00
Fabian Affolter
d2b5486ae9 python3Packages.stickytape: init at 0.2.1 2021-12-11 10:21:22 -08:00
Fabian Affolter
624ecbbcaa python3Packages.spur: init at 0.3.22 2021-12-11 10:21:22 -08:00
Jörg Thalheim
f9a24efe67
Merge pull request #150146 from wamserma/nvpy-py3-bump
nvpy: 0.9.7 -> 2.1.0
2021-12-11 15:26:55 +00:00
Fabian Affolter
a8ee14f2b8
Merge pull request #148453 from ivankovnatsky/patch-21
kubectl-tree: init at 0.4.1
2021-12-11 10:39:05 +01:00
Benoit de Chezelles
355c8a16c4 rofi: 1.7.0 -> 1.7.2 2021-12-11 01:40:11 +01:00
Markus S. Wamser
b58a501413 python3Packages.simplenote: init at 2.1.4 2021-12-10 22:58:48 +01:00
Fabian Affolter
5030bcc563 python3Packages.ms-active-directory: init at 1.12.1 2021-12-10 10:23:31 -08:00
Bruno Bigras
16f195c001 kafka-delta-ingest: init at unstable-2021-12-08 2021-12-10 12:21:34 -05:00