Commit Graph

1148 Commits (f6da38a42b6677df1873c03304aa20cd824b120e)

Author SHA1 Message Date
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Anderson Torres 4669a06b33
Merge pull request #99572 from siraben/tilem-init
tilem: init at 2.0
2020-10-16 12:18:21 -03:00
AndersonTorres 492507697a stella: 6.2.1 -> 6.3 2020-10-12 04:07:17 -03:00
Ben Siraphob 81ef443d05 tilem: init at 2.0 2020-10-11 11:21:34 +07:00
1000101 53c0d59ba5
stella: 6.2.1 -> 6.3 (#100144) 2020-10-10 14:06:08 +00:00
AndersonTorres c2ee241885 ppsspp: 1.9.4 -> 1.10.3 2020-10-09 12:32:54 -03:00
gnidorah bdf7cf5939
mame: 0.224 -> 0.225 (#99969) 2020-10-07 22:50:06 -04:00
Patrick Hilhorst b133532434 treewide: remove some trailing whitespace to please ofborg 2020-10-02 09:01:35 -07:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Anderson Torres c7bc218f02
Merge pull request #97803 from JamieMagee/dotnet-sdk-3.1
dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402
2020-09-23 14:39:53 -03:00
Jamie Magee 460c98ec69
dotnetCorePackages.sdk_3_1: fix dependent packages 2020-09-23 13:18:44 +02:00
Jamie McClymont 561078189e mame: make the parallel build reliable 2020-09-22 23:11:29 -07:00
Martin Weinelt aeab683e38
Merge pull request #98168 from gnidorah/updates
update some packages I maintain
2020-09-22 03:59:27 +02:00
Jakub Kądziołka 220490a6b4 sameboy: init at 0.13.6 2020-09-19 09:06:37 +02:00
gnidorah 34e8ce3de5 mame: 0.223 -> 0.224 2020-09-17 16:12:19 +03:00
AndersonTorres c4b869efc5 openmsx: 0.15.0 -> 16.0 2020-09-11 14:44:42 -03:00
Alexander V. Nikolaev e049f91e10 wineUnstable: 5.15 -> 5.16 2020-09-05 14:14:39 -04:00
Alexander V. Nikolaev 1b197ce0d1 wineUnstable: 5.14 -> 5.15 2020-09-05 14:14:39 -04:00
Ryan Mulligan 8170d622de
Merge pull request #95094 from IvarWithoutBones/gxemul-cleanup
gxemul: 0.6.0.1 -> 0.6.2
2020-08-15 16:06:48 -07:00
Anderson Torres c7588685bb
Merge pull request #95146 from r-ryantm/auto-update/mgba
mgba: 0.8.2 -> 0.8.3
2020-08-13 00:11:48 -03:00
Samuel Gräfenstein bdf347956d
pcsx2: 1.6.0-rc -> 1.6.0 2020-08-11 08:55:15 +02:00
R. RyanTM e434584ae4 mgba: 0.8.2 -> 0.8.3 2020-08-11 06:40:27 +00:00
IvarWithoutBones 2e2f87db13 ryujinx: init at 1.0.5160 2020-08-10 10:47:09 -07:00
IvarWithoutBones 3f8127c68b simplenes: init at unstable-2019-03-13 2020-08-10 09:55:24 -07:00
IvarWithoutBones 0bbae9cd4f gxemul: 0.6.0.1 -> 0.6.2 2020-08-10 17:58:57 +02:00
Alexander V. Nikolaev 5ce323abf2 wineUnstable: 5.13 -> 5.14 2020-08-09 10:13:31 -07:00
Alexander V. Nikolaev 2d918db274 wineUnstable: 5.12 -> 5.13 2020-08-09 10:13:31 -07:00
gnidorah 9bae9409ac
mame: 0.222 -> 0.223 (#94853) 2020-08-07 12:03:39 -04:00
Konrad Borowski bfac20752f snes9x-gtk: use wrapGAppsHook 2020-07-27 11:59:54 +02:00
Dmitry Kalinkin a4c7c2ab30
Merge pull request #92295 from avnik/wine-update
Wine update: 5.11 -> 5.12
2020-07-14 16:35:23 -04:00
Alexander V. Nikolaev ec7b6af024 wineStaging: allow to blacklist patchsets from staging
Due repeatable issues with xactengine-initial patchset.
Later, `disablePatchsets` can be extended to be overridable argument
of wineStaging.
2020-07-09 13:13:06 +03:00
Alexander V. Nikolaev e79e7e17e9 wineUnstable: 5.11 -> 5.12 2020-07-05 00:10:53 +03:00
Alexander V. Nikolaev acbe43e894 wineStaging: use gitMinimal to apply patchset
Motivation: it works faster, and don't issue suspicious errors like
`sed: couldn't flush stdout: Broken pipe` during applying patches.
2020-07-05 00:08:58 +03:00
Vladimír Čunát e1206a2129
Merge master into staging-next
This brings thousands of rebuilds.
Hydra nixpkgs: ?compare=1597944
2020-07-04 09:15:27 +02:00
Daniël de Kok e932a72089
Merge pull request #91193 from dramaturg/emu2
emu2: init at unstable-2020-06-04
2020-07-03 21:14:13 +02:00
Sebastian Krohn 0bad8bb45b emu2: init at unstable-2020-06-04 2020-07-03 20:52:31 +02:00
R. RyanTM 30436fc02a stella: 6.2 -> 6.2.1 2020-07-02 16:39:49 -07:00
Frederik Rietdijk ae1584dc98
Merge pull request #91457 from matthewbauer/prefixed-pkg-config
Fixes from prefixed pkg config
2020-07-02 17:26:16 +02:00
Markus Kowalewski 19d41f90b4
openmsx: add license 2020-06-30 21:57:50 +02:00
Markus Kowalewski 0a2a353ad5
resim: add license 2020-06-30 21:57:50 +02:00
Samuel Gräfenstein 22e9cdc790
rpcs3: fix vulkan renderer
RPCS3 needs vulkan-headers for building its Vulkan rendering backend.
2020-06-29 16:22:07 +02:00
Stefan Frijters 748c9e0e3e
wine-staging: 5.10 -> 5.11 (#91266) 2020-06-27 17:17:10 -04:00
Daniël de Kok 5cee53cbd3
Merge pull request #91618 from gnidorah/mame
mame: 0.221 -> 0.222
2020-06-27 10:43:15 +02:00
gnidorah bb0ec28672
Update pkgs/misc/emulators/mame/default.nix
Fix hash

Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
2020-06-27 10:03:27 +03:00
R. RyanTM 45ecb5b36c mgba: 0.8.1 -> 0.8.2 2020-06-26 17:49:05 +00:00
gnidorah 349a264553 mame: 0.221 -> 0.222 2020-06-26 19:17:26 +03:00
Matthew Bauer 96f72f94ad retroarch: use prefixed pkg-config
retroarch knows how to use the correct pkg-config, so this is no
longer needed.
2020-06-25 00:09:21 -04:00
zowoq c7e61112df treewide: remove deprecated value `Application` from makeDesktopItem 2020-06-25 12:18:37 +10:00
Michele Guerini Rocco 3e57ec9d34
Merge pull request #90710 from jflanglois/wine-5-10
wine-staging: 5.5 -> 5.10
2020-06-18 10:09:33 +02:00
Julien Langlois 9b2cb88855
wine-staging: 5.5 -> 5.10
Keep up to date with latest staging developments.
2020-06-18 01:04:53 -04:00