librelp: 1.11.0 -> 1.12.0 (#441632)

This commit is contained in:
Wolfgang Walther
2025-09-13 19:58:51 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "librelp";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "rsyslog";
repo = "librelp";
rev = "v${version}";
sha256 = "sha256-VJlvFiOsIyiu0kBU8NkObtt9j2ElrSzJtvE8wtSlOus=";
sha256 = "sha256-VWW5EM1INxBACoQsIN+mxsJjUKDFbfh2mqdvB/3W6Xw=";
};
nativeBuildInputs = [