Commit graph

20 commits

Author SHA1 Message Date
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