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

open62541pp: 0.19.0 -> 0.20.0 (#464157)

parents bfdf4b32 cd1a5c72
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.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 = [