Commit b3cc7c9f authored by R. RyanTM's avatar R. RyanTM
Browse files

mcp-nixos: 1.0.2 -> 1.0.3

parent 106ab26a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "mcp-nixos";
  version = "1.0.2";
  version = "1.0.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "utensils";
    repo = "mcp-nixos";
    tag = "v${version}";
    hash = "sha256-SbmfP5Qo7liu39tTpIm6IC2qfwChooTYaPZiJqgwTzY=";
    hash = "sha256-UCsJ8eDuHL14u2GFIYEY/drtZ6jht5zN/G/6QNlEy2g=";
  };

  patches = [