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

easyrsa: 3.1.7 -> 3.2.0
This commit is contained in:
Matthias Beyer
2024-05-19 10:58:49 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "easyrsa";
version = "3.1.7";
version = "3.2.0";
src = fetchFromGitHub {
owner = "OpenVPN";
repo = "easy-rsa";
rev = "v${version}";
hash = "sha256-zdVcT04nj7eE1a6M7WHeWpwG/TVTwyK+WgD70XwPXfY=";
hash = "sha256-hjebDE7Ts93vtoOTquFbfTWdInhI7HXc4pRxIsvNLtg=";
};
nativeBuildInputs = [ makeWrapper ];