Merge pull request #336503 from thillux/mstflint

mstflint_access: 4.28.0-1 -> 4.29.0-1
This commit is contained in:
WilliButz
2024-08-22 13:33:15 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -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
View File
@@ -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 {