summary refs log tree commit diff
path: root/pkgs/tools/system/efibootmgr
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-11 00:45:18 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-11 00:45:18 -0700
commit82058196299ce102eefc3b004173ce8d6282edfc (patch)
treef21cf6ce6c2c3d9146e3c51ab169c65e15d801ba /pkgs/tools/system/efibootmgr
parentf28bf68bc4f93193d296718a37f94189f91ab14d (diff)
downloadnixpkgs-82058196299ce102eefc3b004173ce8d6282edfc.tar
nixpkgs-82058196299ce102eefc3b004173ce8d6282edfc.tar.gz
nixpkgs-82058196299ce102eefc3b004173ce8d6282edfc.tar.bz2
nixpkgs-82058196299ce102eefc3b004173ce8d6282edfc.tar.lz
nixpkgs-82058196299ce102eefc3b004173ce8d6282edfc.tar.xz
nixpkgs-82058196299ce102eefc3b004173ce8d6282edfc.tar.zst
nixpkgs-82058196299ce102eefc3b004173ce8d6282edfc.zip
efibootmgr: 15 -> 16
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/efibootmgr/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/vfs7k6wfqa5xci24ckn8i28qkksw7wam-efibootmgr-16/bin/efibootdump --help’ got 0 exit code
- ran ‘/nix/store/vfs7k6wfqa5xci24ckn8i28qkksw7wam-efibootmgr-16/bin/efibootdump help’ got 0 exit code
- ran ‘/nix/store/vfs7k6wfqa5xci24ckn8i28qkksw7wam-efibootmgr-16/bin/efibootmgr -h’ got 0 exit code
- ran ‘/nix/store/vfs7k6wfqa5xci24ckn8i28qkksw7wam-efibootmgr-16/bin/efibootmgr --help’ got 0 exit code
- ran ‘/nix/store/vfs7k6wfqa5xci24ckn8i28qkksw7wam-efibootmgr-16/bin/efibootmgr help’ got 0 exit code
- ran ‘/nix/store/vfs7k6wfqa5xci24ckn8i28qkksw7wam-efibootmgr-16/bin/efibootmgr -V’ and found version 16
- ran ‘/nix/store/vfs7k6wfqa5xci24ckn8i28qkksw7wam-efibootmgr-16/bin/efibootmgr --version’ and found version 16
- found 16 with grep in /nix/store/vfs7k6wfqa5xci24ckn8i28qkksw7wam-efibootmgr-16
- directory tree listing: https://gist.github.com/d9d04d34e09782b7b051fbc60d7793aa
Diffstat (limited to 'pkgs/tools/system/efibootmgr')
-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 08cdec72c5b..fbce70e9e8e 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" ];