open62541pp: 0.20.0 -> 0.21.0

This commit is contained in:
R. Ryantm
2026-02-18 21:12:33 +04:00
committed by Nikolay Korotkiy
parent 50a029a766
commit 72bfe1fa14
+4 -4
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "open62541pp";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "open62541pp";
repo = "open62541pp";
rev = "v${finalAttrs.version}";
hash = "sha256-sHB6LLDpg+oA8W2jeIHMTC7YSI2ipUm8LvtNszhbT+c=";
tag = "v${finalAttrs.version}";
hash = "sha256-mxrAJjOwRZ85zy6zE0P4z+ToTK3goRZv0xKimUjA69M=";
};
cmakeFlags = [
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "C++ wrapper of the open62541 OPC UA library";
homepage = "https://open62541pp.github.io/open62541pp";
changelog = "https://github.com/open62541pp/open62541pp/releases/tag/${finalAttrs.src.rev}";
changelog = "https://github.com/open62541pp/open62541pp/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ sikmir ];
platforms = lib.platforms.unix;