Nicolas Benes 2024-08-13 17:35:23 +02:00
parent 6bf2a1180b
commit 8b15b3f84a

View File

@ -30,13 +30,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "open62541";
version = "1.4.2";
version = "1.4.4";
src = fetchFromGitHub {
owner = "open62541";
repo = "open62541";
rev = "v${finalAttrs.version}";
hash = "sha256-ziKtRojc/MqRPG//HPESzJa0W0YaHOlz2Mi35UujOkU=";
hash = "sha256-S0hMxP+jIosI6siw0vt2KO84AQuL7JIPLPTBBXZPwpQ=";
fetchSubmodules = true;
};