We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4564426 + 266cdef commit bfecc90Copy full SHA for bfecc90
pkgs/by-name/m8/m8c/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "m8c";
12
- version = "1.7.8";
+ version = "1.7.9";
13
14
src = fetchFromGitHub {
15
owner = "laamaa";
16
repo = "m8c";
17
rev = "v${finalAttrs.version}";
18
- hash = "sha256-kUXNtAO8yUBeBg1NEwk+3jB7lL8ITm5hmXiemTUWbGc=";
+ hash = "sha256-ijPRh/aurquh5JFngtoIBniopfVC67lL2X0M7AxT4SU=";
19
};
20
21
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
0 commit comments