earlyoom: 1.1 -> 1.2 (#50119)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/earlyoom/versions
This commit is contained in:
R. RyanTM 2018-11-10 06:22:41 -08:00 committed by Timo Kaufmann
parent 9e0ec00081
commit e5508a4f28

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "earlyoom-${VERSION}";
# This environment variable is read by make to set the build version.
VERSION = "1.1";
VERSION = "1.2";
src = fetchFromGitHub {
owner = "rfjakob";
repo = "earlyoom";
rev = "v${VERSION}";
sha256 = "1hczn59mmx287hnlhcmpxrf3jy3arllif165dq7b2ha6w3ywngww";
sha256 = "0bpqlbsjcmcizgw75j1zyw1sp2cgwhaar9y70sibw1km011yqbzd";
};
installPhase = ''