···10101111python3.pkgs.buildPythonApplication rec {
1212 pname = "apksigcopier";
1313- version = "1.0.0";
1313+ version = "1.0.1";
14141515 src = fetchFromGitHub {
1616 owner = "obfusk";
1717 repo = "apksigcopier";
1818 rev = "v${version}";
1919- sha256 = "1la1ml91jvqc1zakbqfpayjbs67pi3i18bsgz3mf11rxgphd3fpk";
1919+ sha256 = "07ldq3q1x2lpb15q5s5i1pbg89sn6ah45amskm9pndqlh16z9k2x";
2020 };
21212222 nativeBuildInputs = [ installShellFiles pandoc ];
···4242 '';
43434444 meta = with lib; {
4545- description = "Copy/extract/patch apk signatures & compare apks";
4545+ description = "Copy/extract/patch android apk signatures & compare apks";
4646 longDescription = ''
4747- apksigcopier is a tool for copying APK signatures from a signed APK
4848- to an unsigned one (in order to verify reproducible builds). It can
4949- also be used to compare two APKs with different signatures. Its
5050- command-line tool offers four operations:
4747+ apksigcopier is a tool for copying android APK signatures from a signed APK to an unsigned one (in order to verify reproducible builds).
4848+ It can also be used to compare two APKs with different signatures.
4949+ Its command-line tool offers four operations:
51505251 * copy signatures directly from a signed to an unsigned APK
5352 * extract signatures from a signed APK to a directory