Commit graph

1394 commits

Author SHA1 Message Date
kjuvi 0c40662294 timetable: 1.0.9 -> 1.1.0 2020-01-27 23:41:19 +01:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Aaron Andersen dfbb444ab4
Merge pull request #78195 from r-ryantm/auto-update/homebank
homebank: 5.2.8 -> 5.3.1
2020-01-25 11:28:04 -05:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM 5cbce718a5 kmymoney: 5.0.7 -> 5.0.8 2020-01-21 16:13:17 -08:00
R. RyanTM b5b28ec407 homebank: 5.2.8 -> 5.3.1 2020-01-21 18:31:40 +00:00
Lancelot SIX 1102fc870d
pythonPackages.django_2_1: drop
Django-2.1 support ended on December 2, 2019, so drop it in nixpkgs as
well.
2020-01-21 14:00:54 +01:00
Mario Rodas c7b71bd78d
Merge pull request #78061 from r-ryantm/auto-update/atlassian-cli
atlassian-cli: 9.0.0 -> 9.1.0
2020-01-20 07:34:43 -05:00
R. RyanTM 363840f32d atlassian-cli: 9.0.0 -> 9.1.0 2020-01-20 01:03:40 +00:00
Thomas Marchand 37771e47eb wpsoffice: 11.1.0.8865 -> 11.1.0.9080 2020-01-18 14:18:21 +01:00
worldofpeace ac96ba0270 skanlite: don't set enableParallelBuilding
it's default on
2020-01-17 13:54:53 -05:00
worldofpeace 4b20959f99 skanlite: use qt5's mkDerivaiton 2020-01-17 13:54:53 -05:00
Michiel Leenaars edfbac404b csv2odf: init at 2.09 2020-01-15 22:57:21 -08:00
Frederik Rietdijk 5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
Will Dietz a0b86e3b64
Merge pull request #75022 from dtzWill/update/vnote-2.8
vnote: 2.7.2 -> 2.8.2
2020-01-08 16:03:05 -06:00
Vladimír Čunát 5c780036c5
Merge branch 'master' into staging-next
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Mario Rodas f8aeca57c7
Merge pull request #77069 from r-ryantm/auto-update/gnucash
gnucash: 3.7 -> 3.8b
2020-01-08 05:33:04 -05:00
Aaron Andersen 24967c14fc
Merge pull request #66710 from tbenst/tusk
tusk: init at v0.23.0
2020-01-07 20:46:13 -05:00
tbenst 0dd8ee7d0c tusk: init at v0.23.0 2020-01-07 17:06:49 -08:00
Will Dietz 77db935ac3
vnote: 2.8.1 -> 2.8.2 2020-01-07 16:05:23 -06:00
Will Dietz ee73c91c52
vnote: 2.8 -> 2.8.1 2020-01-07 16:05:11 -06:00
R. RyanTM 289eebc744 gnucash: 3.7 -> 3.8b 2020-01-06 05:32:51 -08:00
Frederik Rietdijk 8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
markuskowa f3e8be7cd4
Merge pull request #76399 from r-ryantm/auto-update/qownnotes
qownnotes: 19.11.14 -> 19.12.15
2020-01-04 14:07:56 +01:00
Frederik Rietdijk 555037a667 Merge master into staging-next 2019-12-31 16:35:53 +01:00
mlatus 7f6116444b update src url and hash for wpsoffice 2019-12-31 15:14:58 +08:00
Robin Gloster 006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster 755db0b689
treewide: installTargets is a list 2019-12-31 00:25:26 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Jan Tojnar 2093fa784a
libreoffice: fix eval 2019-12-30 20:53:00 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster 371d3fb9b3
notes-up: *Flags are lists 2019-12-30 12:15:24 +01:00
Jan Tojnar 843d147596
gnumeric: switch to python 3 2019-12-29 11:21:09 +01:00
R. RyanTM e7758b7981 tryton: 5.4.0 -> 5.4.1 2019-12-28 20:30:45 +01:00
Alyssa Ross 53c4668e71
kmymoney: fix build
python2 used to be propagated in here, until
4e421aebfe.

Upstream bug to stop using Python 2:
https://bugs.kde.org/show_bug.cgi?id=405383
2019-12-28 15:46:48 +00:00
Aaron Andersen dcd5be4af6
Merge pull request #76363 from r-ryantm/auto-update/pympress
pympress: 1.4.0 -> 1.5.1
2019-12-25 06:09:46 -05:00
Aaron Andersen 96e5b691de
Merge pull request #76422 from r-ryantm/auto-update/skrooge
skrooge: 2.21.0 -> 2.21.1
2019-12-24 18:36:07 -05:00
R. RyanTM c1e301b755 skrooge: 2.21.0 -> 2.21.1 2019-12-24 09:26:22 -08:00
R. RyanTM f712ed2155 qownnotes: 19.11.14 -> 19.12.15 2019-12-24 05:36:02 -08:00
R. RyanTM 84a23aaec2 pympress: 1.4.0 -> 1.5.1 2019-12-23 22:55:28 -08:00
Marek Mahut 52fb07977e
Merge pull request #76244 from r-ryantm/auto-update/flexibee
flexibee: 2019.3.1.1 -> 2019.3.1.3
2019-12-23 19:38:02 +01:00
R. RyanTM 8c3694a24e flexibee: 2019.3.1.1 -> 2019.3.1.3 2019-12-23 02:04:43 -08:00
Aaron Andersen 086d1ad906
Merge pull request #75047 from kampka/trilium-server
Add trilium server and module
2019-12-22 20:26:57 -05:00
worldofpeace 2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
Christian Kampka ebf3f1fe78
trilium: Pin platforms to x86_64 linux 2019-12-22 15:04:09 +01:00
Oliver Kopp eb112c8bc3
Fix homepage of JabRef 2019-12-19 21:17:26 +01:00
Christian Kampka a7db640bf7
trilium: 0.37.8 -> 0.38.2 2019-12-19 10:14:14 +01:00
Christian Kampka 39ecfaf0ba
trilium-server: Add passthru tests 2019-12-19 10:14:14 +01:00
Christian Kampka 1f060b43a6
trilium-server: Patch logger to use console instead of rolling files 2019-12-19 10:14:11 +01:00