Sandro
0dd7492ca0
Merge pull request #138080 from abathur/resholve_0.6.0
2021-09-23 21:09:25 +02:00
figsoda
d7556d195c
Merge pull request #139018 from rmcgibbo/btop
...
btop: init at 1.0.5
2021-09-23 09:32:23 -04:00
Sandro
7c8a4a8999
Merge pull request #139147 from ambroisie/add-cvehound
2021-09-23 15:20:58 +02:00
Bruno BELANYI
fb1081ffa7
cvehound: init at 1.0.4
2021-09-23 14:42:12 +02:00
Robert T. McGibbon
9f08c2d4b9
btop: init at 1.0.5
2021-09-23 08:38:36 -04:00
Naïm Favier
f616e094fa
nix-index: wrap in a separate derivation
2021-09-23 14:21:46 +02:00
figsoda
be5509c55c
Merge pull request #139052 from figsoda/fishfight
...
fishfight: init at 0.1
2021-09-23 08:11:52 -04:00
Sandro
29d3066ca1
Merge pull request #136751 from zakame/contrib/ruby-taoup
...
taoup: init at 1.1.14
2021-09-23 13:07:52 +02:00
Vladimir Serov
273cf4f45a
super-slicer.stable: 2.3.56.8 -> 2.3.56.9 ( #136962 )
...
* super-slicer.stable: 2.3.56.8 -> 2.3.56.9
super-slicer.staging: init at 2.3.57.0
* Update pkgs/applications/misc/prusa-slicer/super-slicer.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-23 13:06:35 +02:00
r-burns
0d481f7286
Merge pull request #138875 from r-burns/theano
...
pythonPackages.Theano: don't reference nvidia_x11
2021-09-23 00:06:50 -07:00
Samuel Ainsworth
aae8f3d390
python3Packages.in-place: init at 0.5.0
2021-09-22 23:34:16 -07:00
Ryan Burns
63391899a3
pythonPackages.Theano: fix cuda package
...
* add missing setuptools for cuda
* remove unused nvidia_x11
2021-09-22 23:29:17 -07:00
figsoda
35a2230d1d
fishfight: init at 0.1
2021-09-22 21:10:43 -04:00
Sandro
35abd5b25c
Merge pull request #139007 from illdefined/kappanhang
2021-09-22 23:34:45 +02:00
Sandro
a872b54511
Merge pull request #138944 from fabaff/faraday-cli
2021-09-22 23:20:36 +02:00
Sandro
095d2bbaf8
Merge pull request #136634 from yl3dy/scikit-learn-extra
2021-09-22 23:19:48 +02:00
Sandro
5e07bb896b
Merge pull request #138788 from Izorkin/add-linux-5-14-hardened
2021-09-22 23:18:32 +02:00
Luflosi
b23cf25c51
npiet: init at 1.3f
2021-09-22 22:41:02 +02:00
Robert Scott
18134aee50
Merge pull request #137685 from samuela/samuela/fastavro
...
python3Packages.fastavro: init at 1.4.4
2021-09-22 21:32:54 +01:00
Mikael Voss
6893c29faa
kappanhang: init at 1.3
2021-09-22 22:32:48 +02:00
Sandro
dc2cebde00
Merge pull request #138998 from rmcgibbo/pyp
2021-09-22 22:19:48 +02:00
Sandro
586247ebaf
Merge pull request #138752 from dit7ya/master
...
cliphist: init at 0.1.0
2021-09-22 21:58:46 +02:00
Sandro
45c4f4f25b
Merge pull request #138929 from Luflosi/add-wsgiprox
2021-09-22 21:51:36 +02:00
Robert T. McGibbon
0a192fa3bc
python3Packages.pyp: init at 0.3.4
2021-09-22 15:44:59 -04:00
Mostly Void
2e4ab91111
cliphist: init at 0.1.0
2021-09-23 00:24:56 +05:30
figsoda
c5ccc212eb
Merge pull request #138959 from figsoda/rust-code-analysis
...
rust-code-analysis: init at 0.0.23
2021-09-22 14:51:03 -04:00
Guillaume Girol
4bc83aaffa
Merge pull request #136489 from ehmry/nimPackages
...
nimpackages / buildNimPackage
2021-09-22 18:35:38 +00:00
Luflosi
baa87c2233
python3Packages.wsgiprox: init at 1.5.2
2021-09-22 20:10:34 +02:00
Fabian Affolter
8ef88fb10b
Merge pull request #137136 from fabaff/notus-scanner
...
python3Packages.notus-scanner: init at unstable-2021-09-05
2021-09-22 19:22:57 +02:00
figsoda
399f6ddab4
rust-code-analysis: init at 0.0.23
2021-09-22 12:24:48 -04:00
Martin Weinelt
bc68bde974
python3Packages.maxcube-api: init at 0.4.3
2021-09-22 18:23:32 +02:00
Ryan Burns
11bf0ac25b
pythonPackages.libgpuarray: fix opengl runpath
...
nvidia_x11 libs should be picked up from
/run/opengl-driver/lib at runtime
2021-09-22 09:10:26 -07:00
Travis A. Everett
08b791a01b
resholve: 0.5.1 -> 0.6.0, refactor, +binlore
...
A bit going on here.
- Updating resholve from 0.5.1 -> 0.6.0
- adding a depdendency, `binlore`, to supply ~intel on executables
that supports new functionality in resholve
- adding a package, `yallback`, which provides rule-based callbacks
for YARA rule matches (depdency of `binlore`).
- automatically generating "lore" for each `input` to a solution in
`resholvePackage`.
- update README
- restructuring some nix components to better support
my local dev and CI workflows.
- moved package tests into passthru/tests.nix (cuts `bats` out of
resholve's immediate dependencies, makes it possible to add my
existing Nix API test).
- move my oil-dev patches out of resholve into a separate repo (no
oil rebuild every time resholve's source changes). Also moving
oil-dev into its own Nix file here, to ~track the default.nix in
its own repo.
2021-09-22 09:54:04 -05:00
Fabian Affolter
60218ef0bc
faraday-cli: init at 2.0.2
2021-09-22 15:12:23 +02:00
Fabian Affolter
787af49021
python3Packages.simple-rest-client: init at 1.0.8
2021-09-22 12:39:43 +02:00
Fabian Affolter
7c04423e74
python3Packages.python-status: init at 1.0.1
2021-09-22 12:32:51 +02:00
Fabian Affolter
59ff8e13b5
python3Packages.faraday-plugins: init at 1.5.3
2021-09-22 12:12:08 +02:00
Fabian Affolter
b51ce74106
python3Packages.notus-scanner: init at unstable-2021-09-05
2021-09-22 11:11:24 +02:00
Fabian Affolter
8a9595cfc0
Merge pull request #137276 from fabaff/bump-gcsfs
...
python3Packages.fsspec: 2021.07.0 -> 2021.08.1, python3Packages.gcsfs: 2021.07.0 -> 2021.08.1
2021-09-22 10:32:54 +02:00
Ales Huzik
6a76b842b3
tytools: init at 0.9.3 ( #138799 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-22 10:32:19 +02:00
Fabian Affolter
7b78071f36
Merge pull request #138589 from fabaff/fix-expliot
...
expliot: fix build
2021-09-22 10:30:37 +02:00
Fabian Affolter
921791e87a
Merge pull request #137034 from fabaff/ospd
...
python3Packages.ospd: init at 21.4.3
2021-09-22 10:29:47 +02:00
figsoda
908acc07c6
Merge pull request #138857 from figsoda/fix-cargo-supply-chain
...
cargo-supply-chain: fix darwin build
2021-09-21 21:40:54 -04:00
figsoda
2c1fc1165e
cargo-supply-chain: fix darwin build
2021-09-21 21:01:14 -04:00
Sandro
b27635650b
Merge pull request #137517 from yl3dy/einops
2021-09-22 02:25:55 +02:00
Robert Schütz
b8c97a0d97
Merge pull request #138463 from dotlambda/ocrmypdf-pythonPackages
...
ocrmypdf: move to python3Packages
2021-09-21 16:44:29 -07:00
figsoda
d2c59da031
Merge pull request #138840 from figsoda/glitter
...
glitter: init at 1.4.4
2021-09-21 18:31:42 -04:00
figsoda
7554f83566
Merge pull request #138837 from figsoda/rhack
...
rhack: init at 0.1.0
2021-09-21 18:31:27 -04:00
Sandro
1fc22ce793
Merge pull request #138845 from figsoda/panamax
2021-09-22 00:25:59 +02:00
Sandro
377600cefd
Merge pull request #138064 from x3rAx/ksnip-1.9.1
...
ksnip: init at 1.9.1
2021-09-21 23:20:06 +02:00