mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:44:07 +01:00
mlxbf-bootimages: 4.11.0-13611 -> 4.14.0-13878 (#497233)
This commit is contained in:
commit
2ff0010ee0
1 changed files with 5 additions and 5 deletions
|
|
@ -5,13 +5,13 @@
|
|||
dpkg,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "mlxbf-bootimages";
|
||||
version = "4.11.0-13611";
|
||||
version = "4.14.0-13878";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://linux.mellanox.com/public/repo/bluefield/${version}/bootimages/prod/${pname}-signed_${version}_arm64.deb";
|
||||
hash = "sha256-bZpZ6qnC3Q/BuOngS4ZoU6vjeekPjVom0KdDoJF5iko=";
|
||||
url = "https://linux.mellanox.com/public/repo/doca/3.3.0-${finalAttrs.version}/ubuntu24.04/arm64/mlxbf-bootimages-signed_${finalAttrs.version}_arm64.deb";
|
||||
hash = "sha256-CeUjmyU1kfsQWNFm/EN3arF7t8lM1o7p9oF7DqeiCnk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
@ -40,4 +40,4 @@ stdenv.mkDerivation rec {
|
|||
thillux
|
||||
];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue