Merge pull request #95172 from r-ryantm/auto-update/radsecproxy

radsecproxy: 1.8.1 -> 1.8.2
This commit is contained in:
Mario Rodas 2020-08-12 08:52:52 -05:00 committed by GitHub
commit 04ee34c52e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "radsecproxy";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "12pvwd7v3iswki3riycxaiiqxingg4bqnkwc5ay3j4n2kzynr1qg";
sha256 = "1g7q128cip1dac9jad58rd96afx4xz7x7vsiv0af8iyq2ivqvs2m";
};
nativeBuildInputs = [ autoreconfHook ];