Commit Graph

31 Commits

Author SHA1 Message Date
R. Ryantm
e1ce1caec0 hyperrogue: 13.0d -> 13.0i 2024-05-11 01:14:44 +00:00
R. Ryantm
0b605e08da hyperrogue: 13.0c -> 13.0d 2024-03-24 13:52:57 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
344839d105 hyperrogue: 13.0b -> 13.0c 2024-02-27 04:34:04 +00:00
R. Ryantm
718f162a4c hyperrogue: 13.0a -> 13.0b 2024-02-23 08:31:40 +00:00
R. Ryantm
d7435d6839 hyperrogue: 13.0 -> 13.0a 2024-01-22 05:37:49 +00:00
R. Ryantm
d19e15474a hyperrogue: 12.1z -> 13.0 2023-12-28 09:31:07 +00:00
R. Ryantm
770d67f25c hyperrogue: 12.1y -> 12.1z 2023-12-15 20:01:20 +00:00
R. Ryantm
4121a13bd7 hyperrogue: 12.1x -> 12.1y 2023-11-22 08:03:13 -08:00
Anthony Roussel
e30f48be94
treewide: fix redirected and broken URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-11 10:49:01 +01:00
R. Ryantm
5579da56ee hyperrogue: 12.1q -> 12.1x 2023-10-28 15:58:03 +00:00
R. Ryantm
faad480c76 hyperrogue: 12.1o -> 12.1q 2023-06-02 21:46:36 +00:00
R. Ryantm
a52778f5db hyperrogue: 12.1l -> 12.1o 2023-04-06 07:01:17 +00:00
R. Ryantm
3593fb7f36 hyperrogue: 12.1i -> 12.1l 2023-03-31 02:24:37 +00:00
R. Ryantm
3c178e21d7 hyperrogue: 12.1h -> 12.1i 2023-02-08 11:51:18 +00:00
R. Ryantm
aff371a6db hyperrogue: 12.1a -> 12.1h 2023-01-11 23:40:53 +00:00
R. Ryantm
0502d6ef51 hyperrogue: 12.0u -> 12.1a 2022-09-18 12:32:24 +00:00
Ryan Hendrickson
57e87cc0db hyperrogue: 11.3o -> 12.0u 2022-08-20 23:35:00 -04:00
Peter Hoeg
8eacd07776 tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
d00bd8200b hyperrogue: 11.3l -> 11.3o 2020-06-06 09:25:34 +00:00
R. RyanTM
ccff0849d3 hyperrogue: 11.3f -> 11.3l 2020-05-04 01:39:04 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
mehlon
1d2f6c7d25
hyperrogue: 11.2d -> 11.3f 2020-04-02 16:33:58 +00:00
mehlon
c510bbf011 hyperrogue: 10.5e -> 11.2d 2020-01-01 00:59:03 +01: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
Chris Rendle-Short
328b1d3cd5 hyperrogue: add .desktop file and icon
Add XDG .desktop file and icons.
2019-04-22 21:52:52 +10:00
R. RyanTM
c93a56c09f hyperrogue: 10.5a -> 10.5e (#56700)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hyperrogue/versions
2019-03-15 22:00:01 +01:00
Orivej Desh
63c7ed9788 hyperrogue: 10.4j -> 10.5a 2018-11-27 20:28:13 +00:00
Ricardo Ardissone
96a6e1f5b5 hyperrogue: init at 10.4j 2018-07-10 18:36:26 -03:00