Unverified Commit 7c7c3b01 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

pkcs11helper: 1.30.0 -> 1.31.0 (#460439)

parents 946b2cf0 ccb4d43f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

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

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

  nativeBuildInputs = [