about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-10 06:22:41 -0800
committerTimo Kaufmann <timokau@zoho.com>2018-11-10 15:22:41 +0100
commite5508a4f2817885fde9289593ceee5058060410d (patch)
treed68a532a5db46f3c9a0f8fc8a4d2433daa6008f7 /pkgs/os-specific
parent9e0ec0008176aa669ced0e0d503a96de57014ac7 (diff)
downloadnixlib-e5508a4f2817885fde9289593ceee5058060410d.tar
nixlib-e5508a4f2817885fde9289593ceee5058060410d.tar.gz
nixlib-e5508a4f2817885fde9289593ceee5058060410d.tar.bz2
nixlib-e5508a4f2817885fde9289593ceee5058060410d.tar.lz
nixlib-e5508a4f2817885fde9289593ceee5058060410d.tar.xz
nixlib-e5508a4f2817885fde9289593ceee5058060410d.tar.zst
nixlib-e5508a4f2817885fde9289593ceee5058060410d.zip
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
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/earlyoom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/earlyoom/default.nix b/pkgs/os-specific/linux/earlyoom/default.nix
index 0c2f1a872fd9..5154f68cde4e 100644
--- a/pkgs/os-specific/linux/earlyoom/default.nix
+++ b/pkgs/os-specific/linux/earlyoom/default.nix
@@ -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 = ''