3
0
Fork 0
forked from mirrors/nixpkgs

hactool: 1.3.3 -> 1.4.0

This commit is contained in:
R. RyanTM 2020-06-06 08:53:25 +00:00
parent 5f0bd4d70f
commit 04d33ebf5c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "hactool";
version = "1.3.3";
version = "1.4.0";
src = fetchFromGitHub {
owner = "SciresM";
repo = "hactool";
rev = "1.3.3";
sha256 = "1qb51fck7liqc1ridms8wdlzgbdbvp6iv4an8jvmzhcj5p5xq631";
rev = "1.4.0";
sha256 = "0305ngsnwm8npzgyhyifasi4l802xnfz19r0kbzzniirmcn4082d";
};
preBuild = ''