earlyoom: 1.6.2 -> 1.7

This commit is contained in:
R. Ryantm 2022-03-06 05:36:40 +00:00
parent a173e92ee4
commit a8f6e92fdd

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "earlyoom";
version = "1.6.2";
version = "1.7";
src = fetchFromGitHub {
owner = "rfjakob";
repo = "earlyoom";
rev = "v${version}";
sha256 = "16iyn51xlrsbshc7p5xl2338yyfzknaqc538sa7mamgccqwgyvvq";
sha256 = "sha256-8YcT1TTlAet7F1U9Ginda4IApNqkudegOXqm8rnRGfc=";
};
nativeBuildInputs = lib.optionals withManpage [ pandoc installShellFiles ];