Unverified Commit 9a860478 authored by WilliButz's avatar WilliButz Committed by GitHub
Browse files

Merge pull request #336503 from thillux/mstflint

mstflint_access: 4.28.0-1 -> 4.29.0-1
parents 23e365fc a755db71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {

  src = fetchurl {
    url = "https://github.com/Mellanox/mstflint/releases/download/v${version}/kernel-mstflint-${version}.tar.gz";
    hash = "sha256-bWYglHJUNCPT13N7aBdjbLPMZIk7vjvF+o9W3abDNr0=";
    hash = "sha256-D++AnLUEB8d9WlReY/Ewp8E2cvbapJ3QrvYySKwaszk=";
  };

  nativeBuildInputs = [ kmod ] ++ kernel.moduleBuildDependencies;
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@

stdenv.mkDerivation rec {
  pname = "mstflint";

  # if you update the version of this package, also update the input hash in mstflint_access!
  version = "4.29.0-1";

  src = fetchurl {