m8c: 1.7.9 -> 1.7.10 (#388370)

This commit is contained in:
Nick Cao
2025-03-09 18:44:32 -04:00
committed by GitHub
+2 -2
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" ];