Merge pull request #89610 from r-ryantm/auto-update/hactool
hactool: 1.3.3 -> 1.4.0
This commit is contained in:
commit
ac58340b12
1 changed files with 5 additions and 3 deletions
|
@ -2,19 +2,21 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "hactool";
|
pname = "hactool";
|
||||||
version = "1.3.3";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SciresM";
|
owner = "SciresM";
|
||||||
repo = "hactool";
|
repo = "hactool";
|
||||||
rev = "1.3.3";
|
rev = "1.4.0";
|
||||||
sha256 = "1qb51fck7liqc1ridms8wdlzgbdbvp6iv4an8jvmzhcj5p5xq631";
|
sha256 = "0305ngsnwm8npzgyhyifasi4l802xnfz19r0kbzzniirmcn4082d";
|
||||||
};
|
};
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
mv config.mk.template config.mk
|
mv config.mk.template config.mk
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
makeFlags = stdenv.lib.optionals stdenv.isDarwin [ "CC=cc" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -D hactool $out/bin/hactool
|
install -D hactool $out/bin/hactool
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue