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

open62541: 1.4.10 -> 1.4.12 (#407676)

parents b18c2aa3 c451a5ea
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "open62541";
  version = "1.4.10";
  version = "1.4.12";

  src = fetchFromGitHub {
    owner = "open62541";
    repo = "open62541";
    rev = "v${finalAttrs.version}";
    hash = "sha256-UUN8zLkXyXRbUOGFD6TYKUlbkZCIEJGw/S7xpUWVPxQ=";
    hash = "sha256-FhlYowmu3McXuhOplnN/tnfkHAvRJqIuk60ceFYOmR0=";
    fetchSubmodules = true;
  };

@@ -150,6 +150,8 @@ stdenv.mkDerivation (finalAttrs: {
      rm -r bin/libopen62541*
    '';

  __darwinAllowLocalNetworking = true;

  passthru.updateScript = nix-update-script { };

  passthru.tests =