shithub: m8c

Download patch

ref: c57a06db152c56449df9723c5779617016a06382
parent: b0c49e6a0004579941b8b1a23d687187cec40f99
parent: 05785ffb3b0df250fb1fcc9b16a47555fc2abf75
author: Jonne Kokkonen <jonne.kokkonen@gmail.com>
date: Mon Aug 25 09:05:36 EDT 2025

Merge branch 'main' into release/2.0.0

--- a/flake.nix
+++ b/flake.nix
@@ -26,7 +26,7 @@
       # Make sure new dependencies are added. Runtime deps go to buildInputs and
       # compile-time deps go to nativeBuildInputs. Use the nixpkgs manual for help
       pname = "m8c";
-      version = "1.7.9";
+      version = "1.7.10";
       m8c-package =
         { stdenv
         , gnumake
@@ -42,7 +42,7 @@
             owner = "laamaa";
             repo = pname;
             rev = "v${version}";
-            hash = "sha256:09g1ac6fq33xv55vkss2ynjshy0613d84rwiwjhspbmfys3x2cwa";
+            hash = "sha256:18bx6jf0jbgnd6cfydh4iknh25rrpyc8awma4a1hkia57fyjy2gi";
           };
 
           installFlags = [ "PREFIX=$(out)" ];
--