Loading pkgs/os-specific/linux/mstflint_access/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://github.com/Mellanox/mstflint/releases/download/v${version}/kernel-mstflint-${version}.tar.gz"; hash = "sha256-kQBv/67miw6lSHIcCVYy66B7OHVofFs2N+evtsQ3Ovk="; hash = "sha256-VO4nXGlqp955xmNyAD/TdOfLEA2CKouOJmLnRCvjnaw="; }; nativeBuildInputs = [ kmod ] ++ kernel.moduleBuildDependencies; Loading Loading
pkgs/os-specific/linux/mstflint_access/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://github.com/Mellanox/mstflint/releases/download/v${version}/kernel-mstflint-${version}.tar.gz"; hash = "sha256-kQBv/67miw6lSHIcCVYy66B7OHVofFs2N+evtsQ3Ovk="; hash = "sha256-VO4nXGlqp955xmNyAD/TdOfLEA2CKouOJmLnRCvjnaw="; }; nativeBuildInputs = [ kmod ] ++ kernel.moduleBuildDependencies; Loading