shithub: m8c

Download patch

ref: c3cc1b449844a1285c10976da89b0f9dc2b5ea3d
parent: c209f5c67a58bc61495698a30a85198d3d4b255e
author: GitHub Actions <github-actions@github.com>
date: Thu Sep 25 14:33:08 EDT 2025

Update version and hash in flake.nix to 2.2.0

--- a/flake.nix
+++ b/flake.nix
@@ -15,7 +15,7 @@
   outputs = { self, nixpkgs, systems, treefmt-nix, ... }:
     let
       pname = "m8c";
-      version = "2.1.0";
+      version = "2.2.0";
       m8c-package =
         { stdenv
         , cmake
--