radsecproxy: 1.11.2 -> 1.11.3

This commit is contained in:
R. Ryantm
2026-07-13 19:29:44 +00:00
parent b6511a3b8b
commit 95ec73c5cb
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "radsecproxy";
version = "1.11.2";
version = "1.11.3";
src = fetchFromGitHub {
owner = "radsecproxy";
repo = "radsecproxy";
tag = finalAttrs.version;
hash = "sha256-E7nU6NgCmwRzX5j1Zyx/LTztjLqYJKv+3VU6UE0HhZA=";
hash = "sha256-QSRK7uljYn2kqGypfkZBWhVPGk/x1y6WT9FT5pqwWS0=";
};
nativeBuildInputs = [ autoreconfHook ];