radsecproxy: 1.11.1 -> 1.11.2

This commit is contained in:
R. Ryantm
2025-03-25 19:00:40 +00:00
parent db6ea9d70b
commit c7cda9f01c
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "radsecproxy";
version = "1.11.1";
version = "1.11.2";
src = fetchFromGitHub {
owner = "radsecproxy";
repo = "radsecproxy";
tag = version;
hash = "sha256-2+NDcz2RGRa30+XXS/PT5rjjKJYEnibYY3mVWjDv7Jk=";
hash = "sha256-E7nU6NgCmwRzX5j1Zyx/LTztjLqYJKv+3VU6UE0HhZA=";
};
nativeBuildInputs = [ autoreconfHook ];