Unverified Commit 877e248c authored by Morgan Jones's avatar Morgan Jones
Browse files

pkcs11-provider: 0.4 -> 0.5

parent 59c34586
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 ];