open62541pp: 0.19.0 -> 0.20.0

This commit is contained in:
R. Ryantm
2025-11-23 01:57:22 +00:00
parent 60d40a82c9
commit cd1a5c72f7
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "open62541pp";
version = "0.19.0";
version = "0.20.0";
src = fetchFromGitHub {
owner = "open62541pp";
repo = "open62541pp";
rev = "v${finalAttrs.version}";
hash = "sha256-aXEYGSwVYr9+mTE7ZF9xFA990k1qrKlV+1KvHz/fB6U=";
hash = "sha256-sHB6LLDpg+oA8W2jeIHMTC7YSI2ipUm8LvtNszhbT+c=";
};
cmakeFlags = [