summary refs log tree commit diff
path: root/pkgs/os-specific/linux/earlyoom
Commit message (Collapse)AuthorAge
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* earlyoom: 1.6.1 -> 1.6.2oxalica2020-10-15
|
* earlyoom: 1.6 -> 1.6.1R. RyanTM2020-07-08
|
* earlyoom: patch absolute dbus path and make nixos module up to date (#88443)oxalica2020-05-25
| | | | | | | * earlyoom: patch absolute path of dbus-send * nixos/earlyoom: replace `notificationsCommand` with `enableNotification` * nixos/earlyoom: setup `systembus-notify` when `enableNotification`
* earlyoom: 1.5 -> 1.6R. RyanTM2020-04-12
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* earlyoom: 1.3 -> 1.5R. RyanTM2020-03-24
|
* earlyoom: 1.2 -> 1.3Will Dietz2019-05-28
| | | | https://github.com/rfjakob/earlyoom/blob/v1.3/README.md#changelog
* earlyoom: 1.1 -> 1.2 (#50119)R. RyanTM2018-11-10
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/earlyoom/versions
* earlyoom: 0.11 -> 1.1R. RyanTM2018-09-21
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/earlyoom/versions
* earlyoom: fix version number (#46481)Linus Heckemann2018-09-10
| | | | | | earlyoom's Makefile attempts to detect the current version using git, but we don't keep .git in its source, so this fails. We can however set the VERSION environment variable to override this, as we now do.
* earlyoom: init at 0.11Leon Isenberg2017-02-24