mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 20:17:37 +00:00
ipmicfg: update src url
This commit is contained in:
parent
f8e2ebd66d
commit
887c19c18c
@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
|
||||
buildVersion = "220906";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://www.supermicro.com/wftp/utility/IPMICFG/IPMICFG_${version}_build.${buildVersion}.zip";
|
||||
sha256 = "ZumCXuR7M2Ep7maBOBFk0UsxyRo4fBkf+9AVmkz4AF0=";
|
||||
url = "https://www.supermicro.com/Bios/sw_download/481/IPMICFG_${version}_build.${buildVersion}.zip";
|
||||
hash = "sha256-ZumCXuR7M2Ep7maBOBFk0UsxyRo4fBkf+9AVmkz4AF0=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user