Commit graph

3222 commits

Author SHA1 Message Date
Jonathan Ringer fc82682d3a dwarf-fortress-packages.dwarf-fortress_0_47_01: init 2020-02-02 16:04:30 -08:00
Mario Rodas 96929b3e31
Merge pull request #78818 from r-ryantm/auto-update/scid-vs-pc
scid-vs-pc: 4.20 -> 4.21
2020-02-01 04:31:50 -05:00
Evan Stoll 4b7e4e8b12 cockatrice: add evanjs to maintainers 2020-02-01 01:09:22 +00:00
Evan Stoll 9cc8ca50e9 cockatrice: remove spencerjanssen from maintainers 2020-02-01 01:09:22 +00:00
Evan Stoll e801159c66 cockatrice: 2017-08-31 -> 2019-08-31
- formatting
- add wrapQtAppsHook
- use fetchFromGitHub instead of fetchurl
- don't construct name manually
- add homepage to meta
- remove repositories.get from meta
- use mkDerivation instead of stdenv.mkDerivation
- add qtwebsockets dependency
2020-02-01 01:09:22 +00:00
Mario Rodas f04239caaa
Merge pull request #78884 from r-ryantm/auto-update/tintin
tintin: 2.01.92 -> 2.02.01
2020-01-31 08:38:56 -05:00
Aaron Andersen be62b78780
Merge pull request #78848 from r-ryantm/auto-update/tome4
tome4: 1.6.5 -> 1.6.6
2020-01-31 08:19:41 -05:00
Luka Blaskovic 8acbff31fb ue4: use default llvm 2020-01-30 18:35:30 -05:00
Franz Pletz 5a07f8ba2d
minetest: 5.1.0 -> 5.1.1 2020-01-30 22:35:35 +01:00
R. RyanTM 0cff355f27 tintin: 2.01.92 -> 2.02.01 2020-01-30 16:47:47 +00:00
Peter Hoeg ae1b98b96e
Merge pull request #78817 from r-ryantm/auto-update/scummvm
scummvm: 2.1.0 -> 2.1.1
2020-01-30 21:22:10 +08:00
Francesco Gazzetta 770756e74c mindustry,mindustry-server: make it possible to choose what to build
So that headless servers do not need to pull in the pulseaudio
dependency
2020-01-30 14:19:55 +01:00
R. RyanTM 862c0a8c46 tome4: 1.6.5 -> 1.6.6 2020-01-30 12:42:02 +00:00
R. RyanTM a56d715193 scid-vs-pc: 4.20 -> 4.21 2020-01-30 07:45:32 +00:00
R. RyanTM ca52355838 scummvm: 2.1.0 -> 2.1.1 2020-01-30 07:38:47 +00:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Sergey Lukjanov e328078fe0 minecraft-server: 1.14.4 -> 1.15.2 (#78514) 2020-01-28 04:00:45 -05:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Will Dietz 24f531a3ab
Merge pull request #77842 from dtzWill/feature/teeworlds-cmake-hooray
teeworlds: cmake instead of bam, oh joy! cleanup
2020-01-26 16:47:40 -06:00
Will Dietz dd763ca418 teeworlds: meta touchups, per reviewer suggestion 2020-01-26 16:45:49 -06:00
Ryan Mulligan 08fa4c6947
Merge pull request #78455 from oxalica/mc-update
minecraft-launcher: 2.1.9618 -> 2.1.11314
2020-01-26 08:13:32 -08:00
Bignaux Ronan aa2241f857 pentobi: init at 17.3 2020-01-26 02:12:15 +01:00
Ryan Mulligan ac35673af1
Merge pull request #78456 from oxalica/mc-move-to-tmp
minecraft: no `GPUCache` in current directory
2020-01-25 11:34:05 -08:00
Francesco Gazzetta 3db6b0fbd7 mindustry: 102 -> 103 2020-01-25 12:05:20 +01:00
oxalica a84047b0c7
minecraft: no GPUCache in current directory 2020-01-25 16:58:01 +08:00
oxalica 10e95cc021
minecraft: 2.1.9618 -> 2.1.11314 2020-01-25 16:45:15 +08:00
Linus Heckemann a7a0d44b58 EmptyEpsilon: 2019.11.01 -> 2020.01.15 2020-01-24 14:16:15 +01:00
Jonathan Ringer f4b4c66a08 steam: use 64-bit libva 2020-01-23 12:13:14 -08: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 d4a95f016a crispyDoom: 5.6.3 -> 5.6.4 2020-01-22 04:27:29 +01:00
Will Dietz 7187eae189
nudoku: fix for gettext 0.20 2020-01-21 11:11:43 -06:00
Will Dietz 52332244bd
nudoku: fix w/musl, disable nls
(cherry picked from commit 027b93ae5f1efe713dc213d56f0f2e4d9858db54)
2020-01-21 11:08:20 -06:00
Will Dietz 62adf1c56b
nudoku: init at 2.0.0
(cherry picked from commit 7b0057f41f29bc18608e812bde551e19c994dbe1)
2020-01-21 11:06:32 -06:00
Peter Simons 411f068871 stockfish: update from version 10 to 11 2020-01-20 10:25:52 +01:00
Ryan Mulligan c438ce12a8
Merge pull request #77915 from r-ryantm/auto-update/vkquake
vkquake: 1.03.0 -> 1.04.1
2020-01-17 19:06:17 -08:00
Frederik Rietdijk bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Will Dietz 5da89034f9
teeworlds: cmake instead of bam, oh joy! cleanup 2020-01-17 09:29:09 -06:00
R. RyanTM 709f505898 vkquake: 1.03.0 -> 1.04.1 2020-01-17 12:17:54 +00:00
ajs124 9120d20766 teeworlds: 0.7.3.1 -> 0.7.4 2020-01-16 17:28:58 +01:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Francesco Gazzetta 36f084b2bb mindustry: init at 102 (and updates) (#72306)
* mindustry: init at 99

* mindustry: 99 -> 100

* mindustry: 100 -> 101

* mindustry: 101 -> 101.1

* mindustry: 101.1 -> 102
2020-01-13 18:01:29 +08:00
Matthieu Coudron 502c16e591 ultrastardx: 2017.8.0 -> 2019-01-07
follow up of the fix provided in https://github.com/UltraStar-Deluxe/USDX/issues/462
to use pkg-config to find lua.
2020-01-12 13:57:01 +01:00
worldofpeace 859637e3f2
Merge pull request #73165 from ikervagyok/factorio
factorio: update all versions
2020-01-11 08:46:06 -05:00
lewo 993887d125
Merge pull request #77061 from r-ryantm/auto-update/gcompris
gcompris: 0.97 -> 0.98
2020-01-11 09:22:38 +01:00
Graham Christensen b1e9876a4a
Merge pull request #76792 from freepotion/ivan-add-desktop-item
ivan: add icon and desktop item
2020-01-08 20:24:40 -05:00
Free Potion 59a5aecbaf
ivan: add icon and desktop item 2020-01-09 03:54:39 +03:00
R. RyanTM c05dc0aa89 gzdoom: 4.2.4 -> 4.3.1 2020-01-06 20:39:18 +01:00
Mario Rodas b103b3f13e
Merge pull request #74136 from filalex77/runelite-2.0.0
runelite: 1.6.0 -> 2.0.0
2020-01-06 09:24:41 -05:00
Oleksii Filonenko f930613999
runelite: 1.6.0 -> 2.0.0
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2020-01-06 09:13:42 -05:00
R. RyanTM fb7c60a83c gcompris: 0.97 -> 0.98 2020-01-06 04:35:56 -08:00