linuxPackages.tt-kmd: 2.0.0 -> 2.3.0 (#436504)

authored by Masum Reza and committed by GitHub 9c416f21 3d7315b4

+2 -2
+2 -2
pkgs/os-specific/linux/tt-kmd/default.nix
··· 7 7 }: 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "tt-kmd"; 10 - version = "2.0.0"; 10 + version = "2.3.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "tenstorrent"; 14 14 repo = "tt-kmd"; 15 15 tag = "ttkmd-${finalAttrs.version}"; 16 - hash = "sha256-Y85857oWzsltRyRWpK8Wi0H38mBFwqM3+iXkwVK4DPY="; 16 + hash = "sha256-o9F6WsiNQGD/0VraBVO2oEwPTc2Yjh3aitvITp/M2+4="; 17 17 }; 18 18 19 19 nativeBuildInputs = kernel.moduleBuildDependencies;