about summary refs log tree commit diff
path: root/pkgs/applications/editors/okteta
AgeCommit message (Collapse)AuthorFilesLines
2024-01-07okteta: 0.26.14 -> 0.26.15R. Ryantm1-2/+2
2023-12-17okteta: 0.26.13 -> 0.26.14R. Ryantm1-2/+2
2023-10-16okteta: 0.26.10 -> 0.26.13Christian Schuhmann1-2/+3
2023-03-15okteta: 0.26.9 -> 0.26.10R. Ryantm1-2/+2
2022-08-01okteta: 0.26.7 -> 0.26.9R. Ryantm1-2/+2
2022-04-27okteta: set outputs to reduce runtime closureFrederik Rietdijk1-0/+2
2022-02-28okteta: 0.26.6 -> 0.26.7R. Ryantm1-2/+2
2021-12-09okteta: 0.26.5 -> 0.26.6R. Ryantm1-2/+2
2021-02-05okteta: 0.26.4 -> 0.26.5R. RyanTM1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-08-06kdeApplications.okteta: 0.26.3 -> 0.26.4R. RyanTM1-2/+2
2020-04-22okteta: use qt5's mkDerivationMartin Milata1-2/+2
2020-02-09kdeApplications.okteta: 0.26.2 -> 0.26.3R. RyanTM1-2/+2
2019-10-08add missing meta dataChristine Koppelt1-0/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-09okteta: 0.26.1 -> 0.26.2Will Dietz1-2/+2
2019-04-15kdeApplications.okteta: 0.26.0 -> 0.26.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/okteta/versions
2019-04-01kdeApplications.okteta: 0.25.5 -> 0.26.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/okteta/versions
2019-01-02kdeApplications.okteta: 0.25.4 -> 0.25.5R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/okteta/versions
2018-10-11okteta: 0.25.3 -> 0.25.4Peter Hoeg1-2/+2
2018-09-06kdeApplications.okteta: 0.25.2 -> 0.25.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from okteta
2018-08-20okteta: 17.12.3 -> 0.25.2Peter Hoeg1-6/+6
2018-05-25okteta: add version attr, clean upYegor Timoshenko1-17/+24
2018-05-25treewide: add version to packagesMatthew Bauer1-2/+2
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-04-25okteta: Move into own packageBastian Köcher1-0/+27
Okteta was removed from kde applications and will now be released independently. So, we currently use the released version from 17.12.3.