Commit a6b27afa authored by R. RyanTM's avatar R. RyanTM
Browse files

open62541pp: 0.17.0 -> 0.18.0

parent 6a39c6e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [