m8c: 1.7.9 -> 1.7.10

This commit is contained in:
R. Ryantm
2025-03-09 05:17:25 +00:00
parent 13a8d610e2
commit 89380825e0

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "m8c";
version = "1.7.9";
version = "1.7.10";
src = fetchFromGitHub {
owner = "laamaa";
repo = "m8c";
rev = "v${finalAttrs.version}";
hash = "sha256-ijPRh/aurquh5JFngtoIBniopfVC67lL2X0M7AxT4SU=";
hash = "sha256-8QkvvTtFxQmDIqpyhZi/ORcB7YwENu+YafYtCZw0faE=";
};
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];