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:
@@ -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 = "1.1";
|
VERSION = "1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rfjakob";
|
owner = "rfjakob";
|
||||||
repo = "earlyoom";
|
repo = "earlyoom";
|
||||||
rev = "v${VERSION}";
|
rev = "v${VERSION}";
|
||||||
sha256 = "1hczn59mmx287hnlhcmpxrf3jy3arllif165dq7b2ha6w3ywngww";
|
sha256 = "0bpqlbsjcmcizgw75j1zyw1sp2cgwhaar9y70sibw1km011yqbzd";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user