m8c: 1.7.8 -> 1.7.9

This commit is contained in:
R. Ryantm
2025-02-24 00:35:52 +00:00
parent a400206df0
commit 266cdeff26
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "m8c";
version = "1.7.8";
version = "1.7.9";
src = fetchFromGitHub {
owner = "laamaa";
repo = "m8c";
rev = "v${finalAttrs.version}";
hash = "sha256-kUXNtAO8yUBeBg1NEwk+3jB7lL8ITm5hmXiemTUWbGc=";
hash = "sha256-ijPRh/aurquh5JFngtoIBniopfVC67lL2X0M7AxT4SU=";
};
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];