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

radsecproxy: 1.8.0 -> 1.8.1
This commit is contained in:
Ryan Mulligan 2019-10-08 16:12:37 -07:00 committed by GitHub
commit 994b6c7306
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.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "1268lbysa82b6h0101jzs0v6ixvmy3x0d0a8hw37sy95filsjmia";
sha256 = "12pvwd7v3iswki3riycxaiiqxingg4bqnkwc5ay3j4n2kzynr1qg";
};
nativeBuildInputs = [ autoreconfHook ];