m8c: 1.7.8 -> 1.7.9 (#384641)

Co-authored-by: mrtnvgr <root@unixis.fun>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-24 15:54:42 +00:00
committed by GitHub
co-authored by mrtnvgr
+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" ];