shithub: m8c

Download patch

ref: b91d65a04c0547f0a2613415684b2dd3a0821b89
parent: 7a0eb39c9d0fbad00ecd3614ab059d876ebdff14
author: GitHub Actions <github-actions@github.com>
date: Tue Aug 27 02:05:31 EDT 2024

Update version and hash in flake.nix to 1.7.8

--- 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.7";
+      version = "1.7.8";
       m8c-package =
         { stdenv
         , gnumake
@@ -42,7 +42,7 @@
             owner = "laamaa";
             repo = pname;
             rev = "v${version}";
-            hash = "sha256:1mczamrin53rc9ahmdr64fgzdnqqykhh2x8rs2csb9c9ssa35mm1";
+            hash = "sha256:0rvc2qsrk7kqk5hnwkh8pya7nc6y7q4i6k8d0rg41jdw0fscsici";
           };
 
           installFlags = [ "PREFIX=$(out)" ];
--