nix/pkgs/flipperzero-firmware: fix source fetching
This commit is contained in:
parent
04df4d0a98
commit
0c26047d75
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ pkgs.stdenvNoCC.mkDerivation rec {
|
||||||
repo = "flipperzero-firmware-wPlugins";
|
repo = "flipperzero-firmware-wPlugins";
|
||||||
rev = version;
|
rev = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "01kdv4rld3ahp0wgb4ha0q2l8gspk7033li1bm5jgzggrkhyvgv1";
|
leaveDotGit = true;
|
||||||
|
sha256 = "1vvyrp1jai3l0cjhscqnp8zyw2hn6qkqjpq93gsryjhg615hxmj4";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue