Skip to content

Commit 7bd2b83

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/op/open62541/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ in
3030

3131
stdenv.mkDerivation (finalAttrs: {
3232
pname = "open62541";
33-
version = "1.4.4";
33+
version = "1.4.6";
3434

3535
src = fetchFromGitHub {
3636
owner = "open62541";
3737
repo = "open62541";
3838
rev = "v${finalAttrs.version}";
39-
hash = "sha256-S0hMxP+jIosI6siw0vt2KO84AQuL7JIPLPTBBXZPwpQ=";
39+
hash = "sha256-9fbTOJWnjiOy7Ge5n9jfwHDzUicTAXN8VqelPr8mMDI=";
4040
fetchSubmodules = true;
4141
};
4242

0 commit comments

Comments
 (0)