libp11: 0.4.13 -> 0.4.17

This commit is contained in:
cyclopentane
2026-02-15 14:36:58 +01:00
parent e8452a838a
commit 07280ffbf5
+3 -2
View File
@@ -10,17 +10,18 @@
stdenv.mkDerivation rec {
pname = "libp11";
version = "0.4.13";
version = "0.4.17";
src = fetchFromGitHub {
owner = "OpenSC";
repo = "libp11";
rev = "${pname}-${version}";
sha256 = "sha256-xH5Ic8HpWB5O2MWXf2A9FUiV10VZajDdPqEVF0Hs6u0=";
sha256 = "sha256-ST1st+bktGu4G7m8BXuUk+WsTDBj7BcfNFGiiZt1obU=";
};
configureFlags = [
"--with-enginesdir=${placeholder "out"}/lib/engines"
"--with-modulesdir=${placeholder "out"}/lib/ossl-module"
];
nativeBuildInputs = [