Merge pull request #261032 from r-ryantm/auto-update/easyrsa

easyrsa: 3.1.6 -> 3.1.7
This commit is contained in:
OTABI Tomoya 2023-10-16 13:38:43 +09:00 committed by GitHub
commit 4cf226ce50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "easyrsa";
version = "3.1.6";
version = "3.1.7";
src = fetchFromGitHub {
owner = "OpenVPN";
repo = "easy-rsa";
rev = "v${version}";
sha256 = "sha256-VbL2QXc4IaTe6u17nhByIk+SEsKLhl6sk85E5moGfjs=";
sha256 = "sha256-zdVcT04nj7eE1a6M7WHeWpwG/TVTwyK+WgD70XwPXfY=";
};
nativeBuildInputs = [ makeWrapper ];