Commit graph

18 commits

Author SHA1 Message Date
R. RyanTM 3d014208a5 atlassian-cli: 9.5.0 -> 9.6.0 2021-02-18 20:08:10 +00:00
R. RyanTM a444c334ad atlassian-cli: 9.4.0 -> 9.5.0 2021-01-19 02:54:06 +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
MetaDark 4a5c49363a fetchzip: remove write permissions for unpacked files
Fixes https://github.com/NixOS/nixpkgs/issues/38649
2020-11-26 15:30:12 -05:00
R. RyanTM 15c8338975 atlassian-cli: 9.3.0 -> 9.4.0 2020-11-11 18:43:48 +10:00
R. RyanTM 252b838a7c atlassian-cli: 9.2.0 -> 9.3.0 2020-07-02 17:56:08 -07:00
R. RyanTM 0a37de957f atlassian-cli: 9.1.1 -> 9.2.0 2020-04-15 11:56:16 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 2a4402d51a atlassian-cli: 9.1.0 -> 9.1.1 2020-02-15 00:49:00 +00:00
R. RyanTM 363840f32d atlassian-cli: 9.0.0 -> 9.1.0 2020-01-20 01:03:40 +00:00
R. RyanTM 172899638e atlassian-cli: 8.5.0 -> 9.0.0
(#72425)
2019-11-13 13:31:27 +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
R. RyanTM b97ffda1a9 atlassian-cli: 8.2.0 -> 8.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/atlassian-cli/versions
2019-05-31 21:29:05 -07:00
R. RyanTM 68577a59bf atlassian-cli: 8.0.0 -> 8.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/atlassian-cli/versions
2019-04-14 00:28:26 -07:00
R. RyanTM 92bd44df8e atlassian-cli: 7.8.0 -> 8.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/atlassian-cli/versions
2019-03-20 22:24:38 -07:00
Yegor Timoshenko 543c8c4eb0 atlassian-cli: add some spaces, inherit meta.platforms from jre 2018-05-25 15:48:27 -05:00
Matthew Bauer 02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
James Kay cf351f6389
atlassian-cli: init at 7.8.0 2018-04-20 19:01:35 +01:00