open62541pp: 0.17.0 -> 0.18.0 (#397259)

Co-authored-by: sikmir <sikmir@disroot.org>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-09 12:01:28 +00:00
committed by GitHub
co-authored by sikmir
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "open62541pp";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "open62541pp";
repo = "open62541pp";
rev = "v${finalAttrs.version}";
hash = "sha256-593UaEEqWaheqEBUl13ijuC25sNnuPe9a6gbBo7Zo+E=";
hash = "sha256-xFiL+biDETGNwWzbTcfAi3GF1Dj9vvXEj2wJ+GoFz1Q=";
};
cmakeFlags = [