summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-04-18 22:19:48 -0500
committerGitHub <noreply@github.com>2018-04-18 22:19:48 -0500
commit82e9f024e57188625bfdb799a2ec7f04521749c3 (patch)
tree479f28f37bb4f92a5dfc713b9db899e35fda6787 /pkgs/tools
parente372bc90ed5cbe369a70da887f2f2b13e150d3ba (diff)
parent82058196299ce102eefc3b004173ce8d6282edfc (diff)
downloadnixlib-82e9f024e57188625bfdb799a2ec7f04521749c3.tar
nixlib-82e9f024e57188625bfdb799a2ec7f04521749c3.tar.gz
nixlib-82e9f024e57188625bfdb799a2ec7f04521749c3.tar.bz2
nixlib-82e9f024e57188625bfdb799a2ec7f04521749c3.tar.lz
nixlib-82e9f024e57188625bfdb799a2ec7f04521749c3.tar.xz
nixlib-82e9f024e57188625bfdb799a2ec7f04521749c3.tar.zst
nixlib-82e9f024e57188625bfdb799a2ec7f04521749c3.zip
Merge pull request #38737 from r-ryantm/auto-update/efibootmgr
efibootmgr: 15 -> 16
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/efibootmgr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/efibootmgr/default.nix b/pkgs/tools/system/efibootmgr/default.nix
index 08cdec72c5b9..fbce70e9e8ea 100644
--- a/pkgs/tools/system/efibootmgr/default.nix
+++ b/pkgs/tools/system/efibootmgr/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   name = "efibootmgr-${version}";
-  version = "15";
+  version = "16";
 
   nativeBuildInputs = [ pkgconfig ];
 
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
     owner = "rhboot";
     repo = "efibootmgr";
     rev = version;
-    sha256 = "0z7h1dirp8za6lbbf4f3dzn7l1px891rdymhkbqc10yj6gi1jpqp";
+    sha256 = "0b27h8vf1b6laln5n0wk2hkzyyh87sxanj7wrz9kimyx03dcq6vi";
   };
 
   makeFlags = [ "EFIDIR=nixos" ];