Commit graph

246762 commits

Author SHA1 Message Date
Martin Weinelt f931e3e55d
pdns-recursor: 4.3.4 -> 4.3.5
Fixes: CVE-2020-25829
2020-10-13 14:18:16 +02:00
WORLDofPEACE a1c5bd00ab
Merge pull request #98974 from Mathnerd314/video-drivers
xf86-video-{ati,amdgpu}: 19.0.1 -> 19.1.0
2020-10-13 07:07:03 -04:00
Dennis Gosnell 4f1c500eb3
Merge pull request #100214 from 1000101/stretchly
stretchly: 0.21.1 -> 1.2.0
2020-10-13 20:02:42 +09:00
Eelco Dolstra 0acab870da
Merge pull request #100363 from Ma27/flake-no-modification-rev
flake.nix: allow inclusion of `nixpkgs` as `path:/.../`
2020-10-13 12:42:48 +02:00
Domen Kožar 7197c191c4
Merge pull request #98750 from freezeboy/fix-skanlite
skanlite: 2.0.1 -> 2.2.0
2020-10-13 12:35:07 +02:00
Domen Kožar 18d295cd19
Merge pull request #100258 from sikmir/mapper
openorienteering-mapper: 0.9.3 -> 0.9.4
2020-10-13 12:29:57 +02:00
zowoq acd388dd68 croc: 8.3.1 -> 8.5.0
https://github.com/schollz/croc/releases/tag/v8.3.2
https://github.com/schollz/croc/releases/tag/v8.4.0
https://github.com/schollz/croc/releases/tag/v8.5.0
2020-10-13 20:06:25 +10:00
Maximilian Bosch 3743c42f23
flake.nix: allow inclusion of nixpkgs as path:/.../
When adding `nixpkgs` as flake-input using the `path`-fetcher, you
currently get the following error since neither `lastModifiedDate` nor
`lastModified` are stored in `flake.lock` for paths:

```
error: --- EvalError --------------------------------------------------------------------------- nix-build
at: (48:71) in file: /nix/store/147clg8svaxyj7pl80ra9kmmm72mdg94-source/flake.nix

    47|                   system.nixos.versionSuffix =
    48|                     ".${final.substring 0 8 (self.lastModifiedDate or self.lastModified)}.${self.shortRev or "dirty"}";
      |                                                                       ^
    49|                   system.nixos.revision = final.mkIf (self ? rev) self.rev;

attribute 'lastModified' missing
```

