3
0
Fork 0
forked from mirrors/nixpkgs

earlyoom: 1.2 -> 1.3

https://github.com/rfjakob/earlyoom/blob/v1.3/README.md#changelog
This commit is contained in:
Will Dietz 2019-05-28 18:31:38 -05:00
parent eb9a9bb22a
commit 84ccf54c1a
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

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.2";
VERSION = "1.3";
src = fetchFromGitHub {
owner = "rfjakob";
repo = "earlyoom";
rev = "v${VERSION}";
sha256 = "0bpqlbsjcmcizgw75j1zyw1sp2cgwhaar9y70sibw1km011yqbzd";
sha256 = "0fwbx0y80nqgkxrc9kf9j3iwa0wbps2jmqir3pgqbc2cj0wjh0lr";
};
installPhase = ''