about summary refs log tree commit diff
path: root/pkgs/misc/tpm2-pkcs11
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-10 12:27:03 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-10 12:27:03 +0000
commitfbd175b11f64963b737683a32eaa34e8f430c639 (patch)
treeb45fb024c381fd5195011a9c2d63700d16e1c3e2 /pkgs/misc/tpm2-pkcs11
parent0eb0ddc4dbe3cd5415c6b6e657538eb809fc3778 (diff)
tpm2-pkcs11: 1.0.1 -> 1.1.0
Diffstat (limited to 'pkgs/misc/tpm2-pkcs11')
-rw-r--r--pkgs/misc/tpm2-pkcs11/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/tpm2-pkcs11/default.nix b/pkgs/misc/tpm2-pkcs11/default.nix
index d34619d5b52d2..9e3be1101a63d 100644
--- a/pkgs/misc/tpm2-pkcs11/default.nix
+++ b/pkgs/misc/tpm2-pkcs11/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tpm2-pkcs11";
-  version = "1.0.1";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "tpm2-software";
     repo = pname;
     rev = version;
-    sha256 = "sha256:06kpf730al50xv1q53ahycky3im23ysrqp40libls4k24zxs9ha2";
+    sha256 = "0gqbbxh1y2vcznxw96xn1wpcvg613zzzrbbfrqbw3p7spbn65yfq";
   };
 
   patches = lib.singleton (
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A PKCS#11 interface for TPM2 hardware";
-    homepage = https://github.com/tpm2-software/tpm2-pkcs11;
+    homepage = "https://github.com/tpm2-software/tpm2-pkcs11";
     license = licenses.bsd2;
     platforms = platforms.linux;
     maintainers = with maintainers; [ lschuermann ];