Commit Graph

12239 Commits

Author SHA1 Message Date
Silvan Mosberger
75ee18766a
yarn2nix: Don't pass yarnNix to mkDerivation (#92856)
The generated yarnNix file doesn't need to be part of the mkDerivation.
And doing so prevents other platforms from reproducibly instantiating
it. With this change you can e.g. do

  darwinPkgs.yarn2nix.mkYarnPackage {
    # ...
    yarnNix = pkgs.yarn2nix.mkYarnNix {
      yarnLock = ./yarn.lock;
    };
  }

Which is a darwin derivation, but can still be instantiated reproducibly on Linux.
2020-07-10 16:24:03 +00:00
Jörg Thalheim
33b5621ef6
Merge pull request #92794 from dguibert/dg/cross-texinfo-interactive 2020-07-10 07:28:39 +01:00
David Guibert
b92c2c666c
Update cross-tools-flags.patch 2020-07-10 08:07:35 +02:00
David Guibert
a2eb391e8f fix pkgsCross.*.texinfoInteractive
This fixes #86166 to build cross compilied texinfoInteractive.
BUILD_CC has been renamed to CC_FOR_BUILD so the patch needs to applied
this renaming.

tested on: pkgsCross.armv7l-hf-multiplatform.texinfoInteractive
2020-07-09 17:19:09 +02:00
Austin Seipp
e494368606
trellis: 2020.06.12 -> 2020.06.29
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-09 09:12:42 -05:00
Austin Seipp
f22c718e17
icestorm: 2020.04.22 -> 2020.07.08
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-09 09:12:42 -05:00
Mario Rodas
61f57d850e
Merge pull request #92729 from r-ryantm/auto-update/tfsec
tfsec: 0.21.0 -> 0.23.2
2020-07-08 19:10:11 -05:00
Mario Rodas
aa5ee82db2
tfsec: add ldflags 2020-07-08 18:55:18 -05:00
Ryan Mulligan
f2ff245bfd
Merge pull request #92730 from r-ryantm/auto-update/the-way
the-way: 0.3.2 -> 0.4.0
2020-07-08 11:54:47 -07:00
R. RyanTM
b9d29dad13 the-way: 0.3.2 -> 0.4.0 2020-07-08 16:58:51 +00:00
R. RyanTM
4b0ab3f2a4 tfsec: 0.21.0 -> 0.23.2 2020-07-08 16:49:39 +00:00
Mario Rodas
9b2a1ea654
Merge pull request #92688 from r-ryantm/auto-update/golangci-lint
golangci-lint: 1.27.0 -> 1.28.1
2020-07-08 07:52:39 -05:00
Daniël de Kok
d915b7223a
Merge pull request #92657 from CRTified/pkg/cc-tool
cc-tool: Init at unstable-2020-05-19
2020-07-08 14:16:30 +02:00
CRTified
cc1fadf581 cc-tool: init at unstable-2020-05-19 2020-07-08 13:30:53 +02:00
Mario Rodas
27ac9620c6 golangci-lint: update meta 2020-07-08 04:22:00 -05:00
Mario Rodas
4568f9bfb1 golangci-lint: add ldflags 2020-07-08 04:21:00 -05:00
Mario Rodas
c94a2de710 golangci-lint: install completions 2020-07-08 04:20:00 -05:00
R. RyanTM
bf76f25248 golangci-lint: 1.27.0 -> 1.28.1 2020-07-08 06:42:40 +00:00
Mario Rodas
b25895d964
Merge pull request #92647 from r-ryantm/auto-update/webdis
webdis: 0.1.10 -> 0.1.11
2020-07-07 19:34:33 -05:00
Mario Rodas
a6fad046a8
Merge pull request #92555 from r-ryantm/auto-update/redo-apenwarr
redo-apenwarr: 0.42a -> 0.42c
2020-07-07 19:33:19 -05:00
Timo Kaufmann
c6e47d5763
Merge pull request #78451 from arnarg/adding-operator-sdk
operator-sdk: init at 0.18.2
2020-07-07 23:41:30 +02:00
R. RyanTM
20f4914bf5 webdis: 0.1.10 -> 0.1.11 2020-07-07 21:31:50 +00:00
Arnar Gauti Ingason
5458f54a83 operator-sdk: init at 0.18.2
Operator-sdk is a cli tool for scaffolding and building Kubernetes
operators.
2020-07-07 21:13:26 +02:00
MetaDark
832a240b12 cmake-language-server: build with pygls 0.9.x 2020-07-07 10:33:26 -07:00
R. RyanTM
ed9f1b36b3 mill: 0.7.3 -> 0.7.4 2020-07-07 10:04:15 -07:00
R. RyanTM
babd73a3e3 spring-boot-cli: 2.3.0 -> 2.3.1 2020-07-07 09:51:30 -07:00
Mario Rodas
005b5770f4
redo-apenwarr: install bash completion 2020-07-07 04:20:00 -05:00
Mario Rodas
a12ccb7f3e redo-apenwarr: update meta 2020-07-07 04:20:00 -05:00
R. RyanTM
abe8394a5b redo-apenwarr: 0.42a -> 0.42c 2020-07-07 08:01:26 +00:00
Jörg Thalheim
ad3140e898
Merge pull request #92470 from ericdallo/bump-clojure-lsp
clojure-lsp: 20200624T142700 -> 20200706T152722
2020-07-06 22:57:20 +01:00
Luflosi
92ca9d643f
include-what-you-use: 0.13 -> 0.14
https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.14
2020-07-06 23:05:39 +02:00
Maximilian Bosch
146e96d9ba
Merge pull request #92492 from Tomahna/scalafmt
scalafmt: 2.5.2 -> 2.6.2
2020-07-06 21:03:23 +02:00
Daniël de Kok
f4dce8e967
Merge pull request #91634 from bmilanov/submit/add-nxp-mfgtools
nxpmicro-mfgtools: init at 1.3.191
2020-07-06 20:59:50 +02:00
Biser Milanov
cb2ab83d3e nxpmicro-mfgtools: init at 1.3.191
Add nxpmicro-mfgtools to nixpkgs

