Commit Graph

11511 Commits

Author SHA1 Message Date
Felix Buehler
da2cbf54e8 haskellPackages.ghcjs-base_0_2_0_3: switch to fetchFromGitHub 2022-03-29 13:06:21 +02:00
Sandro
c81fe81afc
Merge pull request #149083 from r-ryantm/auto-update/emscripten 2022-03-28 14:28:55 +02:00
Sandro
2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git 2022-03-28 12:47:42 +02:00
Ryan Mulligan
188a15c3f9
Merge pull request #163247 from r-ryantm/auto-update/ciao
ciao: 1.20.0 -> 1.21.0-m1
2022-03-27 18:40:01 -07:00
Peter Hoeg
c1a928b30b crystal: remove pointless reference to crystal.lib 2022-03-28 09:16:31 +08:00
Aleksey Kladov
6d111cbf61 Clarify that lld package provides unwrapped lld
lld package provides an unwrapped lld. It doesn't always work on NixOS
(eg, it doesn't set rpath), and so dosen't always work.

What one should be using instead is the `lld` from
`llvmPackages.bintools` package. This super counterintutive.

One incremental step we can take here is to clarify that the `lld`
package is unrwapped -- right now, it looks like 100% legit thing one
should be using!
2022-03-27 18:14:55 -04:00
Anthony Cowley
eb20eae90f
llvmPackages_rocm: 4.5.2 -> 5.0.2 (#165362)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 20:35:14 +02:00
neirenoir
e13e37b701
solc: 0.8.2 -> 0.8.13 (#160957) 2022-03-26 20:01:07 +02:00
Ulrik Strid
93dbc8b14c ligo: 0.34.0 -> 0.36.0
Also changes to use the vendored tezos instead
2022-03-26 11:54:24 +01:00
Jan Tojnar
38d1e91f90 vala_0_56: 0.55.91 → 0.56.0
https://gitlab.gnome.org/GNOME/vala/-/compare/0.55.91...0.56.0
2022-03-25 15:02:48 +01:00
Jan Tojnar
8f059fbd3d vala: 0.54.7 → 0.54.8
https://gitlab.gnome.org/GNOME/vala/-/compare/0.54.7...0.54.8
2022-03-25 15:02:47 +01:00
Jan Tojnar
6d70c1c149 vala_0_56: 0.55.90 → 0.55.91
https://gitlab.gnome.org/GNOME/vala/-/compare/0.55.90...0.55.91
2022-03-25 15:02:39 +01:00
Jan Tojnar
9664785741 vala_0_56: 0.55.3 → 0.55.90
https://gitlab.gnome.org/GNOME/vala/-/compare/0.55.3...0.55.90
2022-03-25 15:02:32 +01:00
Jan Tojnar
82a6c5b162 vala_0_56: init at 0.55.3
https://gitlab.gnome.org/GNOME/vala/-/blob/0.55.3/NEWS
2022-03-25 15:01:22 +01:00
Lucas Hoffmann
47190314df treewide: replace defunct git://github.com urls with https://
Github has removed support for git://github.com and recommends
https://github.com instead.

See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-25 11:21:42 +01:00
Will Dietz
2efcc3e297 openmp: disable tests due to failures 2022-03-24 18:58:38 -05:00
Will Dietz
4f3116f754 openmp: drop fix-find-tool patch, set *_TOOL vars directly 2022-03-24 18:58:38 -05:00
Will Dietz
7151381aab openmp: tests, few failures 2022-03-24 18:58:38 -05:00
Will Dietz
5e04d64aed openmp: no longer broken 2022-03-24 18:58:38 -05:00
Will Dietz
790c4f13dd openmp: new fix-find-tools patch 2022-03-24 18:58:38 -05:00
Will Dietz
641c2d3b7b llvmPackages_14.openmp: fix install dirs patch 2022-03-24 18:58:38 -05:00
Michael Weiss
5008e28e67
Merge pull request #165520 from primeos/llvmPackages_14
llvmPackages_14: 14.0.0-rc4 -> 14.0.0
2022-03-24 21:20:07 +01:00
Lorenz Brun
7716919300
openjdk8: 8u272-b10 -> 8u322-ga 2022-03-24 14:34:32 +01:00
Michael Weiss
c9cfbe0899
llvmPackages_14: 14.0.0-rc4 -> 14.0.0 2022-03-23 23:21:32 +01:00
Vincent Laporte
f4998c542d ocaml-ng.ocamlPackages_4_14: 4.14.0-β1 → 4.14.0-rc2 2022-03-23 11:25:01 +01:00
Nathan van Doorn
61f798890e
souffle: 2.0.2 -> 2.2 (#164103)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 06:30:06 +01:00
Emery Hemingway
a3fcf30d67 squeak: fix a src URL, transition meta to OpenSmalltalk 2022-03-22 18:19:07 +00:00
Dusk Banks
0cb5668d65 squeak: 4.10.2.2614 -> 5.3-19459
Credit to @BenBals for starting work on this patch in
<https://github.com/NixOS/nixpkgs/pull/86741>.
2022-03-22 18:19:07 +00:00
Anthony Cowley
29a988f978
Merge pull request #163698 from InternetUnexplorer/rocm-llvm-disable-shared-libs
llvmPackages_rocm.llvm: don't build shared libs
2022-03-22 10:28:19 -04:00
Alyssa Ross
cb040db7ab pkgsStatic.gcc: fix build
LTO requires building a compiler plugin, which is a shared object.

The closure is a bit wild but it builds and can compile programs.
2022-03-22 10:52:36 +00:00
Sandro
4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2 2022-03-22 02:13:45 +01:00
Fabián Heredia Montiel
233408b810 cudatoolkit_11: cudatoolkit_11_4 → cudatoolkit_11_6 2022-03-20 14:56:20 -06:00
zowoq
6b5006b249 Revert "rust: run update-hashes.sh to update hashes"
This reverts commit 852c8ab3d0.

When merged with 1.59 in staging this hash is incorrect.
2022-03-20 07:30:11 +10:00
Adam Joseph
852c8ab3d0 rust: run update-hashes.sh to update hashes
This commit is the result of running

  pkgs/development/compilers/rust/print-hashes.sh 1.57.0

in order to generate the bootstrap hash for
mips64el-unknown-linux-gnuabi64.  This commit is needed in order to
bootstrap nix on mips64el because nix_2_4 depends on rustc.
2022-03-19 16:50:52 -04:00
Tony Höglund
824c865a4b inklecate: update dependencies 2022-03-18 07:24:53 +01:00
Tony Höglund
9a35f3f1b4 dotnetCorePackages.*_6*: 6.0.0 -> 6.0.3 2022-03-18 07:24:52 +01:00
Tony Höglund
feaf708634 dotnet: Update print-hashes script
* Update script to use dotnets releases-index urls specified in
https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json
* Can get source information for multiple versions
* Outputs the whole src expression for all available/mapped platforms
2022-03-18 07:24:52 +01:00
Adam Joseph
c6108020ff rust: add mips64el to list of bootstrap tarballs 2022-03-18 13:00:34 +10:00
Adam Joseph
55dae422e2 go: add mips64 support 2022-03-18 10:02:58 +10:00
Ryan Mulligan
910fc2c155
Merge pull request #164612 from r-ryantm/auto-update/qbe
qbe: unstable-2022-03-11 -> unstable-2022-03-17
2022-03-17 15:42:49 -07:00
Ivar Scholten
e99ee4624a dotnet: don't set $HOME if its already writable
This fixes an issue where the setup hook would overwrite $HOME in a
nix-shell.

Fixes #164450, #164295
2022-03-17 21:05:31 +01:00
R. Ryantm
66adfb0679 qbe: unstable-2022-03-11 -> unstable-2022-03-17 2022-03-17 16:32:04 +00:00
Felix Buehler
013d4cc072 aldor: switch to fetchFromGitHub 2022-03-16 23:23:08 +01:00
squalus
8e9625ac22 crystal: support aarch64-linux
Upstream does not publish aarch64-linux bootstrap binaries, so grab
them from Alpine
2022-03-16 11:05:37 -07:00
Ryan Mulligan
3ed9183396
Merge pull request #164074 from r-ryantm/auto-update/open-watcom-v2-unwrapped
open-watcom-v2-unwrapped: unstable-2022-02-22 -> unstable-2022-03-14
2022-03-16 09:43:38 -07:00
Felix Buehler
7c71e8438c nim: switch to fetchFromGitHub 2022-03-16 00:45:56 +01:00
Felix Buehler
fe193e7dd2 opendylan: switch to fetchFromGitHub 2022-03-16 00:45:55 +01:00
Anderson Torres
78f072f575
Merge pull request #164308 from AndersonTorres/new-misc
4th: 3.62.5 -> 3.64.0
2022-03-15 19:54:40 -03:00
Ryan Mulligan
89c92693cc
Merge pull request #164011 from r-ryantm/auto-update/qbe
qbe: unstable-2021-12-05 -> unstable-2022-03-11
2022-03-15 15:03:08 -07:00
Martin Weinelt
8d18f29b60
Merge pull request #161366 from NixOS/staging-next
Staging next 2022-02-22
2022-03-15 22:31:01 +01:00