forked from mirrors/nixpkgs
earlyoom: 0.11 -> 1.1
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:
parent
41457058da
commit
96c66faa49
|
@ -3,13 +3,13 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "earlyoom-${VERSION}";
|
name = "earlyoom-${VERSION}";
|
||||||
# This environment variable is read by make to set the build version.
|
# This environment variable is read by make to set the build version.
|
||||||
VERSION = "0.11";
|
VERSION = "1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rfjakob";
|
owner = "rfjakob";
|
||||||
repo = "earlyoom";
|
repo = "earlyoom";
|
||||||
rev = "v${VERSION}";
|
rev = "v${VERSION}";
|
||||||
sha256 = "1k3xslb70fzk80wlka32l0k2v45qn1xgwyjkjiz85gv6v4mv92vl";
|
sha256 = "1hczn59mmx287hnlhcmpxrf3jy3arllif165dq7b2ha6w3ywngww";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue