Commit graph

15 commits

Author SHA1 Message Date
R. RyanTM e2113c1f60 wasabiwallet: 1.1.12.4 -> 1.1.12.5 2021-03-17 20:04:50 +00:00
R. RyanTM 7f6ca56bd7 wasabiwallet: 1.1.12.3 -> 1.1.12.4 2021-02-18 18:35:21 +00:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07: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 0f94a01a9f wasabiwallet: 1.1.12.2 -> 1.1.12.3 2020-12-11 05:29:29 +00:00
R. RyanTM c0599d86db wasabiwallet: 1.1.12 -> 1.1.12.2 2020-11-12 10:25:49 +00:00
Pavol Rusnak f38d21b025
wasabiwallet: 1.1.11.1 -> 1.1.12 2020-08-25 17:48:37 +02:00
zowoq c7e61112df treewide: remove deprecated value Application from makeDesktopItem 2020-06-25 12:18:37 +10:00
Pavol Rusnak 3b343be766
wasabiwallet: 1.1.9.2 -> 1.1.11.1 2020-06-03 21:46:43 +02:00
nyanloutre 61fd512651 wasabiwallet: use dotnet runtime instead of sdk 2020-01-19 14:30:39 -08:00
Henrik Jonsson ce987860f6
wasabiwallet: 1.1.9 -> 1.1.9.2 2019-11-16 17:48:34 -08:00
Henrik Jonsson bc42ab425b
wasabiwallet: 1.1.8 -> 1.1.9 2019-09-14 13:40:32 +02:00
Henrik Jonsson 19250f288e
wasabiwallet: 1.1.6 -> 1.1.8 2019-09-13 11:43:31 +02:00
Pavol Rusnak 2a44aebb9f wasabiwallet: 1.1.5 -> 1.1.6 2019-09-08 17:47:41 +02:00
William Casarin 72682e4654 tree: rename altcoins to blockchains
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:01:42 -07:00