Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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"

authored by Ryan Mulligan and committed by Frederik Rietdijk 8e7a7e95 e74fbedb

+2 -2
+2 -2
pkgs/tools/security/opencryptoki/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "opencryptoki-${version}"; 5 - version = "3.8.1"; 6 7 src = fetchFromGitHub { 8 owner = "opencryptoki"; 9 repo = "opencryptoki"; 10 rev = "v${version}"; 11 - sha256 = "1m618pjfzw18irmh6i4pfq1gvcxgyfh9ikjn33nrdj55v2l27g31"; 12 }; 13 14 nativeBuildInputs = [ autoreconfHook libtool bison flex ];
··· 2 3 stdenv.mkDerivation rec { 4 name = "opencryptoki-${version}"; 5 + version = "3.8.2"; 6 7 src = fetchFromGitHub { 8 owner = "opencryptoki"; 9 repo = "opencryptoki"; 10 rev = "v${version}"; 11 + sha256 = "1rf7cmibmx636vzv7p54g212478a8wim2lfjf2861hfd0m96nv4l"; 12 }; 13 14 nativeBuildInputs = [ autoreconfHook libtool bison flex ];