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

mstflint_access: 4.28.0-1 -> 4.29.0-1



This is a small follow-up on the mstflint bump to 4.29.0-1.
I added a reminder for this in the future.

Signed-off-by: default avatarMarkus Theil <theil.markus@gmail.com>
parent 07c246bd
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 {