Unverified Commit e0c09c1b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

open62541: 1.4.4 -> 1.4.6 (#346691)

parents e75d50d9 7bd2b837
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.4";
  version = "1.4.6";

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