Skip to content

Commit

Permalink
open62541: 1.4.4 -> 1.4.6 (NixOS#346691)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Oct 13, 2024
2 parents e75d50d + 7bd2b83 commit e0c09c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/op/open62541/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit e0c09c1

Please sign in to comment.