0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

easyrsa: 3.2.1 -> 3.2.2 (#378671)

Co-authored-by: numinit <me@numin.it>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-01 22:50:07 +00:00 committed by GitHub
commit 0cc23d26e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "easyrsa";
version = "3.2.1";
version = "3.2.2";
src = fetchFromGitHub {
owner = "OpenVPN";
repo = "easy-rsa";
rev = "v${version}";
hash = "sha256-/c2Redb6whfM2D8hHBrcSaQ3YsBESLjeoKFb5a2lFbQ=";
hash = "sha256-gNuVijMAHVKEHU0Z6INKUZt68qSg5ssxSaXOH/+MU1I=";
};
nativeBuildInputs = [ makeWrapper ];