Merge pull request #144427 from r-ryantm/auto-update/libtpms

libtpms: 0.8.6 -> 0.9.0

authored by

Bobby Rong and committed by
GitHub
ce681771 2bc9f624

+2 -2
+2 -2
pkgs/tools/security/libtpms/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "libtpms"; 10 - version = "0.8.6"; 10 + version = "0.9.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "stefanberger"; 14 14 repo = "libtpms"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-XvugcpoFQhdCBBg7hOgsUzSn4ad7RUuAEkvyiPLg4Lw="; 16 + sha256 = "sha256-9u5Yq9PXMADvyWZo5aFa0GNzqVsbyN25o/cYQdbrUO0="; 17 17 }; 18 18 19 19 nativeBuildInputs = [