libtpms: 0.10.1 -> 0.10.2

This commit is contained in:
R. Ryantm
2026-01-03 00:33:56 +00:00
parent 5e931b16fa
commit 6474c2bacf
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libtpms";
version = "0.10.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "libtpms";
rev = "v${version}";
sha256 = "sha256-uj06cAhepTOFxSeiBY/UVP/rtBQHLvrODe4ljU6ALOE=";
sha256 = "sha256-UhEpq5f/FT5DmtzQBe/Si414mOq+D4glikgRNK60GKQ=";
};
hardeningDisable = [ "strictflexarrays3" ];