easyrsa: 3.2.5 -> 3.2.6 (#499717)

This commit is contained in:
Nick Cao
2026-03-16 18:45:16 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "easyrsa";
version = "3.2.5";
version = "3.2.6";
src = fetchFromGitHub {
owner = "OpenVPN";
repo = "easy-rsa";
rev = "v${finalAttrs.version}";
hash = "sha256-GD4KL8CqQ8U0ISrLm8zlnfi1AuYK0AZLiLuufEhZ7B0=";
hash = "sha256-xzCaUR97kS5pbUCTyV9i4lF59nudPJqnI7T2VkReJko=";
};
nativeBuildInputs = [ makeWrapper ];