Unverified Commit 2bab6d7a authored by numinit's avatar numinit Committed by GitHub
Browse files

easyrsa: 3.2.4 -> 3.2.5 (#470574)

parents 0eea26b5 9a4eb95c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "easyrsa";
  version = "3.2.4";
  version = "3.2.5";

  src = fetchFromGitHub {
    owner = "OpenVPN";
    repo = "easy-rsa";
    rev = "v${version}";
    hash = "sha256-X/EXiiSLDSxxSSNnb6lkPsvdA0vSp/zPN+wSNuUMzrg=";
    hash = "sha256-GD4KL8CqQ8U0ISrLm8zlnfi1AuYK0AZLiLuufEhZ7B0=";
  };

  nativeBuildInputs = [ makeWrapper ];