1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-12 08:01:50 +00:00

Merge pull request #94093 from r-ryantm/auto-update/ibm-sw-tpm2

ibm-sw-tpm2: 1628 -> 1637
This commit is contained in:
Silvan Mosberger 2020-08-23 18:50:11 +02:00 committed by GitHub
commit 4abb13c9b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ibm-sw-tpm2";
version = "1628";
version = "1637";
src = fetchurl {
url = "mirror://sourceforge/ibmswtpm2/ibmtpm${version}.tar.gz";
sha256 = "18wywbsdp5sjrapznk2ydbmx0whz513dhybn1lls24xfl7kp9s58";
sha256 = "09z3wbv38dc8wnw1q961s6bcd0kvz2xkjp6dxg4kn914fwzlqfnx";
};
buildInputs = [ openssl ];