earlyoom: 1.8 -> 1.8.1

This commit is contained in:
R. Ryantm 2024-05-02 15:07:29 +00:00
parent 3be507be1e
commit fddd1c04f9

View File

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