Unverified Commit c60e9f46 authored by Morgan Jones's avatar Morgan Jones Committed by GitHub
Browse files

pkcs11-provider: 1.0 -> 1.1 (#444707)

parents 0f1e7c9e 56c08d9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "pkcs11-provider";
  version = "1.0";
  version = "1.1";

  src = fetchFromGitHub {
    owner = "latchset";
    repo = "pkcs11-provider";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-Q9dmzYDBco+LLVWdORFTjRyk0RX8qhmZ1m+Kgfeyr04=";
    hash = "sha256-QXEwDl6pk8G5ba8lD4uYw2QuD3qS/sgd1od8crHct2s=";
  };

  buildInputs = [