swtpm: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2025-04-30 19:11:44 +00:00
parent 547c144d7d
commit b2e00d0682

View file

@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "swtpm";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "swtpm";
rev = "v${finalAttrs.version}";
hash = "sha256-ZEpThaLgieTTBJ9Rouklepq6Bvo/h+2sbabNOo++fc0=";
hash = "sha256-N79vuI0FhawLyQtwVF6ABIvCmEaYefq/YkyrafUfUHE=";
};
nativeBuildInputs = [