earlyoom: 1.7 -> 1.8

Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
This commit is contained in:
Anderson Torres 2024-04-16 08:19:51 -03:00
parent cef01a232d
commit d36daf07d6
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "earlyoom";
version = "1.7";
version = "1.8";
src = fetchFromGitHub {
owner = "rfjakob";
repo = "earlyoom";
rev = "v${finalAttrs.version}";
hash = "sha256-8YcT1TTlAet7F1U9Ginda4IApNqkudegOXqm8rnRGfc=";
hash = "sha256-jgNoYOGor2i3ngDuU3It238n5ky+AppzlRKdkwXb2AI=";
};
outputs = [ "out" ] ++ lib.optionals withManpage [ "man" ];