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:
parent
e74fbedb9f
commit
8e7a7e9539
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opencryptoki-${version}";
|
name = "opencryptoki-${version}";
|
||||||
version = "3.8.1";
|
version = "3.8.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "opencryptoki";
|
owner = "opencryptoki";
|
||||||
repo = "opencryptoki";
|
repo = "opencryptoki";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1m618pjfzw18irmh6i4pfq1gvcxgyfh9ikjn33nrdj55v2l27g31";
|
sha256 = "1rf7cmibmx636vzv7p54g212478a8wim2lfjf2861hfd0m96nv4l";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook libtool bison flex ];
|
nativeBuildInputs = [ autoreconfHook libtool bison flex ];
|
||||||
|
Loading…
Reference in New Issue
Block a user