Merge pull request #310647 from r-ryantm/auto-update/earlyoom

earlyoom: 1.8.1 -> 1.8.2
This commit is contained in:
Matthias Beyer 2024-05-18 09:32:25 +02:00 committed by GitHub
commit 2602a1af0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "earlyoom";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "rfjakob";
repo = "earlyoom";
rev = "v${finalAttrs.version}";
hash = "sha256-7gVwR/D3HEMv2sRXYe/B2aluxncDkMGyiBklwAJkWjk=";
hash = "sha256-HZ7llMNdx2u1a6loIFjXt5QNkYpJp8GqLKxDf9exuzE=";
};
outputs = [ "out" ] ++ lib.optionals withManpage [ "man" ];