Skip to content

Commit e3a39e5

Browse files
authored
open62541pp: 0.18.0 -> 0.19.0 (#409869)
2 parents 8e57d27 + e9bb9b4 commit e3a39e5

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.18.0";
11+
version = "0.19.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "open62541pp";
1515
repo = "open62541pp";
1616
rev = "v${finalAttrs.version}";
17-
hash = "sha256-xFiL+biDETGNwWzbTcfAi3GF1Dj9vvXEj2wJ+GoFz1Q=";
17+
hash = "sha256-aXEYGSwVYr9+mTE7ZF9xFA990k1qrKlV+1KvHz/fB6U=";
1818
};
1919

2020
cmakeFlags = [

0 commit comments

Comments
 (0)