Unverified Commit f69a2325 authored by Rafael Fernández López's avatar Rafael Fernández López
Browse files

pkcs11helper: 1.29.0 -> 1.30.0

parent 4052ea54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "pkcs11-helper";
  version = "1.29.0";
  version = "1.30.0";

  src = fetchFromGitHub {
    owner = "OpenSC";
    repo = "pkcs11-helper";
    rev = "${pname}-${version}";
    sha256 = "sha256-HPaPmsCJ81NaS7mgRGbR7KFG6AM3s6HXdWKdfREhcLc=";
    hash = "sha256-FP3y/YHsPPqey4QfxIiC4QjruuK1K2Bg+2QL2gXDT+k=";
  };

  nativeBuildInputs = [ autoreconfHook pkg-config ];