···1{
2 fetchFromGitHub,
03 lib,
4 python3,
5}:
···2223 # There are no tests in the source
24 doCheck = false;
00000002526 meta = {
27 description = "Python scripts capable of extracting and analyzing the contents of UBI and UBIFS images";
···1{
2 fetchFromGitHub,
3+ gitUpdater,
4 lib,
5 python3,
6}:
···2324 # There are no tests in the source
25 doCheck = false;
26+27+ passthru = {
28+ updateScript = gitUpdater {
29+ rev-prefix = "v";
30+ ignoredVersions = "_[a-z]+$";
31+ };
32+ };
3334 meta = {
35 description = "Python scripts capable of extracting and analyzing the contents of UBI and UBIFS images";