We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927323a commit edf9a19Copy full SHA for edf9a19
package.nix
@@ -1,7 +1,7 @@
1
{ buildGo126Module, versionCheckHook }:
2
buildGo126Module (finalAttrs: {
3
pname = "sysdig-mcp-server";
4
- version = "1.0.3";
+ version = "1.0.4";
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-IjVs+Mm9kV9pXoEOE3En2u+/jd/ITXZi0kp2+L92Mso=";
0 commit comments