This patch adds the fallback-value `19700101` to `versionSuffix` if none
of `lastModified{,Date}` are set in the lockfile.
2020-10-13 12:05:19 +02:00
Maximilian Bosch 6baf442a9e
graylog: expose NixOS test via passthru
With this change, our ofborg CI will run the integration test as well if
a PR changes the `graylog` package.
2020-10-13 10:48:57 +02:00
Vincent Laporte 33b7529b01
tamarin-prover: 1.4.1 → 1.6.0 (#100148) 2020-10-13 10:16:11 +02:00
Mrinal b1a2b39740
google-cloud-sdk: 312.0.0 -> 313.0.1 (#100379) 2020-10-13 09:34:55 +02:00
Daniël de Kok 7ab39519e0
Merge pull request #100289 from happysalada/cargo-edit
cargo-edit: fix Darwin build
2020-10-13 09:12:34 +02:00
Maximilian Bosch 3132e09988
Merge pull request #100360 from fadenb/graylog_3.3.8
graylog: 3.3.7 -> 3.3.8
2020-10-13 09:09:28 +02:00
Daniël de Kok f91426713b cargo-edit: pass the Security dependency properly 2020-10-13 08:51:35 +02:00
happysalada 80ce132382 cargo-edit: fix Darwin build 2020-10-13 08:49:29 +02:00
Peter Hoeg be2c00811b tellico: 3.3.0 -> 3.3.3 2020-10-13 14:10:43 +08:00
Damien Cassou 58a6d078f0
Merge pull request #99724 from onny/ocenaudio
ocenaudio: init at 3.9.3
2020-10-13 08:06:06 +02:00
Jonathan Ringer 82e2fdea1e nixos/doc: add nvidia prime changes 2020-10-12 22:59:54 -07:00
Vincent Laporte 8b92269f53 kst: remove broken 2020-10-13 07:55:22 +02:00
Sascha Grunert 13c5657700 ginkgo: 1.14.1 -> 1.14.2
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-10-13 15:13:21 +10:00
Anderson Torres b308fe8633
Merge pull request #100370 from penguwin/duf
duf: 0.3.1 -> 0.4.0
2020-10-13 00:36:46 -03:00
Mario Rodas dd3e706421
Merge pull request #100372 from marsam/update-remarshal
remarshal: 0.10.0 -> 0.14.0
2020-10-12 21:44:24 -05:00
Aaron Andersen 5872b64795
Merge pull request #100061 from aanderse/powerdns
powerdns: update configure flags
2020-10-12 22:24:53 -04:00
Austin Seipp 0a614d2fb5
linux: init 5.9
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-12 20:10:29 -05:00
Nicolas Martin 16ef162b13
duf: 0.3.1 -> 0.4.0 2020-10-13 02:22:05 +02:00
Aaron Andersen 6019fb179b powerdns: add nixos test to passthru.tests 2020-10-12 20:11:47 -04:00
Aaron Andersen 94c98805cb powerdns: compile with systemd support 2020-10-12 20:11:47 -04:00
Aaron Andersen 7b2b0cc77c powerdns: update configure flags 2020-10-12 20:11:47 -04:00
Aaron Andersen 1cd65c4185
Merge pull request #100335 from aanderse/pdns-cve
powerdns: 4.2.1 -> 4.2.3
2020-10-12 20:08:01 -04:00
Aaron Andersen 6635924441
Merge pull request #99490 from rapenne-s/update/mediawiki
mediawiki: 1.34.2 -> 1.35.0
2020-10-12 20:03:54 -04:00
Mario Rodas 166bbe963b
Merge pull request #99995 from trepetti/fujprog-4.8
fujprog: 4.6 -> 4.8
2020-10-12 18:25:18 -05:00
zowoq 153fae45aa .github/workflows/editorconfig.yml: get-diff-action 3.1.0 -> 4.0.0 2020-10-13 09:07:23 +10:00
WORLDofPEACE 8cd159b861
Merge pull request #100116 from worldofpeace/pantheon-stuff
Pantheon fixups
2020-10-12 18:48:43 -04:00
Florian Klink 399a2ab954
Merge pull request #98917 from lovesegfault/klipper-init
klipper: init at 0.8.0
2020-10-13 00:20:24 +02:00
WORLDofPEACE b808ad4294 pantheon.wingpanel-applications-menu: add switchboard-with-plugs deps
Fixes https://github.com/NixOS/nixpkgs/issues/100209
2020-10-12 18:11:46 -04:00
Tristan Helmich 26c66d0f33 graylog: 3.3.7 -> 3.3.8
Bumps Graylog and integration plugins to version 3.3.8.
2020-10-12 20:41:28 +00:00
Doron Behar 58b8ae4127
Merge pull request #100066 from matthuszagh/kicad-srcs 2020-10-12 22:55:16 +03:00
Tom Repetti 6db853ec6f fujprog: 4.6 -> 4.8 2020-10-12 15:28:56 -04:00
Tom Repetti eeb3c1f726 fujprog: fix MacOS build by adding IOKit dependency and add changelog 2020-10-12 15:28:36 -04:00
Michele Guerini Rocco 9b6fc07d15
Merge pull request #100060 from aanderse/dnsdist
nixos/dnsdist: use upstream systemd unit
2020-10-12 21:20:33 +02:00
Michele Guerini Rocco 47a3b4a57e
Merge pull request #100337 from aanderse/pdns-recursor
pdns-recursor: 4.3.3 -> 4.3.4
2020-10-12 21:13:13 +02:00
Daniël de Kok cffec69996
Merge pull request #97938 from samuela/samuela/split-vscode-updates
vscode/vscodium: split update scripts
2020-10-12 21:02:49 +02:00
Robert Scott afee72c311
Merge pull request #100168 from risicle/ris-perfplot-0.8.4
python3Packages.perfplot: 0.5.0 -> 0.8.4, fix build by packaging new dependencies
2020-10-12 19:41:31 +01:00
Matt Huszagh b90776cbbf add 21.03 release notes for renamed kicad options 2020-10-12 11:32:44 -07:00
Matt Huszagh f2cb2c447d kicad: add srcs parameter to allow configuring kicad versions
This also exposes the full src and version parameters for each
derivation, allowing them to overrideable by srcs.
2020-10-12 11:32:44 -07:00
Matt Huszagh 9d13164b27 kicad: Rename <feature>Support arguments to with<Feature>
Also: Use assertions instead of silently ignoring arguments that don't cooperate
(occ+oce) / won't compile (aarch64 + oce).

base.nix no longer provides default argument values since these are
provided by default.nix.
2020-10-12 11:32:04 -07:00
Robert Scott bb7f906bc4
Merge pull request #100223 from risicle/ris-proto-plus-tests
python3Packages.proto-plus: enable tests, disable for py2
2020-10-12 19:28:58 +01:00
Aaron Andersen 75dd806963 pdns-recursor: add nixos test to passthru.tests 2020-10-12 13:55:38 -04:00
José Romildo Malaquias 511f36333e amber-theme: 3.36-1 -> 3.36-2 2020-10-12 10:10:21 -07:00
José Romildo Malaquias 95e3e3e09a plano-theme: 3.36-1 -> 3.36-2 2020-10-12 10:09:42 -07:00