Skip to content

Commit 5d053ff

Browse files
open62541pp: 0.17.0 -> 0.18.0 (#397259)
Co-authored-by: sikmir <[email protected]>
2 parents 70f67d2 + a6b27af commit 5d053ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "open62541pp";
11-
version = "0.17.0";
11+
version = "0.18.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "open62541pp";
1515
repo = "open62541pp";
1616
rev = "v${finalAttrs.version}";
17-
hash = "sha256-593UaEEqWaheqEBUl13ijuC25sNnuPe9a6gbBo7Zo+E=";
17+
hash = "sha256-xFiL+biDETGNwWzbTcfAi3GF1Dj9vvXEj2wJ+GoFz1Q=";
1818
};
1919

2020
cmakeFlags = [

0 commit comments

Comments
 (0)