3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

73473 commits

Author SHA1 Message Date
Sandro 58070dad02
Merge pull request #177884 from NickCao/hydra-bump
hydra_unstable: 2022-05-03 -> 2022-06-16
2022-06-21 18:00:00 +02:00
Sandro de55aed2ed
Merge pull request #177669 from AtilaSaraiva/hpccm 2022-06-21 17:55:58 +02:00
Bobby Rong 4af6cb96b2
Merge pull request #176447 from devusb/add-aws-sso-cli
aws-sso-cli: init at 1.9.2
2022-06-21 23:41:42 +08:00
Fabian Affolter b7a7414b9d
Merge pull request #178325 from fabaff/tabula-py
python310Packages.tabula-py: init at 2.4.0
2022-06-21 11:42:05 +02:00
Fabian Affolter bfc2e2bb96
Merge pull request #178157 from fabaff/jsubfinder
jsubfinder: init at unstable-2022-05-31
2022-06-21 11:38:53 +02:00
Fabian Affolter 5e1f618f8f
Merge pull request #178153 from fabaff/osv-detector
osv-detector: init at 0.6.0
2022-06-21 11:36:11 +02:00
Djabx 43af76f449
kubectl: add kubectl-convert plugin (#178334) 2022-06-21 19:18:12 +10:00
Anderson Torres 787d449d66
Merge pull request #176331 from WeebSorceress/anime-downloader
anime-downloader: init at 5.0.14
2022-06-21 02:30:57 -03:00
Bobby Rong eeb31742a8
Merge pull request #178301 from XYenon/fix/nali-update
nali: 0.3.2 -> 0.4.2
2022-06-21 13:01:56 +08:00
Átila Saraiva e731ced862 hpccm: init at 22.5.0 2022-06-20 22:47:09 -03:00
Luiz Aoqui bbb4e423e4
nomad: remove dependency on Nvidia (#178287)
Nomad 1.2.0 externalized[1] the Nvidia device driver out of the main
codebase and into a separate plugin[2], so there is no need to load the
Nvidia libraries anymore when building Nomad itself.

[1]: https://github.com/hashicorp/nomad/blob/main/CHANGELOG.md#120-november-15-2021
[2]: https://github.com/hashicorp/nomad-device-nvidia
2022-06-21 07:22:24 +10:00
Fabian Affolter 675368ec0b
Merge pull request #178335 from SuperSandro2000/dnscontrol
dnscontrol: 3.16.2 -> 3.17.0
2022-06-20 21:59:01 +02:00
Fabian Affolter c11fab4b4b
Merge pull request #178144 from fabaff/gosca
gosca: init at 0.4.2
2022-06-20 21:35:22 +02:00
Fabian Affolter 95e7c3049a
Merge pull request #178068 from fabaff/dnsmonster
dnsmonster: init at 0.9.3
2022-06-20 21:28:56 +02:00
Alok Parlikar 4b31cc7551 grpc-gateway: init at 2.10.3 2022-06-20 19:01:47 +02:00
Sandro Jäckel ba1e8de5da
dnscontrol: 3.16.2 -> 3.17.0 2022-06-20 17:06:40 +02:00
Milo Gertjejansen 810f9640da
tt-rss-plugin-feediron: init at 1.32 (#142277)
* tt-rss-plugin-feediron: init at v1.32

Adds feediron plugin for tt-rss.

* Apply suggestions from code review

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

* Remove stray semi-colon

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-20 17:06:28 +02:00
Sandro b3df41c011
Merge pull request #177913 from Yarny0/clickshare
{nixos/,}clickshare-csc1: remove (qt4)
2022-06-20 15:55:24 +02:00
lewo eb5bb6333d
Merge pull request #176676 from nlewo/tfplugindocs
tfplugindocs: init at 0.9.0
2022-06-20 15:36:42 +02:00
Sandro 868710b35d
Merge pull request #178139 from jraygauthier/jrg/tiscamera-1_0
tiscamera: 0.13.1 -> 1.0.0
2022-06-20 15:32:11 +02:00
Sandro 28dc4cdb3b
Merge pull request #177322 from papojari/colorpanes
colorpanes: init at 3.0.1
2022-06-20 15:22:39 +02:00
Fabian Affolter 8037e5424c python310Packages.tabula-py: init at 2.4.0 2022-06-20 14:52:41 +02:00
Sandro 47dc4cc796
Merge pull request #171031 from Luflosi/add/decoder
decoder: init at unstable-2021-11-20
2022-06-20 12:28:07 +02:00
XYenon 0aebaa8c6c nali: 0.3.2 -> 0.4.2 2022-06-20 13:56:02 +08:00
Anderson Torres 72bbea9db7
Merge pull request #178285 from AndersonTorres/ventoy
ventoy-bin: 1.0.76 -> 1.0.77
2022-06-20 01:45:15 -03:00
AndersonTorres 48a99192af ventoy-bin: 1.0.76 -> 1.0.77
Also, create a ventoy-bin-full (with all filesystems but no gui).
2022-06-19 22:27:19 -03:00
legendofmiracles 9fba3c44d7
Merge pull request #176867 from tejasag/submit/init-oak
oak: init at v0.2
2022-06-19 06:38:34 -06:00
Matthieu Coudron ce505a3984
vimPlugins: use lua derivation if it exists (#178180)
Neovim plugins are now more often than not written in lua.
One advantage of the lua ecosystem over vim's is the existence of
luarocks and the rockspec format, which allows to specify a package
dependencies formally.
I would like more neovim plugins to have a formal description,
"rockspec" being the current candidate.
This MR allows to use nix lua packages as neovim plugins, so as to enjoy
every benefit that rockspecs bring:
- dependdency discovery
- ability to run test suite
- luarocks versioning
- rockspec metadata

the vim update.py script will check if an attribute with the vim plugin
pname exists in lua51Packages. If it does, it uses
buildNeovimPluginFrom2Nix on it, which modifies the luarocks config to
do an almost flat install (luarocks will install the package in the lua
folder instead of share/5.1/lua etc).
It also calls toVimPlugin on it to get all the vim plugin niceties.

The list of packages that could benefit from this is available at
https://luarocks.org/labels/neovim
but I hope it grows.
2022-06-19 14:18:16 +02:00
Vladimír Čunát 849bf88af1
Merge #177182: kiwix: 2.0.5 -> 2.2.1 2022-06-19 14:00:17 +02:00
Vladimír Čunát 2783f5c40e
Merge #176496: xdg-utils: fix cross-compilation 2022-06-19 14:00:16 +02:00
Vladimír Čunát 736a13b4fc
Merge #174275: jami: 20211223.2.37be4c3 -> 20220503.1550.0f35faa 2022-06-19 14:00:11 +02:00
Sandro 3d6a6aa989
Merge pull request #158044 from pasqui23/gamehub
gamehub: init at 0.16.3-2
2022-06-19 11:52:01 +02:00
Sandro d11a703d95
Merge pull request #177894 from fgaz/pokete/init 2022-06-19 11:51:52 +02:00
Sandro 93e34826f1
Merge pull request #176473 from pacien/matrix-commander-2.30.0 2022-06-19 11:41:45 +02:00
Sandro 153078b6fa
Merge pull request #133224 from applePrincess/add-sherlock 2022-06-19 11:25:38 +02:00
Sandro c77e2ff473
Merge pull request #178168 from sven-of-cord/master
spr: init at 1.3.2
2022-06-19 11:24:09 +02:00
Fabian Affolter 6a9c4efc3c
Merge pull request #178142 from fabaff/gitls
gitls: init at 1.0.3
2022-06-19 09:31:45 +02:00
Fabian Affolter 646afb6bf8 dnsmonster: init at 0.9.3 2022-06-19 09:22:06 +02:00
Lein Matsumaru 9cf7759f91
sherlock: init at 0.14.0 2022-06-19 04:22:30 +00:00
github-actions[bot] b7aba4fb0f
Merge master into staging-next 2022-06-19 00:02:36 +00:00
Sven Over 68e989d380 spr: init at 1.3.2 2022-06-18 23:12:35 +01:00
Sandro a230c8a0bb
Merge pull request #178061 from mupdt/python-infinity
python3Packages.infinity: init at 1.5
2022-06-18 23:04:38 +02:00
Sandro 753b852859
Merge pull request #173894 from fgaz/titanion/init
titanion: init at 0.3
2022-06-18 23:01:32 +02:00
Sandro 48a9f3f8ec
Merge pull request #178177 from fabaff/dnsmon
dnsmon-go: init at unstable-2022-05-13
2022-06-18 23:00:21 +02:00
Sandro 6a64c0ef4b
Merge pull request #178172 from fabaff/secrets-extractor
secrets-extractor: init at 1.0.1
2022-06-18 22:19:41 +02:00
Francesco Gazzetta 11c5f73828 pokete: init at 0.7.2 2022-06-18 21:47:41 +02:00
Fabian Affolter 0c3b4c878d dnsmon-go: init at unstable-2022-05-13 2022-06-18 20:57:18 +02:00
Fabian Affolter e279a72210 secrets-extractor: init at 1.0.1 2022-06-18 20:30:56 +02:00
github-actions[bot] 5ee636b083
Merge master into staging-next 2022-06-18 18:01:12 +00:00
Fabian Affolter 5ed5e3784d osv-detector: init at 0.6.0 2022-06-18 16:48:22 +02:00