Merge pull request #324981 from r-ryantm/auto-update/open62541

open62541: 1.4.1 -> 1.4.2
This commit is contained in:
Aleksana
2024-07-10 17:59:19 +08:00
committed by GitHub
+2 -2
View File
@@ -30,13 +30,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "open62541";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "open62541";
repo = "open62541";
rev = "v${finalAttrs.version}";
hash = "sha256-An8Yg6VSelNV/7poLEOjeiIb0+eMoQWG7sYqhytEKMA=";
hash = "sha256-ziKtRojc/MqRPG//HPESzJa0W0YaHOlz2Mi35UujOkU=";
fetchSubmodules = true;
};