open62541: 1.4.16 -> 1.4.17

https://github.com/open62541/open62541/releases/tag/v1.4.17
(cherry picked from commit 699b872ccf)
This commit is contained in:
Nicolas Benes 2026-06-28 22:40:26 +02:00 committed by github-actions[bot]
commit e2f2cd8101

View file

@ -33,13 +33,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "open62541";
version = "1.4.16";
version = "1.4.17";
src = fetchFromGitHub {
owner = "open62541";
repo = "open62541";
rev = "v${finalAttrs.version}";
hash = "sha256-PSY1GhaCaBkp1msjynOwHz0SzzoHliM5z5AWghG2ZU4=";
hash = "sha256-EUQ/wXv1dON7MzOKmnyNUY0mTC64qUEF1++YzPC2xIo=";
fetchSubmodules = true;
};