Martin Weinelt
3bc4b4d843
wordpress: 5.4 → 5.4.1
...
Fixes: CVE-2020-11030, CVE-2020-11029, CVE-2020-11028, CVE-2020-11027, CVE-2020-11026, CVE-2020-11025
2020-05-06 15:08:17 +02:00
Konrad Borowski
7a29abc75c
restya-board: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
64bf916b4a
mediawiki: 1.34.0 -> 1.34.1
2020-04-09 10:17:28 -07:00
Peter Hoeg
a2669234d6
Merge pull request #84664 from r-ryantm/auto-update/wordpress
...
wordpress: 5.3.2 -> 5.4
2020-04-09 09:58:11 +08:00
R. RyanTM
1e7135120d
wordpress: 5.3.2 -> 5.4
2020-04-07 20:45:50 +00:00
Daniel Fullmer
7db64c4352
searx: 0.15.0 -> 0.16.0
2020-04-05 15:59:25 -04:00
Robert Djubek
761b391b4a
matomo: 3.13.3 -> 3.13.4
...
Updated both matomo and matomo-beta to the latest version
2020-03-30 07:58:55 +00:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
...
This reverts commit 4e6bf03504
, reversing
changes made to afd997aab6
.
Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
7a84da8ac8
shiori: fix build on darwin
2020-03-21 05:59:00 -05:00
Sander van der Burg
875bcef98b
base16-builder: regenerate with node2nix 1.8.0, add supplement.json with node-pre-gyp to fix build
2020-03-15 16:37:47 +01:00
zimbatm
b6fe12b1cc
cryptpad: 3.0.1 -> 3.13.0 ( #82602 )
2020-03-14 19:51:44 +00:00
Aaron Andersen
6925e783db
Merge pull request #82302 from r-ryantm/auto-update/moodle
...
moodle: 3.8.1 -> 3.8.2
2020-03-11 20:43:34 -04:00
R. RyanTM
e3e53adc35
moodle: 3.8.1 -> 3.8.2
2020-03-11 05:46:33 +00:00
Robert Djubek
56a901b8d6
matomo: 3.13.2 -> 3.13.3
...
Updated both matomo and matomo-beta to the latest version
2020-03-07 04:27:18 +00:00
WilliButz
6c2284090a
codimd: 1.5.0 -> 1.6.0
2020-02-28 14:36:42 +01:00
David Wood
11beaa4251
jirafeau: init at 4.1.1
...
Signed-off-by: David Wood <david.wood@codeplay.com>
2020-02-18 09:37:44 -08:00
Robert Djubek
68cff3a69c
matomo: 3.13.1 -> 3.13.2
...
Updated both matomo and matomo-beta to the latest version
2020-02-11 19:16:13 +01:00
Marek Mahut
942568b8ea
Merge pull request #77830 from 1000101/dokuwiki
...
nixos/dokuwiki: init module
2020-01-25 10:08:14 +01:00
Jan Hrnko
8bab2dec10
nixos/dokuwiki: init module at 2018-04-22b
2020-01-24 13:27:10 +01:00
ajs124
26c3e67ea4
matomo: 3.13.0 -> 3.13.1
2020-01-20 20:46:22 +01:00
worldofpeace
f25df34398
Merge pull request #63121 from schneefux/pkg/remove-shaarli-material
...
shaarli-material: Mark as broken
2020-01-16 15:00:23 -05:00
Aaron Andersen
fb972bd92b
moodle: 3.8 -> 3.8.1
2020-01-13 00:48:02 -08:00
Markus Kowalewski
bebb222d4a
wordpress: 5.3 -> 5.3.2
2020-01-04 18:32:38 +01:00
R. RyanTM
98c6633430
wordpress: 5.2.4 -> 5.3
2020-01-04 18:32:38 +01:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string
2019-12-31 00:13:29 +01:00
R. RyanTM
9e5179b0b3
mediawiki: 1.33.1 -> 1.34.0
2019-12-23 12:33:17 -08:00
Robert Djubek
42d815d102
matomo: 3.11.0 -> 3.13.0
2019-12-06 20:06:12 +01:00
Aaron Andersen
987878d221
Merge pull request #74488 from r-ryantm/auto-update/moodle
...
moodle: 3.7.3 -> 3.8
2019-12-01 12:01:54 -05:00
R. RyanTM
50a0534d68
moodle: 3.7.3 -> 3.8
2019-11-28 05:21:31 -08:00
Aaron Andersen
5988940ca7
Merge pull request #73577 from helsinki-systems/matomo-consistency
...
matomo: Fix consistency check
2019-11-27 18:07:20 -05:00
Milan Pässler
7e0127e1ca
tree-wide: inherit yarn2nix from yarn2nix-moretea
2019-11-24 01:04:26 +01:00
Maximilian Bosch
ba307dd176
codimd: fix build
...
This package broke during the update of `nodejs-10_x` to `v10.17.0`[1]
since `node-gyp` got updated from `3.8.0` to `5.0.3` during the NPM
update to `6.10.2`[2] which is bundled in the `nodejs` release tarball.
This `node-gyp`-version is used by the build script for `codimd` to
build several dependencies such as `node-sqlite3`. Older `node-gyp`
versions expected source headers for the compilation in `~/.node-gyp`,
with `node-gyp@5.0.3`, headers are declared by using the `--nodedir`
option.
[1] 7785f49b23
[2] e2291cf805
2019-11-23 00:40:58 +01:00
Janne Heß
08b9cac6d5
matomo: Fix consistency check
...
This is done by recalculating sizes and md5 hashes and inserting them
into the manifest.
2019-11-18 14:52:47 +01:00
Aaron Andersen
afe2883ef5
moodle: 3.7.2 -> 3.7.3
2019-11-12 07:43:51 -05:00
Minijackson
4b496a3858
shiori: update modSha256, see #71049
2019-11-08 17:53:44 +01:00
Jan Hrnko
4792479a41
dokuwiki: init at stable_2018-04-22b
2019-11-03 16:52:06 +01:00
Robert Djubek
cb85d27adc
matomo-beta: init at 3.12.0-b3
...
Add a beta version of matomo 3.12 that has recent bug fixes. They release these more frequently so it's a good option to have.
2019-10-28 05:11:22 +00:00
Aaron Andersen
5c1d4ed78c
Merge pull request #71368 from aanderse/wordpress
...
wordpress: 5.2.3 -> 5.2.4
2019-10-21 21:19:10 -04:00
WilliButz
550085dd46
fileshelter: 3.0.0 -> 4.0.1
2019-10-20 11:46:54 +02:00
Aaron Andersen
1fb20eadb8
mediawiki: 1.33.0 -> 1.33.1
2019-10-18 19:15:42 -04:00
Aaron Andersen
327d406f03
wordpress: 5.2.3 -> 5.2.4
2019-10-18 19:05:35 -04:00
Mario Rodas
af4351ab85
Merge pull request #69255 from minijackson/init-shiori
...
Init shiori
2019-10-12 09:01:58 -05:00
schneefux
a0e2310364
shaarli-material: Mark as broken
2019-10-03 21:40:29 +02:00
Minijackson
7ebb3f5818
shiori: init at 1.5.0
2019-09-22 16:15:06 +02:00
Martin Milata
6a42202beb
wordpress: 5.2.2 -> 5.2.3
...
https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/
2019-09-22 14:33:03 +02:00
Aaron Andersen
cb7deb3deb
moodle: 3.7.1 -> 3.7.2
2019-09-10 08:55:28 -04:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Julian Stecklina
03deb7cd50
cryptpad: 3.0.0 -> 3.0.1 ( #67975 )
...
* cryptpad: 3.0.0 -> 3.0.1
* cryptpad: pin nixpkgs in generate.sh
2019-09-08 00:49:46 +02:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging
2019-09-02 23:25:24 +02:00
Julian Stecklina
ea3bae4f4d
cryptpad: 2.25.0 -> 3.0.0 ( #67838 )
2019-08-31 19:36:22 +02:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00
Julian Stecklina
3d321db0f2
cryptpad: 2.23.0 -> 2.25.0 ( #67592 )
...
Update to latest stable version. Remove patched load-config.js, because
it is no longer necessary.
2019-08-27 23:00:33 +00:00
Frederik Rietdijk
98640fd482
Merge master into staging-next
2019-08-27 16:36:47 +02:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
Aaron Andersen
95b3b63555
moodle: init at 3.7.1
2019-08-25 08:12:23 -04:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Marek Mahut
eda626d897
Merge pull request #67137 from r-ryantm/auto-update/shaarli
...
shaarli: 0.11.0 -> 0.11.1
2019-08-22 23:06:18 +02:00
R. RyanTM
b936b4c534
shaarli: 0.11.0 -> 0.11.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shaarli/versions
2019-08-20 16:08:20 -07:00
Maximilian Bosch
69fab67a57
Merge pull request #66711 from WilliButz/update-codimd
...
codimd: 1.4.0 -> 1.5.0
2019-08-20 21:33:14 +02:00
Marek Mahut
e5e12bb8b2
Merge pull request #66951 from r-ryantm/auto-update/matomo
...
matomo: 3.10.0 -> 3.11.0
2019-08-20 21:21:23 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs
2019-08-20 19:36:05 +02:00
R. RyanTM
936805a008
matomo: 3.10.0 -> 3.11.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matomo/versions
2019-08-19 10:26:21 -07:00
WilliButz
2e9e060ac9
codimd: 1.4.0 -> 1.5.0
2019-08-16 11:17:14 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Marek Mahut
c58100326d
Merge pull request #66201 from angristan/shaarli-material/update/0.10.4
...
shaarli-material: 0.9.5 -> 0.10.4
2019-08-09 23:47:05 +02:00
Marek Mahut
dd989094e7
Merge pull request #66144 from r-ryantm/auto-update/shaarli
...
shaarli: 0.10.4 -> 0.11.0
2019-08-07 11:14:23 +02:00
angristan
921ab87ce8
shaarli-material: 0.9.5 -> 0.10.4
2019-08-06 14:07:45 +02:00
R. RyanTM
fd10cb4035
shaarli: 0.10.4 -> 0.11.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shaarli/versions
2019-08-05 18:43:08 -07:00
Jon
dc5584adea
matomo: 3.9.1 -> 3.10.0 ( #64848 )
...
* matomo: 3.9.1 -> 3.10.0
2019-08-03 16:51:17 +09:00
adisbladis
9e9c6de50c
nodejs-8_x: Drop package
...
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
Aaron Andersen
a1f738ba87
Merge pull request #62748 from aanderse/mediawiki
...
nixos/mediawiki: init service to replace httpd subservice
2019-07-31 22:12:23 -04:00
WilliButz
cee4d964a7
codimd: 1.2.0 -> 1.4.0, repackage using yarn2nix-moretea
2019-07-25 18:01:34 +02:00
Aaron Andersen
e717876848
mediawiki: init at 1.32.2
2019-07-23 22:02:33 -04:00
adisbladis
d614edeb32
Revert Nodejs-8_x deprecation
...
This was supposed to go through a pull request
Revert "nodePackages: Regenerate node packages for nodejs 10 & 12"
This reverts commit 6a17bdf397
.
Revert "nodejs-8_x: Drop package"
This reverts commit e06c97b71d
.
2019-07-05 12:23:27 +01:00
adisbladis
e06c97b71d
nodejs-8_x: Drop package
...
It will be EOL within the support period of 19.09
2019-07-05 12:21:42 +01:00
Aaron Andersen
e1857b7808
wordpress: 5.02 -> 5.2.2
2019-07-03 11:47:33 -04:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
schneefux
b2405bfcb3
wallabag: 2.3.7 -> 2.3.8
2019-06-15 13:38:59 +02:00
zimbatm
e3a316a4d5
cryptpad: init at v2.23.0
2019-06-07 13:02:40 +02:00
Sander van der Burg
18c2b52314
node2nix: 1.6.0 -> 1.7.0 and regenerate all Nix expressions, introduce nodePackages_12_x attribute set
2019-06-05 23:48:42 +02:00
R. RyanTM
660b67a1f2
wallabag: 2.3.6 -> 2.3.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wallabag/versions
2019-05-04 09:48:00 -07:00
R. RyanTM
121cf3ca1c
shaarli: 0.10.3 -> 0.10.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shaarli/versions
2019-05-02 21:44:15 +02:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Maximilian Bosch
c68bc18213
codimd: js-sequence-diagrams: use git source rather than the NPM tarball
...
It seems as NPM just removed the tarballs of the unpublished package,
hence `codimd` isn't buildable. The sources for the package are
available on github[1] and fix the build.
For further information about the `js-sequence-diagrams` workarounds,
please refer to 5feec424de
.
[1] https://github.com/Moeditor/js-sequence-diagrams
2019-04-12 11:01:33 +02:00
Samuel Dionne-Riel
40d59c6e8e
Merge pull request #58976 from gilligan/remove-nodejs6
...
Remove nodejs-6_x which is about to enter EOL
2019-04-07 19:49:24 -04:00
Maximilian Bosch
5feec424de
codimd: build with nodejs-8_x
...
This diff regenerates the package sets for `codimd` and `codemirror`
using NodeJS 8 to get rid of the deprecated[1] `nodejs-6_x`.
Additionally the following issues had to be fixed during the update:
* The package `js-sequence-diagram` has been removed from the NPM
registry and was replaced by a security holding package[2]. The
package was published by a third-party (upstream only supports bower
builds), so it's unclear whether the package will re-appear[3].
As the tarballs still exist (and the hash didn't change), the package
will be loaded manually into the build env.
* For the babel-related packages, `dontNpmInstall` will be set for
`node2nix` installs as some of those packages bundle a
`package-lock.json` that triggers `ENOTCACHED` errors for optional
dependencies[4].
For now it should be sufficient to use NodeJS 8 (`codimd` v1.2.x doesn't
support NodeJS 10), in the long term we probably want to use `yarn2nix`
here with NodeJS 10. This is much rather a fix to get rid of another
NodeJS 6 dependency.
[1] `nodejs-6_x` is about to be deprecated, see #58976
[2] https://www.npmjs.com/package/js-sequence-diagrams ,
https://github.com/npm/security-holder
[3] https://github.com/bramp/js-sequence-diagrams/issues/212
[4] https://github.com/svanderburg/node2nix/issues/134
2019-04-07 16:44:26 +02:00
tobias pflug
0e296d5fcd
Remove nodejs-6_x which is about to enter EOL
...
- Remove nodejs-6_x
- Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x
- Re-generate node2nix generated files using nodejs-8_x instead
2019-04-04 18:43:06 +01:00
Florian Klink
26f19430eb
matomo: 3.9.0 -> 3.9.1
2019-03-28 22:53:13 +01:00
Florian Klink
4ffd3ad4fd
matomo: update url
2019-03-28 22:51:56 +01:00
R. RyanTM
139243406b
matomo: 3.8.1 -> 3.9.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matomo/versions
2019-03-25 22:21:25 -07:00
R. RyanTM
38900337d9
shaarli: 0.10.2 -> 0.10.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shaarli/versions
2019-03-03 09:16:43 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
Florian Jacob
2f059806ef
matomo: 3.7.0 -> 3.8.1
...
security update
2019-02-11 17:33:44 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
Nadrieril
f487734870
wallabag: 2.3.2 -> 2.3.6
2019-01-29 02:47:32 +01:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-16 20:37:15 +01:00
Robin Gloster
16413c05cd
Merge pull request #53554 from rnhmjoj/searx
...
searx: 0.14.0 -> 0.15.0
2019-01-07 13:21:39 +00:00
rnhmjoj
985bc6ca5a
searx: 0.14.0 -> 0.15.0
2019-01-07 11:10:38 +01:00
Piotr Bogdan
12c733c292
fileshelter: link with pthreads explicitly
2019-01-04 21:44:18 +00:00
Falco Peijnenburg
4dc18cb059
Wordpress: 4.9.1 -> 5.0.2
2019-01-03 10:44:12 +01:00
R. RyanTM
687567efd0
matomo: 3.6.1 -> 3.7.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matomo/versions
2018-12-25 06:49:39 -08:00
Frederik Rietdijk
1d3bff25db
Merge staging-next into staging
2018-11-11 14:28:08 +01:00
Alyssa Ross
5c8d153326
frab: rack: 1.6.4 -> 1.6.11
...
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:23 +00:00
Patrick Hilhorst
b0e9fc131c
treewide: Fix packages using name where they should use pname
2018-11-06 00:06:17 +01:00
R. RyanTM
d4029e7935
matomo: 3.6.0 -> 3.6.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matomo/versions
2018-10-27 04:29:13 -07:00
WilliButz
ce5e1b5b0a
codimd: update patch
2018-10-10 14:57:43 +02:00
WilliButz
a31a917eb9
codimd: init at 1.2.0
2018-09-17 15:18:52 +02:00
R. RyanTM
c45dd04946
matomo: 3.5.1 -> 3.6.0 ( #46242 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
matomo
2018-09-17 10:18:39 +02:00
Uli Baum
15fedb51b3
frab: mark as broken
...
No successful hydra build since 2018-02-14.
The build fails in the ruby gem json-1.8.3, which we cannot
mark directly as broken in nixpkgs, so we mark this as broken.
2018-09-08 20:08:49 +02:00
R. RyanTM
1adcb8890a
wallabag: 2.3.2 -> 2.3.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
wallabag
2018-08-30 09:12:20 -07:00
R. RyanTM
0f9e0e15fc
shaarli: 0.10.0 -> 0.10.2 ( #45538 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shaarli/versions .
2018-08-28 00:39:17 +02:00
R. RyanTM
294c3605a3
virtlyst: 1.1.0 -> 1.2.0 ( #45121 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/virtlyst/versions .
2018-08-27 20:59:27 +02:00
Markus Kowalewski
552b20f4b8
frab: add meta data
2018-08-20 00:31:19 +02:00
R. RyanTM
3d30b32ab2
shaarli: 0.9.7 -> 0.10.0 ( #44693 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/shaarli/versions .
2018-08-13 14:29:32 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
rnhmjoj
c8784f9cd8
searx: use python3
2018-08-08 02:20:54 +02:00
Pascal Wittmann
f22ffa6b6a
morty: add license
...
see issue #43716
2018-08-06 12:43:58 +02:00
Gabriel Ebner
6b8f521852
Merge pull request #42951 from r-ryantm/auto-update/shaarli
...
shaarli: 0.9.6 -> 0.9.7
2018-07-05 16:55:36 +02:00
Jan Tojnar
cff5bd0bc5
selfoss: clean up
2018-07-05 10:38:31 +02:00
R. RyanTM
dc152b63a0
shaarli: 0.9.6 -> 0.9.7
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/shaarli/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.9.7 with grep in /nix/store/qb0qnz5g71qcigji532rz8fb3fmds607-shaarli-0.9.7
- directory tree listing: https://gist.github.com/d5b4de9629307cb77b06763e100b9ffd
- du listing: https://gist.github.com/db083d0d397fa00514a7de0a57879f39
2018-07-03 14:58:19 -07:00
Franz Pletz
1d235be208
virtlyst: init at 1.1.0
...
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
Aneesh Agrawal
4bba2bd98e
klaus: make available as a python package
...
This makes it usable via WSGI.
2018-06-13 22:47:48 -07:00
R. RyanTM
f8621a2025
matomo: 3.5.0 -> 3.5.1 ( #41540 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/matomo/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/r4kflygmbi1z0vl2gp5b64h5dnbw0zps-matomo-3.5.1/bin/matomo-console had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 3.5.1 with grep in /nix/store/r4kflygmbi1z0vl2gp5b64h5dnbw0zps-matomo-3.5.1
- directory tree listing: https://gist.github.com/1ab3b04c7d594c57458b6d4ef8e65867
- du listing: https://gist.github.com/c105a7109ba84d6e2715bc3800c66780
2018-06-09 23:32:31 +02:00
Michiel Leenaars
f12f058a85
morty: init -> 0.2.0
2018-05-30 18:10:36 +02:00
florianjacob
468c09edc6
matomo: 3.4.0 -> 3.5.0 ( #40439 )
2018-05-13 17:48:41 +02:00
Franz Pletz
555d2db620
selfoss: 2016-07-31 -> 2.18
...
Fixes PHP7 compatibility.
2018-04-27 20:04:32 +02:00
WilliButz
ff3e3fb39d
fileshelter: enable parallel building
...
This greatly reduced the build duration.
2018-04-19 00:35:55 +02:00
Matthew Justin Bauer
79c0c491bd
Merge pull request #38213 from schneefux/pkg.shaarli-material
...
shaarli-material: 0.9.1 -> 0.9.5
2018-04-08 21:46:18 -05:00
Matthias Beyer
ce1c1e3093
Remove maintainership
...
With this patch I remove myself as a maintainer for all packages I
currently maintain.
This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.
I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-06 10:57:19 +02:00
Matthew Justin Bauer
322d6c75c6
Merge pull request #37967 from ryantm/auto-update/shaarli
...
shaarli: 0.9.5 -> 0.9.6
2018-03-31 19:24:46 -05:00
schneefux
1158728294
shaarli-material: 0.9.1 -> 0.9.5
2018-03-31 14:08:38 +02:00
Florian Jacob
8a7bf54f52
matomo: 3.3.0 -> 3.4.0
2018-03-30 10:58:05 +01:00
Ryan Mulligan
932048c127
shaarli: 0.9.5 -> 0.9.6
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.
This update was made based on information from https://repology.org/metapackage/shaarli/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.9.6 with grep in /nix/store/4asag0l86pv5s0klsgh61zga9ih1sllq-shaarli-0.9.6
- directory tree listing: https://gist.github.com/00a45b2940bf8949773bbdbe4e80767d
2018-03-27 23:33:15 -07:00
Robert Schütz
19797d8464
klaus: move out of pythonPackages and 0.9.1 -> 1.2.2
2018-03-18 12:25:09 +01:00
Vladimír Čunát
2069a2a002
Merge #35454 : nixos/pump.io: remove
2018-03-04 10:49:25 +01:00
Michiel Leenaars
b00c221363
searx: 0.13.1 -> 0.14.0
2018-03-01 17:39:21 +01:00
Ryan Mulligan
341ece05f6
shaarli: 0.9.2 -> 0.9.5
...
Semi-automatic update. These checks were performed:
- built on NixOS
- found 0.9.5 with grep in /nix/store/y80qhglfgb3f2c3zjdn3sz2kqj5v24w8-shaarli-0.9.5
cc "@schneefux"
2018-02-28 14:20:38 +00:00
Ryan Mulligan
a96c778810
wallabag: 2.3.1 -> 2.3.2
...
Semi-automatic update. These checks were performed:
- built on NixOS
- found 2.3.2 with grep in /nix/store/m39kk8d2vibl17jm2zsbvscx9giyinjv-wallabag-2.3.2
cc "@schneefux"
2018-02-27 18:49:17 -08:00
Rodney Lorrimar
21dcead5f0
nixos/pump.io: remove
...
This would probably be better maintained in a separate repo as an
external NixOS module which gets imported into user's configuration.
2018-02-27 12:52:51 +00:00
adisbladis
a1835b9924
treewide: Remove references to nodejs-4_x
2018-02-27 10:19:23 +01:00
Florian Jacob
d431aed997
matomo: make the substituteInPlace a proper patch,
...
improve description
2018-02-22 19:58:24 +01:00
Florian Jacob
a892bd8ebf
piwik 3.2.1 -> matomo 3.3.0
...
minor release, mainly rename
2018-02-22 19:58:23 +01:00
Joachim F
c826025163
Merge pull request #33518 from schneefux/pkg.wallabag
...
wallabag: fix config file not being loaded from WALLABAG_DATA
2018-02-17 10:47:23 +00:00
Profpatsch
2922bee722
remove profpatsch from maintainer list of a few packages
2018-02-12 06:24:38 +01:00
WilliButz
70ecaff635
fileshelter: init at 3.0.0
2018-01-09 22:07:59 +01:00