opencryptoki: 3.8.1 -> 3.8.2

Semi-automatic update. These checks were performed:

- built on NixOS
- found 3.8.2 with grep in /nix/store/4b45r8vab7cxg4b5swyi7x7nvi6cpgci-opencryptoki-3.8.2
- found 3.8.2 in filename of file in /nix/store/4b45r8vab7cxg4b5swyi7x7nvi6cpgci-opencryptoki-3.8.2

cc "@tstrobel"
This commit is contained in:
Ryan Mulligan 2018-02-27 08:45:04 -08:00 committed by Frederik Rietdijk
parent e74fbedb9f
commit 8e7a7e9539

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "opencryptoki-${version}";
version = "3.8.1";
version = "3.8.2";
src = fetchFromGitHub {
owner = "opencryptoki";
repo = "opencryptoki";
rev = "v${version}";
sha256 = "1m618pjfzw18irmh6i4pfq1gvcxgyfh9ikjn33nrdj55v2l27g31";
sha256 = "1rf7cmibmx636vzv7p54g212478a8wim2lfjf2861hfd0m96nv4l";
};
nativeBuildInputs = [ autoreconfHook libtool bison flex ];