Merge pull request #251292 from r-ryantm/auto-update/swtpm

swtpm: 0.8.0 -> 0.8.1
This commit is contained in:
Matthias Beyer 2023-08-25 10:43:55 +02:00 committed by GitHub
commit fad6722244
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "swtpm";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "swtpm";
rev = "v${version}";
sha256 = "sha256-O+sHkmQ47FbqsgWpaqAc/j2AJ5xzsvpBj/p0Zea1nSI=";
sha256 = "sha256-QKR5S7FlMFDw4+VpyRdqixMWyzLpQkf3QCUceQvsliU=";
};
nativeBuildInputs = [