We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55ab69 commit a2f243dCopy full SHA for a2f243d
package.nix
@@ -1,7 +1,7 @@
1
{ buildGo126Module, versionCheckHook }:
2
buildGo126Module (finalAttrs: {
3
pname = "sysdig-mcp-server";
4
- version = "1.0.2";
+ version = "1.0.3";
5
src = ./.;
6
# This hash is automatically re-calculated with `just rehash-package-nix`. This is automatically called as well by `just update`.
7
vendorHash = "sha256-7UtPcgvKrpSIUGEgIOTH/BBG9PacBeVtSEsrfBtgWxs=";
0 commit comments