Merge pull request #254097 from panicgh/open62541

open62541: 1.3.6 -> 1.3.7
This commit is contained in:
Mario Rodas 2023-09-10 07:45:50 -05:00 committed by GitHub
commit 0e9f204e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};