libtpms: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm
2025-06-10 19:32:43 +00:00
parent aa81925f05
commit 00031cc76b
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libtpms";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "libtpms";
rev = "v${version}";
sha256 = "sha256-YKs/XYJ8UItOtSinl28/G9XFVzobFd4ZDKtClQDLXFk=";
sha256 = "sha256-uj06cAhepTOFxSeiBY/UVP/rtBQHLvrODe4ljU6ALOE=";
};
nativeBuildInputs = [