Unverified Commit ee8eb92f authored by Tristan Ross's avatar Tristan Ross Committed by GitHub
Browse files

Merge pull request #320168 from numinit/pkcs11-provider-0.5

pkcs11-provider: 0.4 -> 0.5
parents 8f1e8d56 877e248c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "pkcs11-provider";
  version = "0.4";
  version = "0.5";

  src = fetchFromGitHub {
    owner = "latchset";
    repo = "pkcs11-provider";
    rev = "v${version}";
    hash = "sha256-f4BbW2awSXS1srSkn1CTRCqNp+2pvVpc4YL79Ht0w0A=";
    hash = "sha256-ii2xQPBgqIjrAP27qTQR9IXbEGZcc79M/cYzFwcAajQ=";
  };

  buildInputs = [ openssl nss p11-kit ];