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.
1 parent 67f2d22 commit 835af52Copy full SHA for 835af52
package.nix
@@ -1,7 +1,7 @@
1
{ buildGoModule, versionCheckHook }:
2
buildGoModule (finalAttrs: {
3
pname = "sysdig-mcp-server";
4
- version = "0.5.1";
+ version = "0.5.2";
5
src = ./.;
6
# This hash is automatically re-calculated with `just rehash-package-nix`. This is automatically called as well by `just bump`.
7
vendorHash = "sha256-jf/px0p88XbfuSPMry/qZcfR0QPTF9IrPegg2CwAd6M=";
0 commit comments