open62541: 1.3.6 -> 1.3.7

https://github.com/open62541/open62541/releases/tag/v1.3.7
This commit is contained in:
Nicolas Benes 2023-09-08 22:53:51 +02:00
parent b37283985b
commit bf0647fd2e

View file

@ -31,13 +31,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "open62541";
version = "1.3.6";
version = "1.3.7";
src = fetchFromGitHub {
owner = "open62541";
repo = "open62541";
rev = "v${finalAttrs.version}";
hash = "sha256-cmD01D49pHEHN0QQtE5RXv0YZ/MPIWnubeUY6BH4DrU=";
hash = "sha256-XmoLmBGTMA6cejLiNU8hAVnHd35eh6lTIu9csmiR+4U=";
fetchSubmodules = true;
};