Merge pull request #100549 from oxalica/bump/earlyoom

earlyoom: 1.6.1 -> 1.6.2
This commit is contained in:
Ryan Mulligan 2020-11-23 11:05:00 -08:00 committed by GitHub
commit 0b84f3b469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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