open62541: 1.3.9 -> 1.3.10

https://github.com/open62541/open62541/releases/tag/v1.3.10
This commit is contained in:
Nicolas Benes 2024-04-11 17:17:03 +02:00
parent 9030f1e684
commit 015edb2ebe
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "open62541";
version = "1.3.9";
version = "1.3.10";
src = fetchFromGitHub {
owner = "open62541";
repo = "open62541";
rev = "v${finalAttrs.version}";
hash = "sha256-FnLMR54xjIyYRqwCnvMJsNgsVwH7hVAixCNGhfIZPiw=";
hash = "sha256-FekO0cKgpYulMXz4r0/TUPz2tawC4k3Sq07Og4xqh4I=";
fetchSubmodules = true;
};