Commit graph

21 commits

Author SHA1 Message Date
Sandro 50e45c0f96
powerline-go: fix version number 2021-07-20 18:39:41 +02:00
Jonas Carpay 918af17672 powerline-go: 1.21.0 -> 2021-07-15 2021-07-21 00:45:38 +09:00
Ryan Mulligan 61e7796fce
Merge pull request #113862 from r-ryantm/auto-update/powerline-go
powerline-go: 1.20.0 -> 1.21.0
2021-02-21 20:41:51 -08:00
Fabian Affolter 8625e975bd powerline-go: update meta 2021-02-21 10:12:54 +01:00
R. RyanTM 04a77e934d powerline-go: 1.20.0 -> 1.21.0 2021-02-21 02:53:14 +00:00
github-actions[bot] a127deeb88
Merge master into staging-next 2021-01-25 18:52:08 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM 2e258c1358 powerline-go: 1.18.0 -> 1.20.0 2021-01-20 23:50:13 +00: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
Sean Buckley 31106c85cb powerline-go: 1.17.0 -> 1.18.0 2020-10-13 23:50:53 -04:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
xrelkd de6ebdff2f powerline-go: 1.15.0 -> 1.17.0 2020-04-24 17:29:43 +08:00
xrelkd 9649340977 powerline-go: 1.13.0 -> 1.15.0 2019-12-12 17:32:58 -08: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
mingchuan a96196b845
powerline-go: 1.12.1 -> 1.13.0 2019-07-05 08:30:04 +08:00
xrelkd d7d5bab30e powerline-go: 1.11.0 -> 1.12.1 (#59222) 2019-04-10 11:54:29 +02:00
mingchuan ac369f6fe8 powerline-go: 1.10.0 -> 1.11.0 (#40369) 2018-05-11 20:54:09 +02:00
Francesco Gazzetta 56df1aca24 powerline-go: 1.8.2 -> 1.10.0 2018-04-24 06:47:44 +00:00
mingchuan 60646c10d5
powerline-go: init at 1.8.2 2018-03-05 19:51:44 +08:00