Unverified Commit d1501db5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #334421 from panicgh/open62541

open62541: 1.4.2 -> 1.4.4
parents c1c0fb73 8b15b3f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,13 +30,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "open62541";
  version = "1.4.2";
  version = "1.4.4";

  src = fetchFromGitHub {
    owner = "open62541";
    repo = "open62541";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ziKtRojc/MqRPG//HPESzJa0W0YaHOlz2Mi35UujOkU=";
    hash = "sha256-S0hMxP+jIosI6siw0vt2KO84AQuL7JIPLPTBBXZPwpQ=";
    fetchSubmodules = true;
  };