Commit Graph

59 Commits

Author SHA1 Message Date
Ana Hobden
f8991a5057
cypress: 10.3.1 -> 10.8.0 (#191199) 2022-09-14 22:22:28 +02:00
Craftman7
ecba5562d0 cypress: 10.2.0 -> 10.3.1 2022-07-25 16:46:37 -07:00
Craftman7
582855a0cf cypress: add Crafter as maintainer 2022-07-25 12:00:56 -07:00
Rick van Schijndel
1119bb4dbb
Merge pull request #178521 from r-ryantm/auto-update/cypress
cypress: 10.0.3 -> 10.2.0
2022-07-07 09:02:22 +02:00
ajs124
c4b8828630 treewide: node*.nix remove references to nodejs-12_x 2022-07-04 15:33:57 +02:00
R. Ryantm
2e5490f108 cypress: 10.0.3 -> 10.2.0 2022-06-22 01:45:19 +00:00
kolaente
aa30d0cb20
cypress: 9.6.0 -> 10.0.3 (#176933) 2022-06-16 22:20:54 -05:00
Robert Scott
12eea1c636 treewide/development: add sourceType binaryNativeCode for many packages
excluding compilers and interpreters as some new tricks may be
needed to cover their various bootstrapping processes properly
2022-06-16 20:12:04 +01:00
R. Ryantm
4d12f939d4 cypress: 9.5.4 -> 9.6.0 2022-04-26 01:53:07 +00:00
R. Ryantm
3689c01213 cypress: 9.5.3 -> 9.5.4 2022-04-13 03:54:50 +00:00
R. Ryantm
b5dbfba122 cypress: 9.5.2 -> 9.5.3 2022-03-29 19:14:03 +00:00
R. Ryantm
406f083b3c cypress: 9.5.1 -> 9.5.2 2022-03-23 02:02:15 +00:00
R. Ryantm
43c49dc7b4 cypress: 9.4.1 -> 9.5.1 2022-03-12 02:00:47 +00:00
FliegendeWurst
8430d38bec cypress: remove gconf dependency 2022-02-11 15:08:24 +01:00
R. Ryantm
94dccda23f cypress: 9.3.1 -> 9.4.1 2022-02-10 11:40:19 -08:00
kolaente
cf69a86feb
cypress: 9.2.0 -> 9.3.1 2022-01-30 16:33:00 +01:00
R. Ryantm
33b2f99d05 cypress: 9.1.1 -> 9.2.0 2021-12-30 22:20:17 -08:00
R. RyanTM
08adacb68f
cypress: 8.3.1 -> 9.1.1 (#148826) 2021-12-16 18:34:26 +01:00
R. RyanTM
4848008b34 cypress: 8.3.0 -> 8.3.1 2021-08-27 20:09:28 +00:00
David Birks
7379c3b2f3
cypress: 8.2.0 -> 8.3.0
Updating with:
```
nix-update cypress --version 8.3.0
```
2021-08-18 10:12:08 -04:00
kolaente
1ac7416afb
cypress: 8.1.0 -> 8.2.0 2021-08-04 22:10:19 +02:00
kolaente
70af7d12dc
cypress: 8.0.0 -> 8.1.0 2021-07-30 12:04:43 +02:00
kolaente
80d24e8856
cypress: 7.7.0 -> 8.0.0 2021-07-20 09:45:46 +02:00
Robert Hensing
9332afa7d3 cypress: Format with nixpkgs-fmt 2021-07-15 10:44:14 +02:00
Robert Hensing
5bf31fbb6d cypress.tests.example: init 2021-07-15 10:40:10 +02:00
Robert Hensing
6050b7079d cypress.tests.example: Generate files 2021-07-15 10:37:26 +02:00
kolaente
8560dc8549
cypress: 7.5.0 -> 7.7.0 2021-07-07 17:13:57 +02:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
kolaente
67f1128a6a
cypress: 7.4.0 -> 7.5.0 2021-06-08 10:24:42 +02:00
kolaente
90cf7fa9e9
cypress: 7.3.0 -> 7.4.0 2021-05-26 09:15:31 +02:00
kolaente
85666ee3bb
cypress: 7.2.0 -> 7.3.0 2021-05-11 13:50:49 +02:00
kolaente
bb7230b27f
cypress: 7.1.0 -> 7.2.0 2021-05-11 13:48:17 +02:00
Robert K. Bell
57454d5d19
cypress: add updateScript 2021-05-02 10:27:06 +10:00
Vladimír Čunát
d2eb7a7887
Merge branch 'staging' into staging-next
A few conflicts but relatively clear ones (I think).
2021-04-14 10:08:25 +02:00
kolaente
928fa5892a
cypress: 7.0.0 -> 7.1.0 2021-04-13 10:29:00 +02:00
kolaente
40175efacf
cypress: 6.6.0 -> 7.0.0 (#118902) 2021-04-13 01:13:20 +02:00
Gabriel Ebner
0a70e6af02 cypress: add missing mesa dependency 2021-04-09 18:12:15 +02:00
kolaente
fd8d75a88e
cypress: 6.5.0 -> 6.6.0 2021-03-10 11:28:52 +01:00
Florian Beeres
bf6d8c3c15 cypress: from 6.0.0 to 6.5.0 2021-03-02 21:59:16 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
kolaente
f7b9d90413
cypress: 5.3.0 -> 6.0.0 2020-11-28 16:55:00 +01:00
Damien Cassou
3da593e154
cypress: 4.12.1 -> 5.3.0 2020-10-01 08:27:47 +02:00
Florian Klink
3c2f4cf704 cypress: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
Damien Cassou
f4a0f5541f
cypress: 4.9.0 -> 4.12.1 2020-08-06 12:59:01 +02:00
Damien Cassou
896c5ef4ba
cypress: 4.8.0 -> 4.9.0 2020-07-01 15:53:59 +02:00
Alexey Shmalko
b08e7c0261
Merge pull request #90176 from DamienCassou/damien/cypress-4.8.0
cypress: 4.5.0 -> 4.8.0
2020-06-13 20:17:14 +03:00
Damien Cassou
0f1c3d51b7
cypress: 4.5.0 -> 4.8.0 2020-06-12 09:45:59 +02:00
1000101
c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
Damien Cassou
9678bf59f2
cypress: 4.4.1 -> 4.5.0 2020-05-13 11:17:47 +02:00
Damien Cassou
25e4c9db67
cypress: 4.3.0 -> 4.4.1 2020-04-26 18:36:11 +02:00