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

easyrsa: 3.1.4 -> 3.1.5
This commit is contained in:
Nick Cao
2023-06-15 01:18:56 -06:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "easyrsa";
version = "3.1.4";
version = "3.1.5";
src = fetchFromGitHub {
owner = "OpenVPN";
repo = "easy-rsa";
rev = "v${version}";
sha256 = "sha256-2UIeHc5I6cvuD9DAFxwFbWOKNjV1StIBItxARohe0qk=";
sha256 = "sha256-GOgwGCsutg4WsBjs1f9jiTS2fvmVMyWCoTw+J/7iZG0=";
};
nativeBuildInputs = [ makeWrapper ];