diff --git a/pkgs/by-name/op/open62541pp/package.nix b/pkgs/by-name/op/open62541pp/package.nix index ab82afaf1b2f..d69e992e0064 100644 --- a/pkgs/by-name/op/open62541pp/package.nix +++ b/pkgs/by-name/op/open62541pp/package.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "open62541pp"; - version = "0.20.0"; + version = "0.21.0"; src = fetchFromGitHub { owner = "open62541pp"; repo = "open62541pp"; - rev = "v${finalAttrs.version}"; - hash = "sha256-sHB6LLDpg+oA8W2jeIHMTC7YSI2ipUm8LvtNszhbT+c="; + tag = "v${finalAttrs.version}"; + hash = "sha256-mxrAJjOwRZ85zy6zE0P4z+ToTK3goRZv0xKimUjA69M="; }; cmakeFlags = [ @@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "C++ wrapper of the open62541 OPC UA library"; homepage = "https://open62541pp.github.io/open62541pp"; - changelog = "https://github.com/open62541pp/open62541pp/releases/tag/${finalAttrs.src.rev}"; + changelog = "https://github.com/open62541pp/open62541pp/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ sikmir ]; platforms = lib.platforms.unix;