mstflint: 4.29.0-1 -> 4.30.0-1 (#354407)

authored by Wolfgang Walther and committed by GitHub e9841dac 710e54a9

+3 -3
+2 -2
pkgs/by-name/ms/mstflint/package.nix
··· 27 27 pname = "mstflint"; 28 28 29 29 # if you update the version of this package, also update the input hash in mstflint_access! 30 - version = "4.29.0-1"; 30 + version = "4.30.0-1"; 31 31 32 32 src = fetchurl { 33 33 url = "https://github.com/Mellanox/mstflint/releases/download/v${version}/mstflint-${version}.tar.gz"; 34 - hash = "sha256-G9BIFG8f4Ek9R3CyRLAuMpgbScrtBo/ZaiJwAQMiBlQ="; 34 + hash = "sha256-8v0aeVy1ZGbzNdL71V1qm6sgEy0e3eb2F1DP8L3m2ns="; 35 35 }; 36 36 37 37 nativeBuildInputs = [
+1 -1
pkgs/os-specific/linux/mstflint_access/default.nix
··· 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/Mellanox/mstflint/releases/download/v${version}/kernel-mstflint-${version}.tar.gz"; 9 - hash = "sha256-D++AnLUEB8d9WlReY/Ewp8E2cvbapJ3QrvYySKwaszk="; 9 + hash = "sha256-DfXaU31itartFgTeCtWNZrskjUqc1a62dRO/gTfgCHk="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ kmod ] ++ kernel.moduleBuildDependencies;