Commit d473ce0c authored by Markus Theil's avatar Markus Theil
Browse files

mstflint_access: 4.31.0-1 -> 4.34.0-1

parent 96932e01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;