Unverified Commit aa51f787 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

Merge pull request #271482 from ereslibre/fix-pkcs11helper

pkcs11helper: 1.29.0 -> 1.30.0
parents 3c1ad28f f69a2325
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 ];