Skip to content

Commit bfecc90

Browse files
nixpkgs-merge-bot[bot]mrtnvgr
andauthored
m8c: 1.7.8 -> 1.7.9 (#384641)
Co-authored-by: mrtnvgr <[email protected]>
2 parents 4564426 + 266cdef commit bfecc90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/m8/m8c/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "m8c";
12-
version = "1.7.8";
12+
version = "1.7.9";
1313

1414
src = fetchFromGitHub {
1515
owner = "laamaa";
1616
repo = "m8c";
1717
rev = "v${finalAttrs.version}";
18-
hash = "sha256-kUXNtAO8yUBeBg1NEwk+3jB7lL8ITm5hmXiemTUWbGc=";
18+
hash = "sha256-ijPRh/aurquh5JFngtoIBniopfVC67lL2X0M7AxT4SU=";
1919
};
2020

2121
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];

0 commit comments

Comments
 (0)