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

open62541pp: 0.18.0 -> 0.19.0

parent 34fc0d11
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.18.0";
  version = "0.19.0";

  src = fetchFromGitHub {
    owner = "open62541pp";
    repo = "open62541pp";
    rev = "v${finalAttrs.version}";
    hash = "sha256-xFiL+biDETGNwWzbTcfAi3GF1Dj9vvXEj2wJ+GoFz1Q=";
    hash = "sha256-aXEYGSwVYr9+mTE7ZF9xFA990k1qrKlV+1KvHz/fB6U=";
  };

  cmakeFlags = [