From the project's homepage [1]:

    Freescale/NXP I.MX Chip image deploy tools.

The project's only binary and library at the moment is UUU. NXP
might add more in the future, so making the package name:

    nxpmicro-mfgtools

instead of:

    nxp-uuu

or something similar.

[1]: https://github.com/NXPmicro/mfgtools
2020-07-06 20:43:14 +02:00
Kevin Rauscher
e8cb5d5d14 scalafmt: 2.5.2 -> 2.6.2 2020-07-06 20:37:40 +02:00
Matthew Bauer
89d4142fc8
Merge pull request #92416 from matthewbauer/fix-elfutils
Fix elfutils
2020-07-06 12:27:27 -04:00
Eric Dallo
e8a734c6c8
clojure-lsp: 20200624T142700 -> 20200706T152722 2020-07-06 12:52:34 -03:00
Matthew Bauer
80ca70b0e1 elfutils: add argp-standalone for musl
https://hydra.nixos.org/build/123111192
2020-07-06 01:51:46 -04:00
Mario Rodas
969e35423c dune_2: 2.6.0 -> 2.6.1
Changelog: https://github.com/ocaml/dune/releases/tag/2.6.1
2020-07-05 12:11:03 +02:00
Ludovic Claude
6eeb612a9b gradle: 5.6.4 -> 6.5.1
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
Use https for all urls
fix version for native library
pin gradle for jd-gui
2020-07-04 14:56:12 -07:00
Maximilian Bosch
9203abb204
Merge pull request #92246 from r-ryantm/auto-update/liquibase
liquibase: 3.10.0 -> 3.10.1
2020-07-04 23:22:06 +02:00
Maximilian Bosch
67a1c36929
cargo-watch: 7.4.1 -> 7.5.0
https://github.com/passcod/cargo-watch/releases/tag/v7.5.0

Also fixes the `aarch64`-build: https://hydra.nixos.org/build/123187262
2020-07-04 23:13:30 +02:00
Jack Kelly
c0e9bc1cf8 aws-sam-cli: 0.44.0 -> 1.0.0rc1 2020-07-04 21:01:32 +10:00
Daniël de Kok
563b4b01ee
Merge pull request #92191 from Tomahna/metals
metals: 0.9.0 -> 0.9.1
2020-07-04 08:35:45 +02:00
R. RyanTM
95930da953 liquibase: 3.10.0 -> 3.10.1 2020-07-04 05:22:12 +00:00
Mario Rodas
a252c3747d
Merge pull request #92179 from r-ryantm/auto-update/flyway
flyway: 6.4.4 -> 6.5.0
2020-07-03 18:27:57 -05:00
Saúl Cabrera
a45b66e3d9 asls: init at 0.4.0 2020-07-03 18:19:04 -04:00
Maximilian Bosch
db0540d178
cargo-make: fix darwin build
https://hydra.nixos.org/build/123569405
2020-07-03 23:10:36 +02:00
Peter Simons
f614e5006f
Merge pull request #91759 from NixOS/haskell-updates
Update Haskell package set to LTS 16.3 (plus other fixes)
2020-07-03 21:29:53 +02:00
Peter Simons
6ab9c60bbe
Merge pull request #91640 from sarahzrf/patch-1
Fixed syntax errors in ihaskell wrapper
2020-07-03 20:17:09 +02:00