We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70f67d2 + a6b27af commit 5d053ffCopy full SHA for 5d053ff
pkgs/by-name/op/open62541pp/package.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "open62541pp";
11
- version = "0.17.0";
+ version = "0.18.0";
12
13
src = fetchFromGitHub {
14
owner = "open62541pp";
15
repo = "open62541pp";
16
rev = "v${finalAttrs.version}";
17
- hash = "sha256-593UaEEqWaheqEBUl13ijuC25sNnuPe9a6gbBo7Zo+E=";
+ hash = "sha256-xFiL+biDETGNwWzbTcfAi3GF1Dj9vvXEj2wJ+GoFz1Q=";
18
};
19
20
cmakeFlags = [
0 commit comments