mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 20:47:48 +00:00
earlyoom: 1.2 -> 1.3
https://github.com/rfjakob/earlyoom/blob/v1.3/README.md#changelog
This commit is contained in:
parent
eb9a9bb22a
commit
84ccf54c1a
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user