Unverified Commit e3a39e5b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

open62541pp: 0.18.0 -> 0.19.0 (#409869)

parents 8e57d27a e9bb9b49
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 = [