Jan Tojnar
2a19a03431
Merge pull request #85210 from prusnak/gtk-mac-integration
2020-04-15 21:15:07 +02:00
Maximilian Bosch
2ef110ae64
Merge pull request #85294 from r-ryantm/auto-update/atlassian-cli
...
atlassian-cli: 9.1.1 -> 9.2.0
2020-04-15 20:02:36 +02:00
Dmitry Kalinkin
7cc1c2c626
wpsoffice: remove specific output names
2020-04-15 13:52:49 -04:00
Dmitry Kalinkin
a2d16c4d89
wpsoffice: drop i686-linux from platforms
2020-04-15 13:52:49 -04:00
Dmitry Kalinkin
0e5aefce3f
wpsoffice: remove outdated substituteInPlace
2020-04-15 13:52:49 -04:00
Dmitry Kalinkin
6daab9b9ff
wpsoffice: apply Qt and GTK wrappers
...
Based on the work of Ninlives.
2020-04-15 13:52:49 -04:00
Dmitry Kalinkin
593fd37ce6
wpsoffice: switch to autoPatchelfHook, update dependencies
2020-04-15 13:52:49 -04:00
Dmitry Kalinkin
f6e2834821
wpsoffice: 11.1.0.9080 -> 11.1.0.9505
2020-04-15 13:52:49 -04:00
Dmitry Kalinkin
8f4bb21af0
wpsoffice: apply nixpkgs-fmt, sort alphabetically
2020-04-15 13:52:49 -04:00
Anderson Torres
832dc4a043
Merge pull request #84456 from AndersonTorres/update-higan
...
higan: 106 -> 110
2020-04-15 14:13:06 -03:00
Vincent Laporte
238bd2a888
Revert "[Don’t merge] Recurse into OCaml packages"
...
This reverts commit e16c7dae25
.
2020-04-15 19:06:05 +02:00
sternenseemann
759cac4288
ocamlPackages.notty: 0.2.1 → 0.2.2
2020-04-15 19:03:46 +02:00
Vincent Laporte
e16c7dae25
[Don’t merge] Recurse into OCaml packages
2020-04-15 18:57:42 +02:00
R. RyanTM
8e00de9366
cfdg: 3.2_2 -> 3.3
2020-04-15 16:51:30 +00:00
R. RyanTM
c446ce30c1
chirp: 20200213 -> 20200409
2020-04-15 16:42:37 +00:00
sternenseemann
a3cd9c9767
ocamlPackages.fmt: 0.8.6 -> 0.8.8
2020-04-15 18:30:09 +02:00
Ryan Mulligan
5b36111f3c
Merge pull request #85238 from ryantm/linode-cli
...
linode-cli: remove deprecated perl version, init python version at 2.14.1
2020-04-15 09:22:45 -07:00
Ryan Mulligan
ccd6892678
linode-cli: remove deprecated perl version, init python version at 2.14.1
2020-04-15 09:19:34 -07:00
AndersonTorres
187718251e
higan: 106 -> 110
2020-04-15 12:27:44 -03:00
R. RyanTM
7cfd7367c1
python27Packages.autopep8: 1.5 -> 1.5.1
2020-04-15 17:22:02 +02:00
Timo Kaufmann
c6ca626b4b
Merge pull request #83537 from puzzlewolf/line-awesome
...
line-awesome: init at 1.3.0
2020-04-15 14:19:58 +00:00
R. RyanTM
a7f013e7f8
bitlbee-discord: 0.4.2 -> 0.4.3
2020-04-15 16:19:27 +02:00
José Romildo Malaquias
2e80fb5a20
Merge pull request #84292 from romildo/xfce.upate-script
...
xfce: add update script
2020-04-15 11:16:29 -03:00
Raphael Das Gupta
dd3cc04adf
chromedriver: 80.0.3987.16 -> 81.0.4044.69
2020-04-15 16:03:03 +02:00
puzzlewolf
8930a67d19
line-awesome: init at 1.3.0
2020-04-15 15:35:51 +02:00
Tim Steinbach
f6a53ee71f
zoom-us: 3.5.383291.0407 -> 3.5.385850.0413
2020-04-15 09:20:27 -04:00
sternenseemann
29a98f2be1
ocamlPackages.ounit2: init at 2.2.2
2020-04-15 15:01:36 +02:00
José Romildo Malaquias
b1325ec4bc
Merge pull request #85291 from r-ryantm/auto-update/zafiro-icons
...
zafiro-icons: 1.0 -> 1.1
2020-04-15 09:50:37 -03:00
José Romildo Malaquias
06ba312152
xfce: add update scripts to xfce packages
2020-04-15 09:45:25 -03:00
José Romildo Malaquias
8162d76b18
xfce: tailor general update scripts to the xfce packages
2020-04-15 09:45:25 -03:00
José Romildo Malaquias
827a6619eb
common-updater-scripts: add scripts to help update packages
...
- updateScript:
A nix expression that can be used in passThrough to update a package
- list-git-tags:
A shell script to list available tags in a git repository
- list-archive-two-level-versions:
A shell script to list available versions in a web site in two
levels: there is a page listing the available major.minor versions,
and for each of them there is another page listings the patch level
versions major.minor.patch.
It is suitable for Xfce packages for instance.
How the updater works:
1. collect the available versions from the source repository (using a
script given as argument)
2. print the collected versions (for debugging)
3. (optionally) apply some transformation to the collected versions to
make them compatible with the versions used in nixpkgs (for instance,
tags in the Xfce git repository may be prefixed with the package name,
and the prefix need to be removed)
4. sort the available versions in decreasing order
5. choose the first version that pass validation:
- check if the version may be a development version
- if the version IS unstable, skip it and give a warning about
skipping a development version (for debugging)
- if the version COULD BE unstable, take it and give a warning
about taking a potential development version (for debugging)
- if the version IS stable, take it
6. update the package version and checksum in its nix expression
7. print the git commands for adding the modified files and for
committing the changes
2020-04-15 09:45:25 -03:00
José Romildo Malaquias
a772bc6eae
xfce.orage: the git repository has been archived (unmaintained)
2020-04-15 09:45:25 -03:00
José Romildo Malaquias
2dff34b56b
xfce: add pos attribute in mkXfcederivation
2020-04-15 09:45:25 -03:00
Niklas Hambüchen
b5765e6710
Merge pull request #82903 from freepotion/ivan-add-iconset
...
ivan: add full iconset
2020-04-15 14:34:25 +02:00
sternenseemann
90bc1492ca
ocamlPackages.asn1-combinators: 0.2.0 -> 0.2.2
2020-04-15 14:33:57 +02:00
R. RyanTM
cf1c9247c2
bibclean: 3.03 -> 3.04
2020-04-15 12:28:23 +00:00
Jörg Thalheim
924e5cdc55
Merge pull request #85278 from jamesottaway/git-update-script
2020-04-15 13:00:19 +01:00
R. RyanTM
0a37de957f
atlassian-cli: 9.1.1 -> 9.2.0
2020-04-15 11:56:16 +00:00
Mario Rodas
d9bdfd6d0b
Merge pull request #85274 from r-ryantm/auto-update/pgmetrics
...
pgmetrics: 1.8.1 -> 1.9.0
2020-04-15 06:52:14 -05:00
Mario Rodas
a4d12f7d81
Merge pull request #85109 from marsam/update-victoriametrics
...
victoriametrics: 1.34.5 -> 1.34.7
2020-04-15 06:51:53 -05:00
markuskowa
4289160b17
Merge pull request #85281 from r-ryantm/auto-update/rdma-core
...
rdma-core: 28.0 -> 29.0
2020-04-15 13:27:20 +02:00
R. RyanTM
b8a83a2f97
acpica-tools: 20200110 -> 20200326
2020-04-15 11:17:41 +00:00
R. RyanTM
81a38b04a9
zafiro-icons: 1.0 -> 1.1
2020-04-15 11:07:03 +00:00
Michael Raskin
0f2c23301a
Merge pull request #85129 from snicket2100/advancecomp-version-number-fix
...
advancecomp: version number correctly embedded in binaries
2020-04-15 10:39:12 +00:00
Anders Kaseorg
1844d4ad07
system-syzygy: Fix invalid desktopFile arguments
...
Fixes this build failure:
Running desktop-file validation
/nix/store/vadj03624kv6h963c7fjwdz1hg403aa9-system-syzygy.desktop/share/applications/system-syzygy.desktop: error: value "%out%/bin/syzygy" for key "Exec" in group "Desktop Entry" contains an invalid field code "%o"
/nix/store/vadj03624kv6h963c7fjwdz1hg403aa9-system-syzygy.desktop/share/applications/system-syzygy.desktop: error: value "%out%/bin/syzygy" for key "Exec" in group "Desktop Entry" contains an invalid field code "%/"
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-04-15 03:05:24 -07:00
R. RyanTM
7c21abdf4c
nix-zsh-completions: 0.4.3 -> 0.4.4 ( #85267 )
2020-04-15 12:00:14 +02:00
R. RyanTM
33da4f7174
smarty3: 3.1.34 -> 3.1.35
2020-04-15 08:56:51 +00:00
Kim Lindberger
b3c2a06583
Merge pull request #85227 from etu/update-testssl
...
testssl: 3.0rc6 -> 3.0
2020-04-15 10:20:52 +02:00
R. RyanTM
d6d2b1ee6d
rdma-core: 28.0 -> 29.0
2020-04-15 07:31:00 +00:00
James Ottaway
4848eef29d
git: Allow the update script to target non-latest versions
...
This came in handy when I wanted to bump a patch version while avoiding
a new minor version.
2020-04-15 17:05:34 +10:00
R. RyanTM
29fad51864
pidgin-carbons: 0.1.3 -> 0.2.2
2020-04-15 06:32:34 +00:00
R. RyanTM
cdc38990a5
pgmetrics: 1.8.1 -> 1.9.0
2020-04-15 06:24:58 +00:00
R. RyanTM
913520ad00
otfcc: 0.9.6 -> 0.10.4
2020-04-15 06:02:11 +00:00
Linus Heckemann
1d8a8d0359
Merge pull request #85262 from peterhoeg/t/freerdp
...
freerdp: re-enable tests except for one failing test
2020-04-15 07:22:29 +02:00
Anderson Torres
36b48140d6
Merge pull request #84631 from AndersonTorres/update-biblesync+sword
...
Update biblesync+sword
2020-04-15 01:13:49 -03:00
R. RyanTM
ff820a10b5
notejot: 1.6.0 -> 1.6.3
2020-04-15 04:11:32 +00:00
Peter Hoeg
8f89b0cd0e
freerdp: re-enable tests except for one failing test
2020-04-15 12:11:32 +08:00
AndersonTorres
92b28ac63d
jupp: 31 -> 39
2020-04-15 01:03:20 -03:00
AndersonTorres
5afd698271
mksh: 57 -> 58
2020-04-15 00:59:17 -03:00
AndersonTorres
f902068aff
ppsspp: 1.9.3 -> 1.9.4
2020-04-15 00:56:15 -03:00
AndersonTorres
3b91c3de8f
gp2c: 0.0.11pl2 -> 0.0.11pl3
2020-04-15 00:45:28 -03:00
Anderson Torres
0ee3bf460e
Merge pull request #84607 from AndersonTorres/update-libtap
...
libtap: 1.12.0 -> 1.14.0
2020-04-15 00:42:37 -03:00
Anderson Torres
ee0929b0ba
Merge pull request #84275 from AndersonTorres/update-cimg
...
cimg: 2.8.4 -> 2.9.0
2020-04-15 00:38:56 -03:00
Anderson Torres
ea46c3a51b
Merge pull request #84345 from AndersonTorres/update-sound-of-sorting
...
sound-of-sorting: 2015-07-21 -> 2017-12-23
2020-04-15 00:38:19 -03:00
Anderson Torres
a9359f33b0
Merge pull request #84398 from AndersonTorres/update-cherrytree
...
cherrytree: 0.39.0 -> 0.39.2
2020-04-15 00:37:40 -03:00
AndersonTorres
5b95f72deb
icewm: update URL
2020-04-15 00:34:30 -03:00
Mario Rodas
a584339faf
Merge pull request #85245 from maxeaubrey/openttd_1.10.1
...
openttd: 1.10.0 -> 1.10.1
2020-04-14 22:06:37 -05:00
Mario Rodas
7120b88d59
Merge pull request #85257 from marsam/update-nodejs-13_x
...
nodejs-13_x: 13.12.0 -> 13.13.0
2020-04-14 22:04:02 -05:00
Mario Rodas
7e07846d99
Merge pull request #85236 from mdlayher/mdl-corerad-0.2.3
...
corerad: 0.2.2 -> 0.2.3
2020-04-14 20:08:51 -05:00
AndersonTorres
3e03c1bbb1
cherrytree: 0.39.0 -> 0.39.2
2020-04-14 21:53:27 -03:00
AndersonTorres
ab2a8350bc
sound-of-sorting: 2015-07-21 -> 2017-12-23
2020-04-14 21:43:14 -03:00
AndersonTorres
b818fb185a
cimg: 2.8.4 -> 2.9.0
2020-04-14 21:39:39 -03:00
AndersonTorres
d35e691ffa
atari++: 1.81 -> 1.83
2020-04-14 20:59:35 -03:00
AndersonTorres
968ccdbc39
sword: 1.7.4 -> 1.8.1
2020-04-14 20:39:13 -03:00
AndersonTorres
88978483b1
biblesync: 1.1.2 -> 2.0.1
2020-04-14 20:39:13 -03:00
Jan Tojnar
3759b67af2
Merge pull request #85239 from nomeata/joachim/wasmtime-version
...
wasmtime: Do not prefix version with `v`
2020-04-15 01:04:23 +02:00
Mario Rodas
a9dd29a078
nodejs-13_x: 13.12.0 -> 13.13.0
...
Changelog: https://github.com/nodejs/node/releases/tag/v13.13.0
2020-04-14 18:00:00 -05:00
Roman Kuznetsov
4a129e6a32
vscode: 1.44.0 -> 1.44.1
2020-04-14 22:36:06 +02:00
Michael Weiss
e27369fbe6
lf: Install the shell completions
2020-04-14 22:12:55 +02:00
Lassulus
c7348b010b
Merge pull request #85240 from danielfullmer/wifite2-update
...
wifite2: 2.2.5 -> 2.5.2
2020-04-14 21:14:34 +02:00
Michael Weiss
ca2a222747
wf-recorder: 0.2 -> 0.2.1
2020-04-14 21:08:45 +02:00
Maxine E. Aubrey
3f633966e0
openttd: 1.10.0 -> 1.10.1
...
1.10.0 added SDL support
2020-04-14 21:07:27 +02:00
Daniel Fullmer
93f3b6edc7
wifite2: add danielfullmer to maintainers
2020-04-14 14:55:06 -04:00
Daniel Fullmer
7e46e2a863
wifite2: 2.2.5 -> 2.5.2
...
The kimocoder repo is more recently updated, and is the one used by
Debian / Kali Linux as well.
2020-04-14 14:29:18 -04:00
Joachim Breitner
acc5a9c55f
wasmtime: Do not prefix version with v
...
it seems that this breaks the use of `nix-env -i wasmtime`
2020-04-14 20:23:48 +02:00
Daniel Fullmer
1c951b1484
hcxdumptool: init at 6.0.5
2020-04-14 20:18:07 +02:00
José Romildo Malaquias
4e60f3040e
humanity-icon-theme: init at 0.6.15
2020-04-14 14:01:47 -03:00
Matt Layher
e8f76e40ee
corerad: 0.2.2 -> 0.2.3
2020-04-14 12:47:57 -04:00
Mario Rodas
1ad005458f
gitAndTools.git-trim: 0.2.4 -> 0.3.1
2020-04-14 18:42:36 +02:00
sternenseemann
f234b2bce7
ocamlPackages.mirage-flow-unix/-combinators: init at 2.0.1
2020-04-14 18:15:10 +02:00
sternenseemann
7538b79607
ocamlPackages.mirage-clock-unix: init at 3.0.1
2020-04-14 18:09:02 +02:00
sternenseemann
c2db123b21
mirage-crypto{,-rng,-pk}: init at 0.6.2
2020-04-14 18:06:16 +02:00
Kim Lindberger
3dbfa915ab
Merge pull request #85226 from etu/update-phpstan
...
php.packages.phpstan: 0.12.14 -> 0.12.18
2020-04-14 16:39:56 +02:00
Anderson Torres
143e5f64dd
Merge pull request #84546 from AndersonTorres/create-rs
...
rs: init at 20200313
2020-04-14 11:09:33 -03:00
Maximilian Bosch
85e15b545a
Merge pull request #85177 from mayflower/sslscan-openssl-ssl3
...
sslscan: enabling scanning for sslv3
2020-04-14 15:59:37 +02:00
worldofpeace
06159c66da
Merge pull request #85140 from minijackson/jellyfin-10.5.4
...
jellyfin: 10.5.3 -> 10.5.4, add link to nixos test
2020-04-14 09:56:38 -04:00
Maximilian Bosch
401e07d419
Merge pull request #84551 from gnprice/pr-stripDebugList
...
treewide: Fix types of stripDebugList attrs (and fix doc)
2020-04-14 15:54:52 +02:00
Minijackson
01d3516519
jellyfin: add link to nixos test
2020-04-14 15:50:07 +02:00
Kim Lindberger
5d2cb158f3
Merge pull request #85224 from etu/update-php-codesniffer
...
php.packages.phpc(bf|s): 3.5.3 -> 3.5.4
2020-04-14 15:48:15 +02:00
Elis Hirwing
cca2fe91ad
sequeler: 0.7.4 -> 0.7.9
...
Changelogs:
- https://github.com/Alecaddd/sequeler/releases/tag/v0.7.5
- https://github.com/Alecaddd/sequeler/releases/tag/v0.7.6
- https://github.com/Alecaddd/sequeler/releases/tag/v0.7.7
- https://github.com/Alecaddd/sequeler/releases/tag/v0.7.8
- https://github.com/Alecaddd/sequeler/releases/tag/v0.7.9
2020-04-14 15:39:44 +02:00
Elis Hirwing
e1df46ee06
testssl: 3.0rc6 -> 3.0
...
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/3.0
2020-04-14 15:32:52 +02:00
leenaars
cc4ba79867
Sylk: 2.5.0 -> 2.6.1 ( #85213 )
2020-04-14 13:26:47 +00:00
Ryan Mulligan
b90edae5f4
Merge pull request #85199 from r-ryantm/auto-update/carla
...
carla: 2.0.0 -> 2.1
2020-04-14 06:25:44 -07:00
Elis Hirwing
1b1d292d3c
php.packages.phpstan: 0.12.14 -> 0.12.18
...
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.12.18
Also switch to phpWithExtensions because it complained about missing
extensions when running the binary.
2020-04-14 15:22:13 +02:00
Mario Rodas
f648392988
Merge pull request #85201 from saschagrunert/crio
...
cri-o: 1.17.1 -> 1.17.3
2020-04-14 08:21:33 -05:00
Mario Rodas
93641cd891
Merge pull request #85175 from bbigras/zenith
...
zenith: 0.8.1 -> 0.8.2
2020-04-14 08:20:32 -05:00
Elis Hirwing
83c9620ac6
php.packages.phpcs: 3.5.3 -> 3.5.4
...
Changelog:
https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.5.4
Also switch to phpWithExtensions because it complained about missing
extensions when running the binary.
2020-04-14 15:15:32 +02:00
Elis Hirwing
2e71139235
php.packages.phpcbf: 3.5.3 -> 3.5.4
...
Changelog:
https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.5.4
Also switch to phpWithExtensions because it complained about missing
extensions when running the binary.
2020-04-14 15:14:26 +02:00
worldofpeace
9c7486f8a5
Merge pull request #84162 from jluttine/xonotic-add-desktop-entry
...
xonotic: use svg icons
2020-04-14 09:01:29 -04:00
worldofpeace
29016450ab
Merge pull request #84101 from worldofpeace/calibre-desktop
...
calibre: install desktop items
2020-04-14 08:48:21 -04:00
worldofpeace
e4c5e68fca
Merge pull request #84255 from prikhi/lightdm-mini-greeter-040
...
lightdm-mini-greeter: 0.3.4 -> 0.4.0
2020-04-14 08:38:23 -04:00
worldofpeace
a6e85bd6c2
Merge pull request #84361 from dominikh/luminanceHDR-wrapQtAppsHook
...
luminance-hdr: use Qt5's mkDerivation
2020-04-14 08:32:30 -04:00
Sander van der Burg
dc13460a6c
dysnomia: 0.9 -> 0.9.1
2020-04-14 14:31:13 +02:00
worldofpeace
10f4dfcc04
Merge pull request #84927 from bhipple/zhf/ethminer
...
ethminer: mark as broken
2020-04-14 08:15:50 -04:00
worldofpeace
c92a00ccbf
Merge pull request #84898 from prusnak/jitsi-meet-electron
...
jitsi-meet-electron: init at 2.0.0
2020-04-14 08:05:43 -04:00
AndersonTorres
a2ebba328e
rs: init at 20200313
2020-04-14 08:32:11 -03:00
Markus Kowalewski
11a99fb68f
globalarrays: 5.7 -> 5.7.1
2020-04-14 12:29:36 +02:00
Vladyslav M
7e822660c6
Merge pull request #85200 from Elyhaka/starship-fix
...
starship: 0.40.0 -> 0.40.1
2020-04-14 13:05:47 +03:00
Pavol Rusnak
da9feeb40b
gtk-mac-integration: 2.0.8 -> 2.1.3
2020-04-14 12:01:35 +02:00
sternenseemann
9dcaaeafff
ocamlPackages.eqaf: enable cstruct and bigarray modules
2020-04-14 11:57:24 +02:00
sternenseemann
96bf541725
ocamlPackages.eqaf: 0.5 -> 0.6
2020-04-14 11:56:10 +02:00
Vladyslav M
23584117d4
Merge pull request #85191 from xrelkd/update/tokei
...
tokei: 11.0.0 -> 11.1.0
2020-04-14 12:41:30 +03:00
Jan Tojnar
a725962ae9
inkscape: drop redundant enableParallelBuilding
...
With CMake it is on by default.
2020-04-14 11:32:41 +02:00
Jörg Thalheim
418b24b133
Merge pull request #77752 from oxalica/rust-analyzer
...
rust-analyzer: init at unstable-2020-03-09
2020-04-14 10:19:59 +01:00
adisbladis
46f06e083b
Merge pull request #84822 from flokli/subsurface-4.9.3
...
subsurface: 4.8.2 -> 4.9.3
2020-04-14 11:05:27 +02:00
Jan Tojnar
0995d779a3
Merge pull request #85184 from jtojnar/inkscape-0.92.5
...
inkscape: 0.92.4 → 0.92.5
2020-04-14 10:21:25 +02:00
adisbladis
2ac39a1ec6
firefox-devedition-bin: 76.0b1 -> 76.0b4
2020-04-14 09:07:25 +01:00
adisbladis
7767fdad1a
firefox-beta-bin: 76.0b1 -> 76.0b4
2020-04-14 09:06:56 +01:00
adisbladis
44c30f46f1
mpv: Enable archive support by default
2020-04-14 09:06:09 +01:00
adisbladis
c77a4e8b82
xmoto: Fix missing text
2020-04-14 09:06:09 +01:00
adisbladis
5d09de6cc5
pokerth: Add Qt wrapper
2020-04-14 09:06:09 +01:00
adisbladis
38d514513c
crack-attack: Set correct game directories
2020-04-14 09:06:09 +01:00
adisbladis
d1ec67f11e
kdeApplications.kspaceduel: init at 19.12.3
2020-04-14 09:06:09 +01:00
adisbladis
c48afe3a52
kdeApplications.kbreakout: init at 19.12.3
2020-04-14 09:06:05 +01:00
Sascha Grunert
392b2a1fef
cri-o: 1.17.1 -> 1.17.3
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-14 09:24:32 +02:00
R. RyanTM
dee5dcbfb5
python37Packages.sphinxcontrib-katex: 0.5.1 -> 0.6.0
2020-04-14 00:13:14 -07:00
Rakesh Gupta
90c1406964
pythonPackages.py-multibase: init at 1.0.1
2020-04-14 00:12:52 -07:00
Elyhaka
bab96b5bbc
starship: 0.40.0 -> 0.40.1
2020-04-14 09:03:05 +02:00
R. RyanTM
2368c61463
carla: 2.0.0 -> 2.1
2020-04-14 06:30:57 +00:00
R. RyanTM
8f59b98fd3
blugon: 1.12.0 -> 1.12.1
2020-04-14 06:07:15 +00:00
Vincent Laporte
ef8ea1e556
Merge pull request #85161 from sternenseemann/irmin
...
ocamlPackages.irmin*: 2.0.0 -> 2.1.0, add ppx_irmin, ocaml-syntax-shims, index: 1.0.1 -> 1.2.0
2020-04-14 06:43:57 +02:00
zowoq
1a3d41d412
miniserve: build on darwin ( #85187 )
2020-04-14 00:43:26 -04:00
R. RyanTM
7c309eceeb
python27Packages.swagger-ui-bundle: 0.0.5 -> 0.0.6
2020-04-13 21:33:32 -07:00
Vincent Laporte
f9c31303b2
ocamlPackages.dns-client: init at 4.4.1
2020-04-14 06:25:03 +02:00
Vincent Laporte
6edabf41b3
ocamlPackages.mirage-stack: init at 2.0.1
2020-04-14 06:25:03 +02:00
Vincent Laporte
32feaeab83
ocamlPackages.mirage-random: init at 2.0.0
2020-04-14 06:25:03 +02:00
Vincent Laporte
66ffbf57c3
ocamlPackages.mirage-protocols: init at 4.0.1
2020-04-14 06:25:03 +02:00
Vincent Laporte
81fa88504b
ocamlPackages.mirage-flow: init at 2.0.1
2020-04-14 06:25:03 +02:00
Vincent Laporte
10a73b84d3
ocamlPackages.mirage-device: init at 2.0.0
2020-04-14 06:25:03 +02:00
Vincent Laporte
d7ee3bc968
ocamlPackages.mirage-clock: init at 3.0.1
2020-04-14 06:25:03 +02:00