Fix hash for the openocd repo.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
71794f5e01
commit
4fa3968991
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "raspberrypi";
|
owner = "raspberrypi";
|
||||||
repo = "openocd";
|
repo = "openocd";
|
||||||
rev = "cf9c0b41cd5c45b2faf01b4fd1186f160342b7b7";
|
rev = "cf9c0b41cd5c45b2faf01b4fd1186f160342b7b7";
|
||||||
hash = "sha256-8PpBT+RRd8FiVBhzfsTRcIrzwrd1Y4zNYEfDga+11qU=";
|
hash = "sha256-geYLWDGBj4M/19amWWIzwQdPhIC6LXqjLD8+pw/DY24=";
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue