2022-11-11T02:25:58 efibootmgr 17 -> 18 https://github.com/rhboot/efibootmgr/releases 2022-11-11T02:26:00 attrpath: efibootmgr 2022-11-11T02:26:00 Checking auto update branch... 2022-11-11T02:26:00 No auto update branch exists 2022-11-11T02:26:01 Old version 17" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, pkg-config, efivar, popt }: stdenv.mkDerivation rec { pname = "efibootmgr"; version = "18"; src = fetchFromGitHub { owner = "rhboot"; repo = "efibootmgr"; rev = version; hash = "sha256-DYYQGALEn2+mRHgqCJsA7OQCF7xirIgQlWexZ9uoKcg="; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ efivar popt ]; makeFlags = [ "EFIDIR=nixos" "PKG_CONFIG=${stdenv.cc.targetPrefix}pkg-config" ]; installFlags = [ "prefix=$(out)" ]; meta = with lib; { description = "A Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager"; homepage = "https://github.com/rhboot/efibootmgr"; license = licenses.gpl2Only; maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } 2022-11-11T10:47:13 efibootmgr 17 -> 18 https://repology.org/metapackage/efibootmgr/versions 2022-11-11T10:47:15 attrpath: efibootmgr 2022-11-11T10:47:15 Checking auto update branch... 2022-11-11T10:47:15 No auto update branch exists 2022-11-11T10:47:16 Old version 17" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, pkg-config, efivar, popt }: stdenv.mkDerivation rec { pname = "efibootmgr"; version = "18"; src = fetchFromGitHub { owner = "rhboot"; repo = "efibootmgr"; rev = version; hash = "sha256-DYYQGALEn2+mRHgqCJsA7OQCF7xirIgQlWexZ9uoKcg="; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ efivar popt ]; makeFlags = [ "EFIDIR=nixos" "PKG_CONFIG=${stdenv.cc.targetPrefix}pkg-config" ]; installFlags = [ "prefix=$(out)" ]; meta = with lib; { description = "A Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager"; homepage = "https://github.com/rhboot/efibootmgr"; license = licenses.gpl2Only; maintainers = with maintainers; [ ]; platforms = platforms.linux; }; }