3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

334856 commits

Author SHA1 Message Date
figsoda d18a44ab6d ttyper: 0.3.0 -> 0.3.1 2021-11-28 14:32:43 -05:00
figsoda 8153160acf glitter: 1.5.6 -> 1.5.7 2021-11-28 14:24:16 -05:00
Vikram Narayanan 32067bb159 neard: fix build 2021-11-28 11:17:24 -08:00
sterni 2222809b8e
Merge pull request #147260 from NixOS/haskell-updates
haskellPackages: improve LLVM handling for GHC
2021-11-28 20:13:48 +01:00
Markus Kowalewski 37af67a84a
rdma-core: 37.1 -> 38.0 2021-11-28 20:09:52 +01:00
figsoda 9366d12036 hck: 0.7.0 -> 0.7.1 2021-11-28 14:03:33 -05:00
Thiago Kenji Okada d6312c26b6
Merge pull request #147622 from thiagokokada/libretro-pcsx2
libretro.pcsx2: init at unstable-2021-11-27
2021-11-28 15:41:11 -03:00
Thiago Kenji Okada 97724e99d8
Merge pull request #147597 from ericdallo/bump-polylith
polylith: 0.2.12-alpha -> 0.2.13-alpha
2021-11-28 15:36:54 -03:00
figsoda ef8eb89693 piping-server-rust: 0.9.1 -> 0.10.1 2021-11-28 13:32:50 -05:00
sternenseemann 31ff641504 Merge remote-tracking branch 'origin/master' into haskell-updates 2021-11-28 19:31:56 +01:00
José Romildo 25b1292db1 xfce.xfce4-whiskermenu-plugin: 2.6.2 -> 2.7.0 2021-11-28 15:25:38 -03:00
Thiago Kenji Okada 5c589d83ed libretro: fix core platforms 2021-11-28 15:12:18 -03:00
Thiago Kenji Okada 7ff536edd6 libretro: remove "-DCMAKE_BUILD_TYPE=Release" 2021-11-28 15:12:18 -03:00
Thiago Kenji Okada 6f05bc3791 libretro.pcsx2: init at unstable-2021-11-27
Thanks for @jnetod help.
2021-11-28 15:12:18 -03:00
José Romildo 30fb90c16b xfce.ristretto: 0.12.0 -> 0.12.1 2021-11-28 15:11:09 -03:00
José Romildo 6d5f693e88 xfce.mousepad: 0.5.7 -> 0.5.8 2021-11-28 15:07:21 -03:00
R. RyanTM f6053b7c82
verifpal: 0.26.0 -> 0.26.1 (#143282) 2021-11-28 18:01:15 +00:00
figsoda 63a3695759 csview: 0.3.8 -> 0.3.9 2021-11-28 12:56:54 -05:00
Maximilian Bosch 70c6189db5
Merge pull request #146403 from jtojnar/qas-eval
Fix eval with `nix-env -qas`
2021-11-28 18:43:26 +01:00
Robert Scott 1e3b8e3fd8 python3Packages.pywal: use $TMPDIR in tests
darwin hydra can fail to access /tmp
2021-11-28 17:40:08 +00:00
markuskowa c0d9398b7f
Merge pull request #144253 from sheepforce/pyscf
pyscf: 1.7.6.post1 -> 2.0.1
2021-11-28 18:31:02 +01:00
Ilan Joselevich 36857fb291 vimPlugins: resolve github repository redirects 2021-11-28 19:19:17 +02:00
Fabián Heredia Montiel b9f6ee2e2f pijul: 1.0.0-alpha.55 → 1.0.0-alpha.56 2021-11-28 11:15:22 -06:00
Ilan Joselevich b86ff2299a vimPlugins: update 2021-11-28 19:11:27 +02:00
Lluís Batlle i Rossell 873042271a frogatto: 2021-05-24 -> 2021-11-23
And fix build
2021-11-28 18:02:36 +01:00
Robert Schütz 1ca74a0074 libdeltachat: 1.67.0 -> 1.68.0
https://github.com/deltachat/deltachat-core-rust/blob/1.68.0/CHANGELOG.md
2021-11-28 09:00:58 -08:00
Thiago Kenji Okada 4a921e5be5
Merge pull request #147686 from sagikazarmark/update-todoist
todoist: 0.15.0 -> 0.16.0
2021-11-28 13:44:22 -03:00
Mark Sagi-Kazar 079827e8c3
todoist: 0.15.0 -> 0.16.0
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-11-28 17:33:30 +01:00
Sergei Trofimovich 3f3dd1d0c9 vwm: fix build against ncurses-6.3
Without the change the build on upcoming `ncurses-6.3` fails as:

    vwm_bkgd.c:71:63: error: format not a string literal and no format arguments [-Werror=format-security]
       71 |         mvwprintw(window,height-1,width-(strlen(version_str)),version_str);
          |                                                               ^~~~~~~~~~~
2021-11-28 16:23:04 +00:00
Sergei Trofimovich 54765edc0b libviper: fix build against ncurses-6.3
Without the change the build on upcoming `ncurses-6.3` fails as:

    w_decorate.c:45:17: error: format not a string literal and no format arguments [-Werror=format-security]
       45 |                 mvwprintw(window,0,x,title);
          |                 ^~~~~~~~~
2021-11-28 16:16:34 +00:00
sternenseemann 8f1a52ac33 haskell.compiler.*: disable useLLVM also for SPARC and PowerPC
These targets also have NCG support, but they are tested less (in fact
SPARC seems to be untested atm) and may have issues. In such cases being
able to fallback to -fllvm without rebuilding the compiler could be
useful. OTOH GHC will default to -fasm and the backends probably work
well enough in most cases.
2021-11-28 17:14:18 +01:00
Michele Guerini Rocco af63e81ad9
Merge pull request #147683 from rnhmjoj/pr-monero-cli
monero: rename to monero-cli
2021-11-28 16:54:21 +01:00
Sergei Trofimovich 387b85da72 liboping: pull pending upstream inclusion fix for ncurses-6.3
Without the fix build on ncurses-6.3 fails as:

    oping.c:1128:25: error: format not a string literal and no format arguments [-Werror=format-security]
     1128 |                         mvwprintw (ctx->window, /* y = */ 3, /* x = */ x + 2, symbol);
          |                         ^~~~~~~~~
2021-11-28 15:54:20 +00:00
Graham Christensen 5ce7574ce8
Merge pull request #147399 from dali99/update_hydrus2
hydrus: 462 -> 463
2021-11-28 10:54:10 -05:00
José Romildo Malaquias cb4eda2f40
Merge pull request #147661 from marsam/update-sudo-font
sudo-font: 0.60 -> 0.61
2021-11-28 12:45:59 -03:00
TredwellGit 722bfae487 libreoffice-fresh: 7.2.2.2 -> 7.2.3.2 2021-11-28 15:26:40 +00:00
José Romildo Malaquias b7f184a5ae
Merge pull request #146970 from stephaneyfx/remove-numix-cursor-theme-patch
numix-cursor-theme: 1.1 -> 1.2
2021-11-28 12:08:49 -03:00
Sandro ef65ac981a
Merge pull request #143870 from Stunkymonkey/development-github-3 2021-11-28 15:59:07 +01:00
7c6f434c 89bb06e7b5
Merge pull request #147685 from ninjin/julia-bin_164
julia_16-bin: 1.6.3 -> 1.6.4
2021-11-28 14:50:56 +00:00
7c6f434c 48bc3c6205
Merge pull request #147705 from nagy/lisp-cl-shellwords
lispPackages: add cl-shellwords
2021-11-28 14:49:50 +00:00
ajs124 ad23c0dbd4
Merge pull request #146488 from helsinki-systems/upd/php
php74: 7.4.25 -> 7.4.26, php80: 8.0.12 -> 8.0.13
2021-11-28 15:44:31 +01:00
Thiago Kenji Okada 24b6f43c88
Merge pull request #147702 from fabaff/bump-cherrytree
cherrytree: 0.99.42 -> 0.99.43
2021-11-28 11:43:42 -03:00
Thiago Kenji Okada 942eb9a335
Merge pull request #147695 from LeSuisse/getdata-0.11.0
getdata: 0.10.0 -> 0.11.0
2021-11-28 11:39:03 -03:00
Thiago Kenji Okada ad2e23ee03
Merge pull request #147615 from sikmir/cudatext
cudatext: 1.148.0 → 1.150.0
2021-11-28 11:37:39 -03:00
Thiago Kenji Okada 9bb0a63640
Merge pull request #147701 from fabaff/bump-hashcat
hashcat: 6.2.4 -> 6.2.5
2021-11-28 11:34:35 -03:00
Thiago Kenji Okada f695a5b5f7
Merge pull request #147613 from ymatsiuk/ymatsiuk/appgate-sdp-5.5.0
appgate-sdp: 5.4.2 -> 5.5.0
2021-11-28 11:31:56 -03:00
Thiago Kenji Okada 115f3513da
Merge pull request #147694 from fabaff/bump-hwinfo
hwinfo: 21.76 -> 21.78
2021-11-28 11:31:02 -03:00
Thiago Kenji Okada cce65b28f9
Merge pull request #147612 from applePrincess/exploitdb-2021-11-27
exploitdb: 2021-11-25 -> 2021-11-27
2021-11-28 11:29:34 -03:00
Thiago Kenji Okada f85f78701e
Merge pull request #147708 from fabaff/bump-crownstone-sse
python3Packages.crownstone-sse: 2.0.2 -> 2.0.3
2021-11-28 11:26:47 -03:00
Thiago Kenji Okada 80eb180515
Merge pull request #147707 from fabaff/bump-flux-led
python3Packages.flux-led: 0.25.0 -> 0.25.1
2021-11-28 11:24:36 -03:00