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

earlyoom: 1.8 -> 1.8.1
This commit is contained in:
Weijia Wang 2024-05-05 18:37:36 +02:00 committed by GitHub
commit 4088c36d29
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";
version = "1.8.1";
src = fetchFromGitHub {
owner = "rfjakob";
repo = "earlyoom";
rev = "v${finalAttrs.version}";
hash = "sha256-jgNoYOGor2i3ngDuU3It238n5ky+AppzlRKdkwXb2AI=";
hash = "sha256-7gVwR/D3HEMv2sRXYe/B2aluxncDkMGyiBklwAJkWjk=";
};
outputs = [ "out" ] ++ lib.optionals withManpage [ "man" ];